Status: Pass 210 Failure 18 Skip 10
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
setUpClass (tempest.api.volume.test_snapshot_metadata | 1 | 0 | 1 | 0 | 0 | Detail | |
SnapshotMetadataTestJSON) |
fail
ft1.1: setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_snapshot_metadata.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 126, in create_volume volume = cls.volumes_client.create_volume(**kwargs)['volume'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume resp, body = self.post('volumes', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 704, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 583, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 623, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.15', port=80): Read timed out. (read timeout=60) |
||||||
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 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (ServerRescueNegativeTestJSON:tearDownClass) Failed to delete volume b4e81385-590c-4468-92fa-0d4876184cfe within the required time (360 s). Timer started at 1663099338. Timer ended at 1663099698. Waited for 360 s., <traceback object at 0x7fb0f6711680>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (ServerRescueNegativeTestJSON:tearDownClass) Failed to delete volume 2a8327b3-e8bb-44c7-9bab-a2f3cc1d3ba8 within the required time (360 s). Timer started at 1663099698. Timer ended at 1663100058. Waited for 360 s., <traceback object at 0x7fb0f4d95dc0>)) |
||||||
tearDownClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 1 | 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 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7efdc3aaa240>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeShelveTestJSON:tearDownClass) Failed to delete volume 2776db1b-f3ff-45fb-92ce-eba7ef398038 within the required time (360 s). Timer started at 1663099755. Timer ended at 1663100176. Waited for 421 s., <traceback object at 0x7efdc243d9c0>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7efdc243e300>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeShelveTestJSON:tearDownClass) Failed to delete volume be2e0ac1-41b2-47ea-8861-5672cd4a8491 within the required time (360 s). Timer started at 1663100191. Timer ended at 1663100552. Waited for 361 s., <traceback object at 0x7efdc23cc200>)) |
||||||
tearDownClass (tempest.api.volume.test_volumes_snapshots | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotTestJSON) |
fail
ft4.1: tearDownClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid snapshot: Snapshot status must be available or error and must not be part of a group.'}, <traceback object at 0x7f34e9213e40>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f34e7e94200>)) |
||||||
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:'': {{{ 2022-09-13 19:53:13,379 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes 0.210s 2022-09-13 19:53:13,379 132920 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-388845713"}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b214ccc1-ce52-46c9-bca1-1c27ba133e88', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b214ccc1-ce52-46c9-bca1-1c27ba133e88', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.313772", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-09-13 19:53:13,434 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:53:13,435 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4628f789-198d-4dc6-85ac-71f864eedd65', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4628f789-198d-4dc6-85ac-71f864eedd65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:53:14,496 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.048s 2022-09-13 19:53:14,497 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-516246b8-bda3-4ca6-a3d1-6a62cfcbb76f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-516246b8-bda3-4ca6-a3d1-6a62cfcbb76f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:53:13.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:53:15,555 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 19:53:15,555 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-717f74c7-6866-44c5-b426-930225db64be', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-717f74c7-6866-44c5-b426-930225db64be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:53:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:53:15,569 132920 INFO [tempest.common.waiters] volume b4e81385-590c-4468-92fa-0d4876184cfe reached available after waiting for 2.569101 seconds 2022-09-13 19:53:15,569 132920 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-09-13 19:53:15,626 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://10.222.0.15/compute/v2.1/os-keypairs 0.053s 2022-09-13 19:53:15,626 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-876999376", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBnZEu1equyKnYnS4r7NTZOzufW6VywYmuim8q0B9mRL2NHI8RraVr0EaJIrwwpnNGVTVXSIVwnQjYPhVEABC+4+yF7h77VMmPieTTBxeJQ0lec9xNsJaAANrIDvEDJpbQ=="}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eabd7f7f-da33-4b2b-96da-cdfa92e0e75c', 'x-compute-request-id': 'req-eabd7f7f-da33-4b2b-96da-cdfa92e0e75c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-876999376", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBnZEu1equyKnYnS4r7NTZOzufW6VywYmuim8q0B9mRL2NHI8RraVr0EaJIrwwpnNGVTVXSIVwnQjYPhVEABC+4+yF7h77VMmPieTTBxeJQ0lec9xNsJaAANrIDvEDJpbQ==", "fingerprint": "76:56:0d:b8:7e:7b:4b:4f:07:b2:d0:b1:66:42:d9:4a", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3"}}' 2022-09-13 19:53:15,629 132920 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-876999376 created 2022-09-13 19:53:15,769 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.15:9696/networking/v2.0/security-groups 0.139s 2022-09-13 19:53:15,769 132920 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--49262862", "description": "tempest-description--1207482159"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-c00d9cc0-fd99-4a7e-ade6-4efc3c2e64d6', 'date': 'Tue, 13 Sep 2022 19:53:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "cbd1ca7c-3869-4323-80ea-deca0ff6036a", "name": "tempest-securitygroup--49262862", "stateful": true, "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "description": "tempest-description--1207482159", "shared": false, "security_group_rules": [{"id": "6ded6ef6-b033-4563-900d-bd287136f5f9", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "security_group_id": "cbd1ca7c-3869-4323-80ea-deca0ff6036a", "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": 345, "description": null, "tags": [], "created_at": "2022-09-13T19:53:15Z", "updated_at": "2022-09-13T19:53:15Z", "revision_number": 0, "project_id": "f82690ff3ee94e708caf1d4f7d1979c2"}, {"id": "db8f976e-3f32-43c2-89cc-314f8363c75a", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "security_group_id": "cbd1ca7c-3869-4323-80ea-deca0ff6036a", "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": 346, "description": null, "tags": [], "created_at": "2022-09-13T19:53:15Z", "updated_at": "2022-09-13T19:53:15Z", "revision_number": 0, "project_id": "f82690ff3ee94e708caf1d4f7d1979c2"}], "tags": [], "created_at": "2022-09-13T19:53:15Z", "updated_at": "2022-09-13T19:53:15Z", "revision_number": 1, "project_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:53:15,901 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.15:9696/networking/v2.0/security-group-rules 0.131s 2022-09-13 19:53:15,901 132920 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": "cbd1ca7c-3869-4323-80ea-deca0ff6036a", "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-2494a51b-d375-4205-a8bc-e20a1a863071', 'date': 'Tue, 13 Sep 2022 19:53:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "091b3d89-3abb-4205-bd82-adb7cd460826", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "security_group_id": "cbd1ca7c-3869-4323-80ea-deca0ff6036a", "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": "2022-09-13T19:53:15Z", "updated_at": "2022-09-13T19:53:15Z", "revision_number": 0, "project_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:53:16,020 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.15:9696/networking/v2.0/security-group-rules 0.118s 2022-09-13 19:53:16,021 132920 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": "cbd1ca7c-3869-4323-80ea-deca0ff6036a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-17a8d6f9-d85f-482c-8b9b-8d66462d186a', 'date': 'Tue, 13 Sep 2022 19:53:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d36b7c30-51dc-452f-8a63-7483edd40b56", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "security_group_id": "cbd1ca7c-3869-4323-80ea-deca0ff6036a", "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": "2022-09-13T19:53:15Z", "updated_at": "2022-09-13T19:53:15Z", "revision_number": 0, "project_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:53:16,021 132920 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--49262862 created 2022-09-13 19:53:16,744 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.15:9696/networking/v2.0/floatingips 0.722s 2022-09-13 19:53:16,744 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-dca90926-e405-46e3-8c09-e368f04263c0', 'date': 'Tue, 13 Sep 2022 19:53:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4e0fcf69-93fe-4861-bf7d-7c3e4404168c", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "floating_ip_address": "172.27.1.123", "floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f82690ff3ee94e708caf1d4f7d1979c2", "description": "", "port_details": null, "tags": [], "created_at": "2022-09-13T19:53:16Z", "updated_at": "2022-09-13T19:53:16Z", "revision_number": 0}}' 2022-09-13 19:53:16,745 132920 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4e0fcf69-93fe-4861-bf7d-7c3e4404168c', 'tenant_id': 'f82690ff3ee94e708caf1d4f7d1979c2', 'floating_ip_address': '172.27.1.123', 'floating_network_id': 'd93365cd-e645-4ba4-bf8f-fa4009c5626b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f82690ff3ee94e708caf1d4f7d1979c2', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-09-13T19:53:16Z', 'updated_at': '2022-09-13T19:53:16Z', 'revision_number': 0, 'ip': '172.27.1.123'} created 2022-09-13 19:53:16,842 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.15/identity/v3/auth/tokens 0.091s 2022-09-13 19:53:16,842 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3270', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-76f79662-c70a-452d-997d-d59e8b2d808c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "53fa55dda30e4aaa86ae599e4df2fed3", "name": "tempest-ServerRescueNegativeTestJSON-1192441081-project", "password_expires_at": null}, "audit_ids": ["5dofOKkXTWOvXUi2EfWaZQ"], "expires_at": "2022-09-13T20:53:16.000000Z", "issued_at": "2022-09-13T19:53:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f82690ff3ee94e708caf1d4f7d1979c2", "name": "tempest-ServerRescueNegativeTestJSON-1192441081"}, "is_domain": false, "roles": [{"id": "284c674552164365ab075b703005206e", "name": "reader"}, {"id": "61f630f0ba254ac5bb25aa078b9876a0", "name": "member"}], "catalog": [{"endpoints": [{"id": "590814988f4f4204bdf29274a867e2f9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/placement", "region": "RegionOne"}], "id": "3f8a169ba5024ec9bccd7184ae6f3e19", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "b1d49843783a40cc890bf1885dae7343", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/compute/v2.1", "region": "RegionOne"}], "id": "71ba4eee202240db831a28978e1523aa", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "98c6e608710b45d89ef8fc15a9dc6cf1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2", "region": "RegionOne"}], "id": "80c9eed50cdb49f2947ade8463843a35", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0a751deecf334506b94ab929ca72ae17", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15:8080/v1/AUTH_f82690ff3ee94e708caf1d4f7d1979c2", "region": "RegionOne"}, {"id": "8ab6c4ae578a4b9bafda34f9e43093e6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.15:8080", "region": "RegionOne"}], "id": "9cfff7ff45a9483184584e566736811d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "17e06d97f8804ea3bed32e185e577b09", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/compute/v2/f82690ff3ee94e708caf1d4f7d1979c2", "region": "RegionOne"}], "id": "a1d4c774bc8a4686a317b951bdb4b789", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "58218a0674cc4045aa1a10feb2ed6c44", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2", "region": "RegionOne"}], "id": "c843e5dceb57488f8fd30c74ef2774af", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2e3116e760b54a34829b2306742f7df2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/image", "region": "RegionOne"}], "id": "d0c1fa45597944de88ead08e9bda7c21", "type": "image", "name": "glance"}, {"endpoints": [{"id": "4cd9e8bfee13415b85d53fdfa174c8e1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15:9696/networking", "region": "RegionOne"}], "id": "d215968803a540b1ad070ae208611700", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e72af39ddab34a478bd576c465b9a328", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/identity", "region": "RegionOne"}], "id": "f0dee672df3d441da51dc40106ea925f", "type": "identity", "name": "keystone"}]}}' 2022-09-13 19:53:16,843 132920 INFO [tempest.lib.common.fixed_network] (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Found network {'id': 'c599368e-09e5-4043-b277-44f16ca2c425', 'name': 'tempest-ServerRescueNegativeTestJSON-2050974475-network', 'tenant_id': 'f82690ff3ee94e708caf1d4f7d1979c2', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f82690ff3ee94e708caf1d4f7d1979c2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 378, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-09-13T19:50:17Z', 'updated_at': '2022-09-13T19:50:17Z', 'revision_number': 1} available for tenant 2022-09-13 19:53:16,844 132920 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-876999376', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBnZEu1equyKnYnS4r7NTZOzufW6VywYmuim8q0B9mRL2NHI8RraVr0EaJIrwwpnNGVTVXSIVwnQjYPhVEABC+4+yF7h77VMmPieTTBxeJQ0lec9xNsJaAANrIDvEDJpbQ==', 'fingerprint': '76:56:0d:b8:7e:7b:4b:4f:07:b2:d0:b1:66:42:d9:4a', 'user_id': '53fa55dda30e4aaa86ae599e4df2fed3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDASNUMCDfgRsK3Jfa1BGvdU5wBpOkd+g/FctIzYNM67AMbavH/uDdmQ\nEtOVVAtCJA2gBwYFK4EEACKhZANiAAQZ2RLtXqrsip2J0uK+zU2Ts7n1ulcsGJro\npvKtAfZkS9jRyPEa2la9BGiSK8MKZzRlU1V0iFcJ0I2D4VRAAQvuPshe4e+1TJj4\nnk0wcXiUNJXnPcTbCWgADayA7xAyaW0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'cbd1ca7c-3869-4323-80ea-deca0ff6036a', 'name': 'tempest-securitygroup--49262862', 'stateful': True, 'tenant_id': 'f82690ff3ee94e708caf1d4f7d1979c2', 'description': 'tempest-description--1207482159', 'shared': False, 'security_group_rules': [{'id': '6ded6ef6-b033-4563-900d-bd287136f5f9', 'tenant_id': 'f82690ff3ee94e708caf1d4f7d1979c2', 'security_group_id': 'cbd1ca7c-3869-4323-80ea-deca0ff6036a', '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': 345, 'description': None, 'tags': [], 'created_at': '2022-09-13T19:53:15Z', 'updated_at': '2022-09-13T19:53:15Z', 'revision_number': 0, 'project_id': 'f82690ff3ee94e708caf1d4f7d1979c2'}, {'id': 'db8f976e-3f32-43c2-89cc-314f8363c75a', 'tenant_id': 'f82690ff3ee94e708caf1d4f7d1979c2', 'security_group_id': 'cbd1ca7c-3869-4323-80ea-deca0ff6036a', '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': 346, 'description': None, 'tags': [], 'created_at': '2022-09-13T19:53:15Z', 'updated_at': '2022-09-13T19:53:15Z', 'revision_number': 0, 'project_id': 'f82690ff3ee94e708caf1d4f7d1979c2'}], 'tags': [], 'created_at': '2022-09-13T19:53:15Z', 'updated_at': '2022-09-13T19:53:15Z', 'revision_number': 1, 'project_id': 'f82690ff3ee94e708caf1d4f7d1979c2'}, 'floating_ip': {'id': '4e0fcf69-93fe-4861-bf7d-7c3e4404168c', 'tenant_id': 'f82690ff3ee94e708caf1d4f7d1979c2', 'floating_ip_address': '172.27.1.123', 'floating_network_id': 'd93365cd-e645-4ba4-bf8f-fa4009c5626b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f82690ff3ee94e708caf1d4f7d1979c2', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-09-13T19:53:16Z', 'updated_at': '2022-09-13T19:53:16Z', 'revision_number': 0, 'ip': '172.27.1.123'}} 2022-09-13 19:53:17,416 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.222.0.15/compute/v2.1/servers 0.572s 2022-09-13 19:53:17,417 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "imageRef": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "flavorRef": "452", "adminPass": "K8^dK8wRg*0dCDY", "networks": [{"uuid": "c599368e-09e5-4043-b277-44f16ca2c425"}], "security_groups": [{"name": "tempest-securitygroup--49262862"}], "key_name": "tempest-keypair-876999376", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '407', 'location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7400326-8d87-4b73-a956-6363269b18d2', 'x-compute-request-id': 'req-b7400326-8d87-4b73-a956-6363269b18d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/compute/v2.1/servers'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--49262862"}], "adminPass": "K8^dK8wRg*0dCDY"}}' 2022-09-13 19:53:17,492 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906 0.071s 2022-09-13 19:53:17,492 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1243', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96e3a183-dbb5-4458-83da-56bb6417fe76', 'x-compute-request-id': 'req-96e3a183-dbb5-4458-83da-56bb6417fe76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "status": "BUILD", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "metadata": {}, "hostId": "", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:17Z", "updated": "2022-09-13T19:53:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-876999376", "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": []}}' 2022-09-13 19:53:18,601 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906 0.095s 2022-09-13 19:53:18,602 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:18 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-8c113eea-d87d-411f-b176-b087be2f25a6', 'x-compute-request-id': 'req-8c113eea-d87d-411f-b176-b087be2f25a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "status": "BUILD", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "metadata": {}, "hostId": "6c1a93bf668dd9cd89189d37565b9c2e08b41ff3b7f13506d2ec97d5", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:17Z", "updated": "2022-09-13T19:53:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-876999376", "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": []}}' 2022-09-13 19:53:18,615 132920 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-09-13 19:53:19,702 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906 0.085s 2022-09-13 19:53:19,702 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:19 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-2ff86000-6ede-41f6-8c9d-54a99511b1cf', 'x-compute-request-id': 'req-2ff86000-6ede-41f6-8c9d-54a99511b1cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "status": "BUILD", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "metadata": {}, "hostId": "6c1a93bf668dd9cd89189d37565b9c2e08b41ff3b7f13506d2ec97d5", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:17Z", "updated": "2022-09-13T19:53:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-876999376", "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": []}}' 2022-09-13 19:53:20,801 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906 0.085s 2022-09-13 19:53:20,801 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:20 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-c9dd8d36-6fda-4182-8191-e69cfa51ab9c', 'x-compute-request-id': 'req-c9dd8d36-6fda-4182-8191-e69cfa51ab9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "status": "BUILD", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "metadata": {}, "hostId": "6c1a93bf668dd9cd89189d37565b9c2e08b41ff3b7f13506d2ec97d5", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:17Z", "updated": "2022-09-13T19:53:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-876999376", "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": []}}' 2022-09-13 19:53:21,901 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906 0.085s 2022-09-13 19:53:21,902 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:21 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-9ef00314-4370-4409-8947-8832b09d7f3a', 'x-compute-request-id': 'req-9ef00314-4370-4409-8947-8832b09d7f3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "status": "BUILD", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "metadata": {}, "hostId": "6c1a93bf668dd9cd89189d37565b9c2e08b41ff3b7f13506d2ec97d5", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:17Z", "updated": "2022-09-13T19:53:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-876999376", "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": []}}' 2022-09-13 19:53:23,011 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906 0.095s 2022-09-13 19:53:23,012 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:22 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-78e4855c-f0fb-412d-a182-26a98c1d2132', 'x-compute-request-id': 'req-78e4855c-f0fb-412d-a182-26a98c1d2132', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "status": "BUILD", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "metadata": {}, "hostId": "6c1a93bf668dd9cd89189d37565b9c2e08b41ff3b7f13506d2ec97d5", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:17Z", "updated": "2022-09-13T19:53:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-876999376", "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": []}}' 2022-09-13 19:53:24,131 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906 0.099s 2022-09-13 19:53:24,131 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1303', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70778385-9298-4830-9d42-119de8620eb5', 'x-compute-request-id': 'req-70778385-9298-4830-9d42-119de8620eb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "status": "BUILD", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "metadata": {}, "hostId": "6c1a93bf668dd9cd89189d37565b9c2e08b41ff3b7f13506d2ec97d5", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:17Z", "updated": "2022-09-13T19:53:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-876999376", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:53:24,145 132920 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 7 second wait 2022-09-13 19:53:25,319 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906 0.173s 2022-09-13 19:53:25,319 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53: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-a98dce3d-4143-433f-834a-f46c579d272e', 'x-compute-request-id': 'req-a98dce3d-4143-433f-834a-f46c579d272e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "status": "BUILD", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "metadata": {}, "hostId": "6c1a93bf668dd9cd89189d37565b9c2e08b41ff3b7f13506d2ec97d5", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:17Z", "updated": "2022-09-13T19:53:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-876999376", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--49262862"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:53:25,332 132920 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 8 second wait 2022-09-13 19:53:26,527 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906 0.193s 2022-09-13 19:53:26,527 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53: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-353d4092-b673-4db1-ab0f-9ff735b9623b', 'x-compute-request-id': 'req-353d4092-b673-4db1-ab0f-9ff735b9623b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "status": "BUILD", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "metadata": {}, "hostId": "6c1a93bf668dd9cd89189d37565b9c2e08b41ff3b7f13506d2ec97d5", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:17Z", "updated": "2022-09-13T19:53:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-876999376", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--49262862"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:53:27,734 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906 0.189s 2022-09-13 19:53:27,734 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53: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-0e7e7880-891e-4643-a859-6a8a457e6dec', 'x-compute-request-id': 'req-0e7e7880-891e-4643-a859-6a8a457e6dec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "status": "BUILD", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "metadata": {}, "hostId": "6c1a93bf668dd9cd89189d37565b9c2e08b41ff3b7f13506d2ec97d5", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:17Z", "updated": "2022-09-13T19:53:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-876999376", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--49262862"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:53:28,944 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906 0.193s 2022-09-13 19:53:28,944 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53: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-11c8cae4-b642-4ce5-a679-24b2704d1c21', 'x-compute-request-id': 'req-11c8cae4-b642-4ce5-a679-24b2704d1c21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "status": "BUILD", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "metadata": {}, "hostId": "6c1a93bf668dd9cd89189d37565b9c2e08b41ff3b7f13506d2ec97d5", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:17Z", "updated": "2022-09-13T19:53:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-876999376", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--49262862"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:53:30,126 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906 0.165s 2022-09-13 19:53:30,126 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53: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-76195d04-201b-46d8-9546-c06e1032b736', 'x-compute-request-id': 'req-76195d04-201b-46d8-9546-c06e1032b736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "status": "BUILD", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "metadata": {}, "hostId": "6c1a93bf668dd9cd89189d37565b9c2e08b41ff3b7f13506d2ec97d5", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:17Z", "updated": "2022-09-13T19:53:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-876999376", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--49262862"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:53:31,329 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906 0.188s 2022-09-13 19:53:31,330 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53: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-00676aa6-4650-47b1-8c91-b570f9528068', 'x-compute-request-id': 'req-00676aa6-4650-47b1-8c91-b570f9528068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "status": "BUILD", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "metadata": {}, "hostId": "6c1a93bf668dd9cd89189d37565b9c2e08b41ff3b7f13506d2ec97d5", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:17Z", "updated": "2022-09-13T19:53:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-876999376", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--49262862"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:53:32,528 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906 0.184s 2022-09-13 19:53:32,529 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53: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-28e8b4fd-8632-44f5-bc1e-246ef58e243a', 'x-compute-request-id': 'req-28e8b4fd-8632-44f5-bc1e-246ef58e243a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "status": "BUILD", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "metadata": {}, "hostId": "6c1a93bf668dd9cd89189d37565b9c2e08b41ff3b7f13506d2ec97d5", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:17Z", "updated": "2022-09-13T19:53:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-876999376", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--49262862"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:53:33,796 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906 0.253s 2022-09-13 19:53:33,797 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53: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-84237fdd-ff62-40b4-b4d2-a71d801e0644', 'x-compute-request-id': 'req-84237fdd-ff62-40b4-b4d2-a71d801e0644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "status": "BUILD", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "metadata": {}, "hostId": "6c1a93bf668dd9cd89189d37565b9c2e08b41ff3b7f13506d2ec97d5", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:17Z", "updated": "2022-09-13T19:53:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-876999376", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--49262862"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:53:35,027 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906 0.214s 2022-09-13 19:53:35,027 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53: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-39b049ce-8e4b-4b9e-800f-1fd6263d0983', 'x-compute-request-id': 'req-39b049ce-8e4b-4b9e-800f-1fd6263d0983', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "status": "BUILD", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "metadata": {}, "hostId": "6c1a93bf668dd9cd89189d37565b9c2e08b41ff3b7f13506d2ec97d5", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:17Z", "updated": "2022-09-13T19:53:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-876999376", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--49262862"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:53:36,231 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906 0.189s 2022-09-13 19:53:36,232 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53: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-b7ade3c1-34fe-44a7-8fb8-18dca9bc4fee', 'x-compute-request-id': 'req-b7ade3c1-34fe-44a7-8fb8-18dca9bc4fee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "status": "BUILD", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "metadata": {}, "hostId": "6c1a93bf668dd9cd89189d37565b9c2e08b41ff3b7f13506d2ec97d5", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:17Z", "updated": "2022-09-13T19:53:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-876999376", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--49262862"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:53:37,438 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906 0.193s 2022-09-13 19:53:37,439 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53: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-a389d67d-d0d6-4361-8dae-05a31a11b611', 'x-compute-request-id': 'req-a389d67d-d0d6-4361-8dae-05a31a11b611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "status": "BUILD", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "metadata": {}, "hostId": "6c1a93bf668dd9cd89189d37565b9c2e08b41ff3b7f13506d2ec97d5", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:17Z", "updated": "2022-09-13T19:53:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-876999376", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--49262862"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:53:38,656 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906 0.200s 2022-09-13 19:53:38,657 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53: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-eb893450-67f8-4912-863a-3ea4e80678b3', 'x-compute-request-id': 'req-eb893450-67f8-4912-863a-3ea4e80678b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "status": "BUILD", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "metadata": {}, "hostId": "6c1a93bf668dd9cd89189d37565b9c2e08b41ff3b7f13506d2ec97d5", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:17Z", "updated": "2022-09-13T19:53:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-876999376", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--49262862"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:53:39,948 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906 0.276s 2022-09-13 19:53:39,948 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:39 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-5b02ed66-ad41-4b23-82c0-3e2371256d98', 'x-compute-request-id': 'req-5b02ed66-ad41-4b23-82c0-3e2371256d98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906'} Body: b'{"server": {"id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "name": "tempest-ServerRescueNegativeTestJSON-server-48322840", "status": "ACTIVE", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "metadata": {}, "hostId": "6c1a93bf668dd9cd89189d37565b9c2e08b41ff3b7f13506d2ec97d5", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:17Z", "updated": "2022-09-13T19:53:39Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-2050974475-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:65:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-876999376", "OS-SRV-USG:launched_at": "2022-09-13T19:53:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--49262862"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:53:39,963 132920 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 22 second wait 2022-09-13 19:53:40,112 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906/os-interface 0.148s 2022-09-13 19:53:40,112 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:39 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-833ed76e-a44f-4238-9b12-c03a97ee196b', 'x-compute-request-id': 'req-833ed76e-a44f-4238-9b12-c03a97ee196b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c599368e-09e5-4043-b277-44f16ca2c425", "port_id": "9f3683bd-a4cc-4177-aee6-7b50d7656c2c", "mac_addr": "fa:16:3e:44:65:e2", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "29b1074a-5930-4370-9835-ac685712f0ef", "ip_address": "172.20.0.3"}]}]}' 2022-09-13 19:53:41,562 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 PUT http://10.222.0.15:9696/networking/v2.0/floatingips/4e0fcf69-93fe-4861-bf7d-7c3e4404168c 1.443s 2022-09-13 19:53:41,563 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "9f3683bd-a4cc-4177-aee6-7b50d7656c2c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-d9d9a613-be8f-48d7-bfdd-59f4c87f3c5d', 'date': 'Tue, 13 Sep 2022 19:53:41 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/floatingips/4e0fcf69-93fe-4861-bf7d-7c3e4404168c'} Body: b'{"floatingip": {"id": "4e0fcf69-93fe-4861-bf7d-7c3e4404168c", "tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2", "floating_ip_address": "172.27.1.123", "floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b", "router_id": "012ce9c3-e379-4969-9211-9eb9034c34b4", "port_id": "9f3683bd-a4cc-4177-aee6-7b50d7656c2c", "fixed_ip_address": "172.20.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c599368e-09e5-4043-b277-44f16ca2c425", "mac_address": "fa:16:3e:44:65:e2", "admin_state_up": true, "status": "ACTIVE", "device_id": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-09-13T19:53:16Z", "updated_at": "2022-09-13T19:53:40Z", "revision_number": 1, "project_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:53:41,564 132920 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.123:22' as 'ubuntu' with public key authentication 2022-09-13 19:53:45,706 132920 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.123 ([Errno None] Unable to connect to port 22 on 172.27.1.123). Number attempts: 1. Retry after 2 seconds. 2022-09-13 19:53:51,274 132920 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.123 ([Errno None] Unable to connect to port 22 on 172.27.1.123). Number attempts: 2. Retry after 3 seconds. 2022-09-13 19:53:57,834 132920 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.123 ([Errno None] Unable to connect to port 22 on 172.27.1.123). Number attempts: 3. Retry after 4 seconds. 2022-09-13 19:54:05,385 132920 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.123 ([Errno None] Unable to connect to port 22 on 172.27.1.123). Number attempts: 4. Retry after 5 seconds. 2022-09-13 19:54:13,962 132920 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.123 ([Errno None] Unable to connect to port 22 on 172.27.1.123). Number attempts: 5. Retry after 6 seconds. 2022-09-13 19:54:23,529 132920 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.123 ([Errno None] Unable to connect to port 22 on 172.27.1.123). Number attempts: 6. Retry after 7 seconds. 2022-09-13 19:54:34,090 132920 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.123 ([Errno None] Unable to connect to port 22 on 172.27.1.123). Number attempts: 7. Retry after 8 seconds. 2022-09-13 19:54:45,674 132920 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.123 ([Errno None] Unable to connect to port 22 on 172.27.1.123). Number attempts: 8. Retry after 9 seconds. 2022-09-13 19:54:55,184 132920 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.123 ([Errno None] Unable to connect to port 22 on 172.27.1.123). Number attempts: 9. Retry after 10 seconds. 2022-09-13 19:55:05,702 132920 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.123 ([Errno None] Unable to connect to port 22 on 172.27.1.123). Number attempts: 10. Retry after 11 seconds. 2022-09-13 19:55:17,215 132920 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.123 ([Errno None] Unable to connect to port 22 on 172.27.1.123). Number attempts: 11. Retry after 12 seconds. 2022-09-13 19:55:29,723 132920 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.123 ([Errno None] Unable to connect to port 22 on 172.27.1.123). Number attempts: 12. Retry after 13 seconds. 2022-09-13 19:55:43,235 132920 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.123 ([Errno None] Unable to connect to port 22 on 172.27.1.123). Number attempts: 13. Retry after 14 seconds. 2022-09-13 19:55:57,757 132920 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.123 ([Errno None] Unable to connect to port 22 on 172.27.1.123). Number attempts: 14. Retry after 15 seconds. 2022-09-13 19:56:13,296 132920 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-09-13 19:56:13,484 132920 INFO [paramiko.transport] Authentication (publickey) successful! 2022-09-13 19:56:13,485 132920 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.123 successfully created 2022-09-13 19:56:13,871 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906/os-volume_attachments 0.385s 2022-09-13 19:56:13,871 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "b4e81385-590c-4468-92fa-0d4876184cfe"}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:13 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-14f98d58-41fb-4267-9505-963879fafb03', 'x-compute-request-id': 'req-14f98d58-41fb-4267-9505-963879fafb03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/4103ee9f-11e9-4f28-8be3-43204bcc2906/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "serverId": "4103ee9f-11e9-4f28-8be3-43204bcc2906", "volumeId": "b4e81385-590c-4468-92fa-0d4876184cfe", "device": "/dev/sdb"}}' 2022-09-13 19:56:13,919 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:56:13,919 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be7a3242-4791-41c3-9e21-6a687a9e678a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be7a3242-4791-41c3-9e21-6a687a9e678a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:14,974 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:56:14,974 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cc6b3fc-6324-4257-ae01-fb21e57fc62c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cc6b3fc-6324-4257-ae01-fb21e57fc62c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:16,032 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:56:16,032 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fee2d5e3-a4fa-4c32-94f4-9884f83f2f6e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fee2d5e3-a4fa-4c32-94f4-9884f83f2f6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:17,088 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:56:17,089 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b083037-caf5-40ab-ac37-b5b364061f27', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b083037-caf5-40ab-ac37-b5b364061f27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:18,145 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:56:18,145 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a358f15-2c21-41b0-b019-2609953aea35', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a358f15-2c21-41b0-b019-2609953aea35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:19,202 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:56:19,202 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9576c668-34e5-400c-90db-bd6fb3592757', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9576c668-34e5-400c-90db-bd6fb3592757', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:20,258 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:56:20,258 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-744219f9-4b5f-4b66-918d-3d82ba35321a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-744219f9-4b5f-4b66-918d-3d82ba35321a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:21,314 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:56:21,315 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8de4b9c4-3707-4de3-8533-5649bf752dd3', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8de4b9c4-3707-4de3-8533-5649bf752dd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:22,370 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:56:22,371 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2897234-b55b-4b06-b7c0-59989f06235f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2897234-b55b-4b06-b7c0-59989f06235f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:23,426 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:56:23,426 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9284f757-ee94-40ff-b70d-ed40b82b2408', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9284f757-ee94-40ff-b70d-ed40b82b2408', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:24,484 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:56:24,484 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37a6bd5b-1cbc-4bf1-8a78-0899311eec51', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37a6bd5b-1cbc-4bf1-8a78-0899311eec51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:25,539 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:56:25,540 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67b90cd4-84cf-47e2-9e79-05401414830c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67b90cd4-84cf-47e2-9e79-05401414830c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:26,595 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:56:26,596 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7024d074-8722-4c7d-af17-54a10bea20ed', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7024d074-8722-4c7d-af17-54a10bea20ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:27,654 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:56:27,654 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a62f562-416b-4e5c-ac54-8921bdac32db', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a62f562-416b-4e5c-ac54-8921bdac32db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:28,718 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.049s 2022-09-13 19:56:28,718 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c545164-467f-4397-9ebf-15611dd64983', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c545164-467f-4397-9ebf-15611dd64983', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:29,774 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:56:29,774 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75a5588e-9020-4917-b653-a6c9f19942e5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75a5588e-9020-4917-b653-a6c9f19942e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:30,839 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 19:56:30,839 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c82d461-343f-402c-ad4a-32bd13734564', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c82d461-343f-402c-ad4a-32bd13734564', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:31,893 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.040s 2022-09-13 19:56:31,893 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-231984b6-27ee-439e-9404-da13c5d61c26', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-231984b6-27ee-439e-9404-da13c5d61c26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:32,949 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:56:32,949 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e93b12e1-b340-4387-8b92-b06b101ce37f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e93b12e1-b340-4387-8b92-b06b101ce37f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:34,009 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.048s 2022-09-13 19:56:34,010 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9355b6f3-24df-44bb-ba19-a0452e02a950', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9355b6f3-24df-44bb-ba19-a0452e02a950', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:35,074 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.051s 2022-09-13 19:56:35,074 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e185456-1a88-41ef-bd06-20071fcbbaa5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e185456-1a88-41ef-bd06-20071fcbbaa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:36,129 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:56:36,130 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a83896bb-c3f6-4fdd-9287-0985ad159973', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a83896bb-c3f6-4fdd-9287-0985ad159973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:37,184 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:56:37,185 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-973bfa61-eed0-4e3c-a2a2-739e41dcbc00', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-973bfa61-eed0-4e3c-a2a2-739e41dcbc00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:38,238 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:56:38,239 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49e41e6d-bfd5-4c84-89b9-302007814775', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49e41e6d-bfd5-4c84-89b9-302007814775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:39,293 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:56:39,294 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da639d79-9712-4b6f-a535-af7db34a2559', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da639d79-9712-4b6f-a535-af7db34a2559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:40,351 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:56:40,351 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b77fa2cb-c630-46ec-9de2-2e238f17c4db', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b77fa2cb-c630-46ec-9de2-2e238f17c4db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:41,409 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:56:41,409 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2982001c-4bfd-4cb8-a85c-44d7b32edfe2', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2982001c-4bfd-4cb8-a85c-44d7b32edfe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:42,465 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:56:42,466 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa7d70af-8f24-4119-a65b-5a6b832c8e2f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa7d70af-8f24-4119-a65b-5a6b832c8e2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:43,530 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.051s 2022-09-13 19:56:43,530 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdb3b8a6-3795-4bba-b476-0acd75292bcb', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdb3b8a6-3795-4bba-b476-0acd75292bcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:44,589 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:56:44,590 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4acffaa6-5197-479f-847b-31307c6e17d7', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4acffaa6-5197-479f-847b-31307c6e17d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:45,644 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:56:45,644 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc00376d-5b9b-4e11-8be4-ddacaabc72b5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc00376d-5b9b-4e11-8be4-ddacaabc72b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:46,707 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.048s 2022-09-13 19:56:46,707 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-189f2e71-b7fb-4d38-b533-f729f772125e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-189f2e71-b7fb-4d38-b533-f729f772125e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:47,767 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:56:47,767 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da7d5660-61a5-4fd0-b1fc-6bc0a2ae7853', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da7d5660-61a5-4fd0-b1fc-6bc0a2ae7853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:48,823 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:56:48,824 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5acdfd0-806e-408f-905e-55e8100676d7', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5acdfd0-806e-408f-905e-55e8100676d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:49,879 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:56:49,879 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c9b268b-e1d1-4095-8c8e-a5a3003b7e09', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c9b268b-e1d1-4095-8c8e-a5a3003b7e09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:50,933 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:56:50,934 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdcad63b-b6dd-4ba6-a1f6-90dd8149afd0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdcad63b-b6dd-4ba6-a1f6-90dd8149afd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:51,988 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.040s 2022-09-13 19:56:51,988 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efc5fe1d-a5f1-47e0-85e0-715cfac1f925', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efc5fe1d-a5f1-47e0-85e0-715cfac1f925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:53,043 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:56:53,043 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfaeccb1-1d40-4e64-b6f0-42eec4f4aa4d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfaeccb1-1d40-4e64-b6f0-42eec4f4aa4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:54,103 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.046s 2022-09-13 19:56:54,103 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f2a5752-0459-46df-8065-451f6cbd2d0b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f2a5752-0459-46df-8065-451f6cbd2d0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:55,160 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:56:55,160 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c9a5ce3-b551-4bb8-bfef-0de20344b161', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c9a5ce3-b551-4bb8-bfef-0de20344b161', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:56,214 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:56:56,215 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e192d3d-4e19-4836-a5b7-7d0c9334f833', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e192d3d-4e19-4836-a5b7-7d0c9334f833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:57,270 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:56:57,270 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14f46b1c-4b0b-4538-9a8e-182340788a8a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14f46b1c-4b0b-4538-9a8e-182340788a8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:58,328 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 19:56:58,329 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00f81f44-08ca-4724-83ff-2f09704cc3dc', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00f81f44-08ca-4724-83ff-2f09704cc3dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:56:59,388 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:56:59,388 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ce1ba07-fd65-42f2-b1d3-9ba35f097b2f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ce1ba07-fd65-42f2-b1d3-9ba35f097b2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:00,444 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:57:00,444 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fef6c263-033e-4c4f-8b42-885205a40d5a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fef6c263-033e-4c4f-8b42-885205a40d5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:01,507 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.050s 2022-09-13 19:57:01,507 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8865b1dd-adfe-45b1-a354-9fdeaa04e36f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8865b1dd-adfe-45b1-a354-9fdeaa04e36f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:02,564 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:57:02,564 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f1c32b2-5ec5-46fc-9b52-534feecc38b8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f1c32b2-5ec5-46fc-9b52-534feecc38b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:03,620 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:57:03,621 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7981de2a-e2e2-42f3-92bc-88ce6d544b45', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7981de2a-e2e2-42f3-92bc-88ce6d544b45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:04,679 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 19:57:04,680 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee402b60-bb7c-4dde-876a-c7ae8f774972', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee402b60-bb7c-4dde-876a-c7ae8f774972', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:05,735 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:57:05,735 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea5b54b5-cb5d-4616-afe7-51b497f1fabd', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea5b54b5-cb5d-4616-afe7-51b497f1fabd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:06,793 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:57:06,793 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a14cf07-0401-447b-b8cc-91c212b30029', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a14cf07-0401-447b-b8cc-91c212b30029', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:07,852 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 19:57:07,852 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-162255f7-7f61-46bb-92c0-863b3e467862', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-162255f7-7f61-46bb-92c0-863b3e467862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:08,911 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.046s 2022-09-13 19:57:08,912 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e28363a-efc4-4298-ae3e-1f2c10d0b8c1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e28363a-efc4-4298-ae3e-1f2c10d0b8c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:09,967 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:57:09,968 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3753f8bc-9abf-4577-89c9-ae9a74c7f75c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3753f8bc-9abf-4577-89c9-ae9a74c7f75c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:11,025 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:57:11,025 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7635e1d-098f-416c-a1d8-49b8ccfa6c66', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7635e1d-098f-416c-a1d8-49b8ccfa6c66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:12,080 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:57:12,080 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf9b5e6d-81cb-4389-9422-e004a6d8fa56', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf9b5e6d-81cb-4389-9422-e004a6d8fa56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:13,138 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:57:13,138 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb7da9af-e2d8-406f-a1aa-c3388b7665f6', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb7da9af-e2d8-406f-a1aa-c3388b7665f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:14,197 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 19:57:14,197 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b32a182-7945-4530-9977-5fc4fafe8194', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b32a182-7945-4530-9977-5fc4fafe8194', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:15,252 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:57:15,252 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-331a44e8-c87b-41dd-af8c-34b113f53008', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-331a44e8-c87b-41dd-af8c-34b113f53008', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:16,310 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:57:16,310 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0df458ce-d2c3-431a-a947-e143635a4e7f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0df458ce-d2c3-431a-a947-e143635a4e7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:17,388 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.064s 2022-09-13 19:57:17,388 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f7efd5c-0a56-40db-8b93-b71fb589029b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f7efd5c-0a56-40db-8b93-b71fb589029b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:18,443 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:57:18,444 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0eba0ed-9c6d-4325-acf2-f7f9d98b8aa1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0eba0ed-9c6d-4325-acf2-f7f9d98b8aa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:19,498 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:57:19,498 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96fbed79-cabd-4915-bbe1-dc346a9227e9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96fbed79-cabd-4915-bbe1-dc346a9227e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:20,555 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:57:20,555 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2516bc79-f2ef-4d5c-81e0-7778cb7af1ff', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2516bc79-f2ef-4d5c-81e0-7778cb7af1ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:21,609 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:57:21,610 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b4a1670-d892-4865-b9d0-c6dd405a0adb', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b4a1670-d892-4865-b9d0-c6dd405a0adb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:22,665 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:57:22,665 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49bd8209-819a-46f3-938c-ed738c8d647d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49bd8209-819a-46f3-938c-ed738c8d647d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:23,723 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:57:23,723 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f211ec29-5c8a-4157-a998-91cdc5cf91dd', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f211ec29-5c8a-4157-a998-91cdc5cf91dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:24,785 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.048s 2022-09-13 19:57:24,786 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1e15371-b97c-40cf-8f3e-d8f461db604c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1e15371-b97c-40cf-8f3e-d8f461db604c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:25,846 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:57:25,847 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94fe8999-791f-482f-a4dd-6572bdb6dc5e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94fe8999-791f-482f-a4dd-6572bdb6dc5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:26,902 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:57:26,903 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-902cc0db-90da-4399-bd33-d91ad2e9f7c7', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-902cc0db-90da-4399-bd33-d91ad2e9f7c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:27,957 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.040s 2022-09-13 19:57:27,957 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f245bb60-53fa-42ce-a6bf-a3ce62697bfa', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f245bb60-53fa-42ce-a6bf-a3ce62697bfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:29,032 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.061s 2022-09-13 19:57:29,032 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2bb1a71-d1a3-4e84-8b7f-f60e653a8212', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2bb1a71-d1a3-4e84-8b7f-f60e653a8212', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:30,089 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:57:30,090 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51e884df-a8c2-4a1d-8ed8-d5da5a24fd03', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51e884df-a8c2-4a1d-8ed8-d5da5a24fd03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:31,146 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:57:31,147 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f430eb3-f944-42f8-91d2-d2e19a3d8d83', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f430eb3-f944-42f8-91d2-d2e19a3d8d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:32,208 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.048s 2022-09-13 19:57:32,209 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed7a77c0-e99d-4314-98e3-8b94c5387b66', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed7a77c0-e99d-4314-98e3-8b94c5387b66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:33,271 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.049s 2022-09-13 19:57:33,271 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca6a2968-7c43-4f19-9acc-d7b236691407', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca6a2968-7c43-4f19-9acc-d7b236691407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:34,342 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.056s 2022-09-13 19:57:34,343 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8596379-6cbd-43fc-b1ac-2e9661dda554', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8596379-6cbd-43fc-b1ac-2e9661dda554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:35,399 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:57:35,399 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fb39e5b-3ee2-40b0-af39-408e26595893', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fb39e5b-3ee2-40b0-af39-408e26595893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:36,455 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:57:36,455 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6c34ae4-a4e7-4e8c-95a1-1bb44e5c8246', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6c34ae4-a4e7-4e8c-95a1-1bb44e5c8246', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:37,509 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:57:37,510 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17ce8a36-e4ca-441f-8937-1bbca00a0cd8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17ce8a36-e4ca-441f-8937-1bbca00a0cd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:38,566 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:57:38,566 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13296102-3f95-40d7-9c8e-b049a9b218bc', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13296102-3f95-40d7-9c8e-b049a9b218bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:39,622 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:57:39,622 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82785815-7956-4a8b-bbb0-58d1aa53e522', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82785815-7956-4a8b-bbb0-58d1aa53e522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:40,678 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:57:40,678 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f219e1b-7062-4d0c-a795-48d37469189f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f219e1b-7062-4d0c-a795-48d37469189f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:41,734 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:57:41,734 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbecd045-dbc7-46d1-89f1-fbe4a564f184', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbecd045-dbc7-46d1-89f1-fbe4a564f184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:42,789 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:57:42,789 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-feb62d27-e424-4d70-b4e5-f0b474170ff4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-feb62d27-e424-4d70-b4e5-f0b474170ff4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:43,844 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:57:43,845 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcf856d0-f79a-43ff-bcfe-f1c20a8ace09', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcf856d0-f79a-43ff-bcfe-f1c20a8ace09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:44,900 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:57:44,900 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e5d8b87-8d4a-4cd8-9f0b-4d234441482a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e5d8b87-8d4a-4cd8-9f0b-4d234441482a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:45,955 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:57:45,956 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d320c42-613e-4c06-9494-df6273728e3b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d320c42-613e-4c06-9494-df6273728e3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:47,018 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.048s 2022-09-13 19:57:47,018 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9acc35a-a1ac-4260-907f-2b03d75a6e8e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9acc35a-a1ac-4260-907f-2b03d75a6e8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:48,074 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:57:48,074 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e833784-505e-4970-8a00-5b0c938f0fb9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e833784-505e-4970-8a00-5b0c938f0fb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:49,130 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:57:49,131 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db5d6c65-3742-4c33-b0e7-59d4ff58449e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db5d6c65-3742-4c33-b0e7-59d4ff58449e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:50,187 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:57:50,187 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2111d86-8ccb-40d7-87d3-8828b97b4812', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2111d86-8ccb-40d7-87d3-8828b97b4812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:51,242 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:57:51,242 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17bb75b5-6b73-4f71-ba61-748516577347', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17bb75b5-6b73-4f71-ba61-748516577347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:52,297 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:57:52,297 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ddb0c30-2e26-4ee9-a79d-6923f4a8ab92', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ddb0c30-2e26-4ee9-a79d-6923f4a8ab92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:53,353 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:57:53,353 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45e1a540-b918-4db9-a25c-d25ff1c7f870', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45e1a540-b918-4db9-a25c-d25ff1c7f870', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:54,408 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:57:54,408 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58a68981-cc11-46f9-9dd9-5ac30dbbb99b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58a68981-cc11-46f9-9dd9-5ac30dbbb99b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:55,464 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:57:55,464 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1178b454-6f49-4b55-a6d2-34537de9630e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1178b454-6f49-4b55-a6d2-34537de9630e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:56,522 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:57:56,522 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-290002f5-e67b-456e-ad2f-54cfea6eeeb3', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-290002f5-e67b-456e-ad2f-54cfea6eeeb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:57,579 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:57:57,579 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e5e0c7e-585a-474d-a172-87027aadb015', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e5e0c7e-585a-474d-a172-87027aadb015', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:58,638 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.046s 2022-09-13 19:57:58,639 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-868fd7a7-6d88-4977-8f9b-267f3d081110', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-868fd7a7-6d88-4977-8f9b-267f3d081110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:57:59,696 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:57:59,696 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96f5d4a3-8650-4a0c-8571-20a8b8f99767', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96f5d4a3-8650-4a0c-8571-20a8b8f99767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:00,753 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:58:00,753 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3bc6c63-9fcc-40c2-9e6d-ef3e0d65b8a9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3bc6c63-9fcc-40c2-9e6d-ef3e0d65b8a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:01,812 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:58:01,812 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6436989a-4eec-4d1f-a67c-ca09160ec677', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6436989a-4eec-4d1f-a67c-ca09160ec677', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:02,871 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 19:58:02,871 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58bd7a08-d751-484f-9c4f-c5e500c5912a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58bd7a08-d751-484f-9c4f-c5e500c5912a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:03,933 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.047s 2022-09-13 19:58:03,933 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeb5a27f-645f-4482-adea-bcc71b44b7ac', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeb5a27f-645f-4482-adea-bcc71b44b7ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:04,986 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.040s 2022-09-13 19:58:04,986 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88e6a3c9-d31b-48ef-9287-a4bb0ed56fa0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88e6a3c9-d31b-48ef-9287-a4bb0ed56fa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:06,041 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:58:06,042 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76821e2c-6212-4bba-ae06-54f61d4fcffa', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76821e2c-6212-4bba-ae06-54f61d4fcffa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:07,098 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:58:07,099 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-366ca611-1170-41f6-b69b-7ebdf029348c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-366ca611-1170-41f6-b69b-7ebdf029348c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:08,154 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:58:08,155 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-526843c2-701f-4746-9a04-1f20d4a556c4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-526843c2-701f-4746-9a04-1f20d4a556c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:09,214 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.046s 2022-09-13 19:58:09,215 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-518e294f-d7bf-4251-802b-d2680ade3e5d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-518e294f-d7bf-4251-802b-d2680ade3e5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:10,276 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.047s 2022-09-13 19:58:10,276 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-264de974-52c0-4d61-bc4e-84a3a9690cd8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-264de974-52c0-4d61-bc4e-84a3a9690cd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:11,329 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.040s 2022-09-13 19:58:11,330 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c763f0b5-56bf-42dc-b51b-422609e75a71', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c763f0b5-56bf-42dc-b51b-422609e75a71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:12,385 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:58:12,386 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6936371-7d4d-478e-8087-5d6b58183116', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6936371-7d4d-478e-8087-5d6b58183116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:13,451 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.051s 2022-09-13 19:58:13,451 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e9ad2b9-1a1a-438d-ade4-d56f0da3bcba', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e9ad2b9-1a1a-438d-ade4-d56f0da3bcba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:14,509 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:58:14,509 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78f7eb60-da82-4feb-adcf-18753c767959', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78f7eb60-da82-4feb-adcf-18753c767959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:56:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:15,561 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.038s 2022-09-13 19:58:15,561 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7e48977-f7fc-4735-9632-c118a67e10d2', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7e48977-f7fc-4735-9632-c118a67e10d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:16,613 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.038s 2022-09-13 19:58:16,613 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f799198-3bbe-49e8-9608-d8cd1d706cc1', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f799198-3bbe-49e8-9608-d8cd1d706cc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:17,669 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:58:17,669 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af82c425-10e7-4de5-a025-3ae4110db224', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af82c425-10e7-4de5-a025-3ae4110db224', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:18,726 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:58:18,726 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c71e3c66-6627-4332-af91-04c18d5f903c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c71e3c66-6627-4332-af91-04c18d5f903c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:19,788 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.047s 2022-09-13 19:58:19,788 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ab5e3e6-f650-4cda-9aaf-1514f1845ac9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ab5e3e6-f650-4cda-9aaf-1514f1845ac9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:20,845 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:58:20,845 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00d1070c-abb4-4aac-a023-76f1c8b76ec9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00d1070c-abb4-4aac-a023-76f1c8b76ec9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:21,902 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:58:21,902 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a353c1f0-e2a4-4517-8f92-a95b4917fb3c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a353c1f0-e2a4-4517-8f92-a95b4917fb3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:22,960 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:58:22,960 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1348931-d64a-45ee-849b-25382079968d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1348931-d64a-45ee-849b-25382079968d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:24,020 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.046s 2022-09-13 19:58:24,020 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b74c6645-9209-4756-bba0-f7c367fcecc9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b74c6645-9209-4756-bba0-f7c367fcecc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:25,090 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.056s 2022-09-13 19:58:25,090 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bc7b228-f8e7-4c13-bed1-059a7cc87446', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bc7b228-f8e7-4c13-bed1-059a7cc87446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:26,141 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.037s 2022-09-13 19:58:26,141 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-746796fc-446b-4e59-b8e3-c9b1060298b1', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-746796fc-446b-4e59-b8e3-c9b1060298b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:27,194 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.038s 2022-09-13 19:58:27,195 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b9434cb-33d7-4091-97e7-d71508f5d54c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b9434cb-33d7-4091-97e7-d71508f5d54c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:28,251 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:58:28,251 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44cb88af-790d-41c6-9d86-4c95b1bd76de', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44cb88af-790d-41c6-9d86-4c95b1bd76de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:29,310 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 19:58:29,310 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a58f71c9-b527-4684-a97d-d80b9b6281bb', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a58f71c9-b527-4684-a97d-d80b9b6281bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:30,373 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.049s 2022-09-13 19:58:30,373 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d97586c8-c522-4bd2-ad47-db27a02350c0', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d97586c8-c522-4bd2-ad47-db27a02350c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:31,424 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.037s 2022-09-13 19:58:31,424 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-916bfca7-6c69-4468-9139-b38f3d75fed2', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-916bfca7-6c69-4468-9139-b38f3d75fed2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:32,483 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 19:58:32,483 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fffd6b1d-18e0-4ce6-b89b-bf2656e6c9a4', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fffd6b1d-18e0-4ce6-b89b-bf2656e6c9a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:33,540 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:58:33,540 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-729ce55e-dfc0-4a8b-b991-17b756589831', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-729ce55e-dfc0-4a8b-b991-17b756589831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:34,598 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:58:34,599 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0428df40-2cfd-46b5-bf0d-a6293c6212b5', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0428df40-2cfd-46b5-bf0d-a6293c6212b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:35,658 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 19:58:35,658 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0b43653-0f42-4663-9670-28194396e019', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0b43653-0f42-4663-9670-28194396e019', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:36,713 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.040s 2022-09-13 19:58:36,713 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecb7e0d4-e46d-4547-8862-9b070553ba3e', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecb7e0d4-e46d-4547-8862-9b070553ba3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:37,772 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 19:58:37,772 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79a88d4b-6220-4c6c-b680-903bb9727691', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79a88d4b-6220-4c6c-b680-903bb9727691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:38,830 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:58:38,830 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dc92827-6f8d-44e3-9fe9-c07b69acd227', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dc92827-6f8d-44e3-9fe9-c07b69acd227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:39,888 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:58:39,889 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18a6c2b1-ea50-461d-a9d7-e2ed6d9ff366', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18a6c2b1-ea50-461d-a9d7-e2ed6d9ff366', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:40,946 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:58:40,946 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a75049d-c38a-43b8-b628-a731b6097308', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a75049d-c38a-43b8-b628-a731b6097308', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:42,005 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 19:58:42,005 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb9dd598-9777-423d-9d18-bc1c7d4b5652', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb9dd598-9777-423d-9d18-bc1c7d4b5652', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:43,064 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.046s 2022-09-13 19:58:43,064 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8875c136-2211-4e21-9f2c-6d54ea98862b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8875c136-2211-4e21-9f2c-6d54ea98862b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:44,126 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.048s 2022-09-13 19:58:44,127 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8238254-628a-4b59-a771-0173ded10d95', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8238254-628a-4b59-a771-0173ded10d95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:45,180 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.040s 2022-09-13 19:58:45,181 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7eecf52d-e2fd-4f33-8d45-f84c010a395c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7eecf52d-e2fd-4f33-8d45-f84c010a395c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:46,240 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.046s 2022-09-13 19:58:46,240 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b31043be-8093-4313-bf19-89ff579f0df9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b31043be-8093-4313-bf19-89ff579f0df9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:47,299 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.046s 2022-09-13 19:58:47,300 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd7dc7dd-39e5-4741-84f6-164994fd2e03', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd7dc7dd-39e5-4741-84f6-164994fd2e03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:48,355 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:58:48,355 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c274938-fdab-4e8f-a8e7-045253a55c8c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c274938-fdab-4e8f-a8e7-045253a55c8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:49,410 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.040s 2022-09-13 19:58:49,410 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72b42e20-9e15-4873-bebd-1439e20f3b80', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72b42e20-9e15-4873-bebd-1439e20f3b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:50,469 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 19:58:50,469 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f61bd4f0-7be3-4f9c-a592-be87cc2ec4f3', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f61bd4f0-7be3-4f9c-a592-be87cc2ec4f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:51,525 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:58:51,525 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59e32723-29a0-4345-a4b2-000d557a9dc8', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59e32723-29a0-4345-a4b2-000d557a9dc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:52,583 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:58:52,584 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2b7b7a4-03b9-48f7-ae94-e6e7e6676d14', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2b7b7a4-03b9-48f7-ae94-e6e7e6676d14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:53,642 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:58:53,642 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f76368ac-b929-4f28-8139-f02d2434709c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f76368ac-b929-4f28-8139-f02d2434709c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:54,697 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:58:54,697 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50e40d8d-1b71-4349-a07d-88dcab7bf829', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50e40d8d-1b71-4349-a07d-88dcab7bf829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:55,753 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:58:55,753 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59c88fe2-c176-4fa1-956c-7cd02611810c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59c88fe2-c176-4fa1-956c-7cd02611810c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:56,809 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:58:56,810 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8670c8dc-5f42-4bff-912a-fb227426ca1b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8670c8dc-5f42-4bff-912a-fb227426ca1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:57,867 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:58:57,867 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c9ab41a-0711-4d86-9503-8d6b38d4cf40', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c9ab41a-0711-4d86-9503-8d6b38d4cf40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:58,922 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:58:58,923 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51f1231f-f26a-4cd8-9470-2c28959b524f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51f1231f-f26a-4cd8-9470-2c28959b524f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:58:59,982 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.046s 2022-09-13 19:58:59,982 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a8f4630-0680-4763-83df-f5082909ea3f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a8f4630-0680-4763-83df-f5082909ea3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:01,039 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:59:01,040 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42df60bb-ccd1-4dfa-b7bc-7d8c7bc1ef27', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42df60bb-ccd1-4dfa-b7bc-7d8c7bc1ef27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:02,095 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:59:02,095 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdc5fec1-9186-4743-9e75-dd8ffe8a0f02', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdc5fec1-9186-4743-9e75-dd8ffe8a0f02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:03,151 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:59:03,151 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebd1c6b4-7c91-4caa-ba3c-90379072e957', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebd1c6b4-7c91-4caa-ba3c-90379072e957', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:04,209 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 19:59:04,210 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfabed75-0699-4495-b698-e25cb93f73ba', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfabed75-0699-4495-b698-e25cb93f73ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:05,266 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:59:05,266 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f704ad2-6d09-459f-ad6e-f75dab534834', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f704ad2-6d09-459f-ad6e-f75dab534834', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:06,326 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.046s 2022-09-13 19:59:06,326 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41944c4c-f667-4801-9f9f-7f211305789e', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41944c4c-f667-4801-9f9f-7f211305789e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:07,382 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:59:07,382 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a851ef77-096a-4161-89d5-d72ae6908734', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a851ef77-096a-4161-89d5-d72ae6908734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:08,441 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.046s 2022-09-13 19:59:08,442 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf986be3-7f56-4914-8263-75c92dc3d7c9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf986be3-7f56-4914-8263-75c92dc3d7c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:09,499 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:59:09,499 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fc4f2e0-d73c-4847-94a3-56eba3379005', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fc4f2e0-d73c-4847-94a3-56eba3379005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:10,553 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:59:10,554 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d7a9e71-4f32-4573-8ca6-d430f569aaa3', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d7a9e71-4f32-4573-8ca6-d430f569aaa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:11,612 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:59:11,612 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-858d55c6-2482-42ec-bc81-95865be90a0b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-858d55c6-2482-42ec-bc81-95865be90a0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:12,669 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:59:12,670 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f92a1c75-06fe-418b-a70f-824c993c66c7', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f92a1c75-06fe-418b-a70f-824c993c66c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:13,726 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:59:13,727 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a9795e6-87f8-4111-991a-fd2933b30018', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a9795e6-87f8-4111-991a-fd2933b30018', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:14,787 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.046s 2022-09-13 19:59:14,787 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e30c87f-bcd8-499b-a225-590ff336bb76', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e30c87f-bcd8-499b-a225-590ff336bb76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:15,846 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 19:59:15,846 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2a17239-ff27-42ff-a391-f2f0888db5b5', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2a17239-ff27-42ff-a391-f2f0888db5b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:16,902 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:59:16,902 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21ba36bd-af50-403c-86af-82ea64b2be3e', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21ba36bd-af50-403c-86af-82ea64b2be3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:17,959 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:59:17,959 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21c2f01d-092b-42c7-891b-d5ea63c47199', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21c2f01d-092b-42c7-891b-d5ea63c47199', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:19,022 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.049s 2022-09-13 19:59:19,022 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e735576b-a844-4e71-a8c3-5a34d13fb7ef', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e735576b-a844-4e71-a8c3-5a34d13fb7ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:20,082 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.046s 2022-09-13 19:59:20,083 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ddf9e96-bda4-40f4-a687-06dc032e3ecc', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ddf9e96-bda4-40f4-a687-06dc032e3ecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:21,138 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 19:59:21,138 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab3a82be-0003-4c98-8412-b69006818ca6', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab3a82be-0003-4c98-8412-b69006818ca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:22,195 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 19:59:22,196 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a208493-b31a-4912-bbfb-4513ba035d8d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a208493-b31a-4912-bbfb-4513ba035d8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:23,254 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 19:59:23,255 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-054b1956-c03a-48dc-9682-d2fca7428b9b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-054b1956-c03a-48dc-9682-d2fca7428b9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:24,307 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.037s 2022-09-13 19:59:24,308 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a4effb1-4f6e-48b5-89a8-32c92179e335', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a4effb1-4f6e-48b5-89a8-32c92179e335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:25,365 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:59:25,365 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba00d311-8e57-4dee-823e-d19beb79dabd', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba00d311-8e57-4dee-823e-d19beb79dabd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:26,422 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 19:59:26,423 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c20fc39f-6194-4173-a8fe-987264d7132d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c20fc39f-6194-4173-a8fe-987264d7132d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:27,494 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.057s 2022-09-13 19:59:27,494 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94f8dbe1-2357-49d9-92b9-e85f0ca52b46', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94f8dbe1-2357-49d9-92b9-e85f0ca52b46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:28,685 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.177s 2022-09-13 19:59:28,685 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aef6c667-cd45-420a-b58c-aa837374115f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aef6c667-cd45-420a-b58c-aa837374115f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:29,736 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.038s 2022-09-13 19:59:29,737 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a50e1096-1b5e-469a-b783-1cb624f63dc5', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a50e1096-1b5e-469a-b783-1cb624f63dc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:30,788 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.038s 2022-09-13 19:59:30,789 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5f13830-d099-4380-b758-bf1f3fbce03c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5f13830-d099-4380-b758-bf1f3fbce03c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:31,842 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.039s 2022-09-13 19:59:31,842 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-555a0bc7-ec3c-4b5f-9788-ce3acf9b0ad0', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-555a0bc7-ec3c-4b5f-9788-ce3acf9b0ad0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:32,893 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.038s 2022-09-13 19:59:32,894 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e29267cf-10ea-47b6-83a9-645c1df9e265', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e29267cf-10ea-47b6-83a9-645c1df9e265', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:33,949 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:59:33,950 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec5536b1-d6bd-489d-bef8-2b265ffbd73f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec5536b1-d6bd-489d-bef8-2b265ffbd73f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:35,000 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.038s 2022-09-13 19:59:35,001 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e62b8653-8c5c-4d65-b4f8-3639e3437be9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e62b8653-8c5c-4d65-b4f8-3639e3437be9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:36,053 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.038s 2022-09-13 19:59:36,053 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21cb63b4-e080-4403-b41d-ca8fa8328de4', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21cb63b4-e080-4403-b41d-ca8fa8328de4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:37,104 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.038s 2022-09-13 19:59:37,104 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e83329ae-e742-4cd3-a9f0-8edf9679ded1', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e83329ae-e742-4cd3-a9f0-8edf9679ded1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:38,157 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.039s 2022-09-13 19:59:38,157 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1cf26b7-1220-47fa-b7f2-6e64dab96383', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1cf26b7-1220-47fa-b7f2-6e64dab96383', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:39,208 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.037s 2022-09-13 19:59:39,208 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a46e50e8-06e9-4aef-9b57-a11558ee15ea', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a46e50e8-06e9-4aef-9b57-a11558ee15ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:40,260 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.038s 2022-09-13 19:59:40,260 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16c69aa3-c821-4e79-bf52-bcb7b5010596', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16c69aa3-c821-4e79-bf52-bcb7b5010596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:41,313 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.039s 2022-09-13 19:59:41,313 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-383ad5c5-3a33-4456-a5d1-510cd68c00ed', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-383ad5c5-3a33-4456-a5d1-510cd68c00ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:42,369 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.037s 2022-09-13 19:59:42,369 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd0ecceb-cc9f-489e-b495-4e4b743659d5', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd0ecceb-cc9f-489e-b495-4e4b743659d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:43,423 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.039s 2022-09-13 19:59:43,423 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31d4d31a-78cb-4237-88b8-38182c110a0c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31d4d31a-78cb-4237-88b8-38182c110a0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:44,475 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.039s 2022-09-13 19:59:44,475 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8a3d51a-45d5-4473-bc3d-ddcc0137f89a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8a3d51a-45d5-4473-bc3d-ddcc0137f89a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:45,528 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.038s 2022-09-13 19:59:45,528 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa183072-caae-440f-b497-60ba25844644', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa183072-caae-440f-b497-60ba25844644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:46,581 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.040s 2022-09-13 19:59:46,582 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f226ccbe-3d18-433d-ae4d-fe1df84114cb', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f226ccbe-3d18-433d-ae4d-fe1df84114cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:47,636 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.039s 2022-09-13 19:59:47,636 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91f4e9f9-3a60-4b2a-b344-f312c0b9940d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91f4e9f9-3a60-4b2a-b344-f312c0b9940d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:48,686 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.038s 2022-09-13 19:59:48,686 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13d65790-1b79-48e4-9691-95f64f968992', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13d65790-1b79-48e4-9691-95f64f968992', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:49,739 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.039s 2022-09-13 19:59:49,739 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-155de7f1-f3dd-40b8-947d-be3a2b4966a1', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-155de7f1-f3dd-40b8-947d-be3a2b4966a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:50,790 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.037s 2022-09-13 19:59:50,790 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0405cd51-0261-4e8f-b7ce-7a1d690092d3', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0405cd51-0261-4e8f-b7ce-7a1d690092d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:51,841 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.038s 2022-09-13 19:59:51,841 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbb25c9f-b1cf-4e95-adc6-b89d12059b1a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbb25c9f-b1cf-4e95-adc6-b89d12059b1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:52,896 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:59:52,896 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-722b1165-6e4e-491d-92ee-b6cf707c14dc', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-722b1165-6e4e-491d-92ee-b6cf707c14dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:53,946 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.036s 2022-09-13 19:59:53,946 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e8dd4ba-c5be-4140-8ca9-4768dca01f4a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e8dd4ba-c5be-4140-8ca9-4768dca01f4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:55,002 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.040s 2022-09-13 19:59:55,003 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5283d7b-42e3-41ea-bd5a-e8cf4f926aef', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5283d7b-42e3-41ea-bd5a-e8cf4f926aef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:56,058 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 19:59:56,058 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b024946-ae08-4293-b6a8-f25bacbff3ad', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b024946-ae08-4293-b6a8-f25bacbff3ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:57,120 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.048s 2022-09-13 19:59:57,121 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1f93f00-3ef1-4c2e-b2fd-4db419fd7639', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1f93f00-3ef1-4c2e-b2fd-4db419fd7639', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:58,172 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.038s 2022-09-13 19:59:58,172 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87311493-da66-4cb6-8ba0-9803cf01a747', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87311493-da66-4cb6-8ba0-9803cf01a747', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 19:59:59,229 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 19:59:59,229 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfde394c-72cd-4672-82bf-f6fd296b0b7f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfde394c-72cd-4672-82bf-f6fd296b0b7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:00,286 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:00:00,286 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a41d84e9-27e5-41f2-a88c-2a5e46824d57', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a41d84e9-27e5-41f2-a88c-2a5e46824d57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:01,344 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 20:00:01,344 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dc9d0aa-bce8-4982-bb5d-ce98adf3aaaf', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dc9d0aa-bce8-4982-bb5d-ce98adf3aaaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:02,401 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 20:00:02,402 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da201dc1-b623-41da-a253-03ba5d8409ee', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da201dc1-b623-41da-a253-03ba5d8409ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:03,455 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.039s 2022-09-13 20:00:03,455 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f66a20e-dc2c-4ba5-a948-2d35838c6eaa', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f66a20e-dc2c-4ba5-a948-2d35838c6eaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:04,512 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 20:00:04,512 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cce422c1-e6cd-4eb0-84b7-565898726c50', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cce422c1-e6cd-4eb0-84b7-565898726c50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:05,570 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 20:00:05,570 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ee19132-f1e8-409a-9d48-b632ee4d543f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ee19132-f1e8-409a-9d48-b632ee4d543f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:06,640 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.056s 2022-09-13 20:00:06,640 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bef37aa5-04ea-4bdf-a00b-a3ccd7ca238f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bef37aa5-04ea-4bdf-a00b-a3ccd7ca238f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:07,692 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.038s 2022-09-13 20:00:07,692 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a16d909c-6b0b-4160-a02a-fa8fb7e59df7', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a16d909c-6b0b-4160-a02a-fa8fb7e59df7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:08,743 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.037s 2022-09-13 20:00:08,743 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-940fb98f-210e-47aa-b022-35bcf772543f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-940fb98f-210e-47aa-b022-35bcf772543f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:09,801 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 20:00:09,801 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6db534ca-b193-409d-aff6-babb06dd4184', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6db534ca-b193-409d-aff6-babb06dd4184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:10,858 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:00:10,859 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23f34d51-87df-4f75-b5ab-01c320fff087', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23f34d51-87df-4f75-b5ab-01c320fff087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:11,914 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 20:00:11,914 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47340625-b138-4da4-b459-0f8f6610dc0f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47340625-b138-4da4-b459-0f8f6610dc0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:12,972 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 20:00:12,973 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0849e34a-32e7-4376-b4c6-70f614c5460f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0849e34a-32e7-4376-b4c6-70f614c5460f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:14,029 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:00:14,030 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9af21b2-8715-43f8-9c75-14be3f8621f9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9af21b2-8715-43f8-9c75-14be3f8621f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:15,092 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 20:00:15,092 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55e3935e-93b0-4865-893d-71dfc8d138b9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55e3935e-93b0-4865-893d-71dfc8d138b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:16,150 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:00:16,150 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2572aaf3-7d5b-4340-9eee-8c20c7d316ca', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2572aaf3-7d5b-4340-9eee-8c20c7d316ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:17,210 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.046s 2022-09-13 20:00:17,210 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d461e9f-fb87-4cfd-9d85-070ba5afa749', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d461e9f-fb87-4cfd-9d85-070ba5afa749', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:18,266 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:00:18,267 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-178debf3-979c-489e-abb1-34c3d90d4b03', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-178debf3-979c-489e-abb1-34c3d90d4b03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:19,323 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 20:00:19,324 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88310289-cf7d-418c-938b-aaf62d4c4bd7', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88310289-cf7d-418c-938b-aaf62d4c4bd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:20,380 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:00:20,381 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab4834e0-6cf2-42d4-ad52-045f2fbb82be', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab4834e0-6cf2-42d4-ad52-045f2fbb82be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:21,440 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.046s 2022-09-13 20:00:21,441 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d63b18c-4ddd-4f84-8038-57dd0e5700e1', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d63b18c-4ddd-4f84-8038-57dd0e5700e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:22,496 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 20:00:22,497 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-237bcccb-6954-46a2-a566-d543c2d742cc', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-237bcccb-6954-46a2-a566-d543c2d742cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:23,555 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.046s 2022-09-13 20:00:23,556 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d560a4a-c7eb-4181-a8a2-8bb6f952cd55', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d560a4a-c7eb-4181-a8a2-8bb6f952cd55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:24,614 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 20:00:24,615 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60f5b19f-a660-4690-801f-525e0a2e04fe', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60f5b19f-a660-4690-801f-525e0a2e04fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:25,670 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 20:00:25,670 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d2c7989-dd33-4354-ae74-86c953d66262', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d2c7989-dd33-4354-ae74-86c953d66262', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:26,729 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 20:00:26,729 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9df6b9f3-b7e1-473c-817d-2b357ee6d00a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9df6b9f3-b7e1-473c-817d-2b357ee6d00a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:27,787 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 20:00:27,787 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f632843-ad0b-45e7-bbce-bd8eb362df04', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f632843-ad0b-45e7-bbce-bd8eb362df04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:28,844 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:00:28,844 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edfe6399-14c6-4e1d-96c1-f73f76a0f744', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edfe6399-14c6-4e1d-96c1-f73f76a0f744', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:29,900 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:00:29,901 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29d63eab-a8c6-4b1f-8126-223558d69f9b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29d63eab-a8c6-4b1f-8126-223558d69f9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:30,959 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 20:00:30,959 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5816402-3492-40b6-b5f7-85f6286d3eb4', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5816402-3492-40b6-b5f7-85f6286d3eb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:32,015 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 20:00:32,015 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f001036-19dc-4735-916b-c86ea739e4b9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f001036-19dc-4735-916b-c86ea739e4b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:33,073 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:00:33,073 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59b85a18-6ab4-495e-8e92-74f3ae344c55', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59b85a18-6ab4-495e-8e92-74f3ae344c55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:34,137 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.049s 2022-09-13 20:00:34,137 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82e58404-43fa-42f6-99af-b1dc075d2d2b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82e58404-43fa-42f6-99af-b1dc075d2d2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:35,196 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.046s 2022-09-13 20:00:35,196 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f4d58e1-646a-4333-bb10-aa977e13391b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f4d58e1-646a-4333-bb10-aa977e13391b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:36,252 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:00:36,253 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-132d7c65-f574-4124-96bc-d4d164781476', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-132d7c65-f574-4124-96bc-d4d164781476', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:37,313 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.048s 2022-09-13 20:00:37,314 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d150fc4b-cb13-456e-8d9d-daed23a75426', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d150fc4b-cb13-456e-8d9d-daed23a75426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:38,376 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.048s 2022-09-13 20:00:38,377 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecf21044-0cbe-4916-898e-afd01638265f', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecf21044-0cbe-4916-898e-afd01638265f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:39,428 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.038s 2022-09-13 20:00:39,428 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83c5b1c3-9ab9-4c71-b64f-0b7b43082825', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83c5b1c3-9ab9-4c71-b64f-0b7b43082825', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:40,484 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:00:40,485 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea53bacb-c16e-4d79-a29f-bc6d9a8ef1ee', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea53bacb-c16e-4d79-a29f-bc6d9a8ef1ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:41,542 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:00:41,542 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f314512-d561-4ac3-a32e-7cea7ea5f5b7', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f314512-d561-4ac3-a32e-7cea7ea5f5b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:42,600 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 20:00:42,600 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a4d4e12-cc0a-4626-80c0-2f9c03976714', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a4d4e12-cc0a-4626-80c0-2f9c03976714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:43,655 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 20:00:43,655 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d78715cc-cb95-4b62-a86c-629c435398e2', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d78715cc-cb95-4b62-a86c-629c435398e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:44,716 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.047s 2022-09-13 20:00:44,716 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06f8e1dd-9f86-4822-bc6a-7e1e3cfb70d1', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06f8e1dd-9f86-4822-bc6a-7e1e3cfb70d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:45,772 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 20:00:45,772 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51677336-da84-4638-aaf4-4d83864052be', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51677336-da84-4638-aaf4-4d83864052be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:46,836 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.050s 2022-09-13 20:00:46,837 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7acea058-c4e2-4d14-bad1-30b6947aea75', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7acea058-c4e2-4d14-bad1-30b6947aea75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:47,909 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.058s 2022-09-13 20:00:47,909 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-835b6ac2-594b-46b9-b94f-97a5ad6e3fae', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-835b6ac2-594b-46b9-b94f-97a5ad6e3fae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:48,964 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 20:00:48,965 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a15dc2e-0f29-419b-b93c-1f293a2e602d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a15dc2e-0f29-419b-b93c-1f293a2e602d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:50,025 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.047s 2022-09-13 20:00:50,025 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba9c892a-4990-4ec4-b1f3-6d8bf6bc914a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba9c892a-4990-4ec4-b1f3-6d8bf6bc914a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:51,086 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.047s 2022-09-13 20:00:51,087 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eacad1ae-e7b8-4c8e-903f-8790a8c07f71', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eacad1ae-e7b8-4c8e-903f-8790a8c07f71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:52,138 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.036s 2022-09-13 20:00:52,138 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11ea76a2-14a3-43a8-93da-ea9f5c923729', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11ea76a2-14a3-43a8-93da-ea9f5c923729', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:53,197 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 20:00:53,197 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e418799a-a820-45d2-b7a6-d3f5499688a4', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e418799a-a820-45d2-b7a6-d3f5499688a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:54,255 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 20:00:54,255 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53055a62-78ed-4aa4-a508-e76fbeeace17', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53055a62-78ed-4aa4-a508-e76fbeeace17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:55,315 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.046s 2022-09-13 20:00:55,315 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df134c48-2721-4a1b-b22a-deabc3bea7ee', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df134c48-2721-4a1b-b22a-deabc3bea7ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:56,373 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 20:00:56,373 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14098e70-2639-4eb2-baa9-4a10d8929045', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14098e70-2639-4eb2-baa9-4a10d8929045', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:57,428 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 20:00:57,429 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d84f4a34-0758-4c69-872a-8772dbf6170a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d84f4a34-0758-4c69-872a-8772dbf6170a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:58,487 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 20:00:58,487 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fb9223d-ed66-4237-851b-733d53ea4d80', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fb9223d-ed66-4237-851b-733d53ea4d80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:00:59,544 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 20:00:59,545 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd48bbd0-54b5-437d-82a3-21b7585f4da1', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd48bbd0-54b5-437d-82a3-21b7585f4da1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:00,603 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 20:01:00,604 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c86591c-ba2f-4b3f-9171-47dbe5179080', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c86591c-ba2f-4b3f-9171-47dbe5179080', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:01,659 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 20:01:01,659 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f2634d8-d70c-41cf-b89a-c72fdf4b21fd', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f2634d8-d70c-41cf-b89a-c72fdf4b21fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:02,715 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 20:01:02,715 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fd14d37-b7e2-4743-a8a2-cc2e7c0fdb5e', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fd14d37-b7e2-4743-a8a2-cc2e7c0fdb5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:03,772 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 20:01:03,773 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19cf0c3b-46fa-46c8-9b7a-dd429f8554a8', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19cf0c3b-46fa-46c8-9b7a-dd429f8554a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:04,831 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 20:01:04,831 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38e7774e-b605-4a91-bffb-41e456d2ddff', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38e7774e-b605-4a91-bffb-41e456d2ddff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:05,887 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:01:05,887 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f91aea2-ac54-4c86-b51c-4a70ab37dadf', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f91aea2-ac54-4c86-b51c-4a70ab37dadf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:06,946 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 20:01:06,947 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19651a9c-251b-4621-8b67-bd21d94497a1', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19651a9c-251b-4621-8b67-bd21d94497a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:08,003 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:01:08,004 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c07acf3-139e-4929-9579-733e017baee9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c07acf3-139e-4929-9579-733e017baee9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:09,083 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.059s 2022-09-13 20:01:09,083 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e63285d6-e4d7-4dc6-87ad-294ae9f0e5de', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e63285d6-e4d7-4dc6-87ad-294ae9f0e5de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:10,139 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 20:01:10,139 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84cc0b48-ce49-480f-be15-209a4bc61739', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84cc0b48-ce49-480f-be15-209a4bc61739', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:11,198 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 20:01:11,198 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3879ae24-b172-41a3-9ff7-425406f6ee4d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3879ae24-b172-41a3-9ff7-425406f6ee4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:12,255 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:01:12,256 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edbd80ac-4ad8-47a3-9357-91fb065a1814', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edbd80ac-4ad8-47a3-9357-91fb065a1814', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:13,373 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.103s 2022-09-13 20:01:13,374 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89ae48a0-208d-42a1-8f74-7b67ec5eb745', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89ae48a0-208d-42a1-8f74-7b67ec5eb745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:14,424 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.037s 2022-09-13 20:01:14,424 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06a87530-a97b-4bca-859a-bca1df1b8691', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06a87530-a97b-4bca-859a-bca1df1b8691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:15,477 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.040s 2022-09-13 20:01:15,478 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-336065ce-14b0-48d2-9c61-ec9b2de44f87', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-336065ce-14b0-48d2-9c61-ec9b2de44f87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:16,527 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.037s 2022-09-13 20:01:16,528 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54b77ce9-2134-401c-b8e4-94d28a9100cc', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54b77ce9-2134-401c-b8e4-94d28a9100cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:17,582 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.038s 2022-09-13 20:01:17,582 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2249a02f-c450-45ba-9bf1-4322ca995080', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2249a02f-c450-45ba-9bf1-4322ca995080', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:18,633 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.038s 2022-09-13 20:01:18,634 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-415bc410-9669-430e-b387-cf0d8ab4a9b1', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-415bc410-9669-430e-b387-cf0d8ab4a9b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:19,684 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.037s 2022-09-13 20:01:19,684 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08de1fe4-bcaf-499e-a420-ba9d232b0d6a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08de1fe4-bcaf-499e-a420-ba9d232b0d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:20,736 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.038s 2022-09-13 20:01:20,736 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68edecbb-7062-487a-8201-5fb64f574573', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68edecbb-7062-487a-8201-5fb64f574573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:21,788 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.039s 2022-09-13 20:01:21,789 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcb0b985-694d-4d99-829f-a7230d034525', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcb0b985-694d-4d99-829f-a7230d034525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:22,846 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 20:01:22,847 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d98869f7-ff76-4783-a2ae-26712e9bc797', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d98869f7-ff76-4783-a2ae-26712e9bc797', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:23,903 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:01:23,903 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5afc3961-e83d-45ce-b5b0-b33cd631013b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5afc3961-e83d-45ce-b5b0-b33cd631013b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:24,964 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.047s 2022-09-13 20:01:24,964 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d29107f-6fe8-4497-b4b4-8d4705839f77', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d29107f-6fe8-4497-b4b4-8d4705839f77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:26,019 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 20:01:26,019 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa734c71-a2ec-4f02-bf61-aa595f153044', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa734c71-a2ec-4f02-bf61-aa595f153044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:27,075 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 20:01:27,075 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3855a6a2-7e65-4a5f-b47a-69cd51687c2d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3855a6a2-7e65-4a5f-b47a-69cd51687c2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:28,132 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 20:01:28,132 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cd261d7-d5a5-47be-bf02-3848bd5816dc', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cd261d7-d5a5-47be-bf02-3848bd5816dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:29,249 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.105s 2022-09-13 20:01:29,250 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7c58800-89b4-4bf9-9f90-0e4a43208ef9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7c58800-89b4-4bf9-9f90-0e4a43208ef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:30,307 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:01:30,307 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9b896e6-64ba-4723-abbd-587015ab4a92', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9b896e6-64ba-4723-abbd-587015ab4a92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:31,363 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 20:01:31,363 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0ff7e9e-f99f-4b57-a303-c88879651feb', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0ff7e9e-f99f-4b57-a303-c88879651feb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:32,420 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 20:01:32,420 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88a620bd-ecb7-46c0-ab3e-b386ec28330a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88a620bd-ecb7-46c0-ab3e-b386ec28330a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:33,479 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 20:01:33,480 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b794293-330c-4158-bb32-e863d186bed0', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b794293-330c-4158-bb32-e863d186bed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:34,534 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 20:01:34,535 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f124cee8-d536-4ae6-ba22-9b99730b3ca5', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f124cee8-d536-4ae6-ba22-9b99730b3ca5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:35,590 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 20:01:35,590 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed2111d3-6744-437c-96dc-3724113fa25e', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed2111d3-6744-437c-96dc-3724113fa25e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:36,655 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.051s 2022-09-13 20:01:36,655 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c4c4d33-2a14-4227-9dee-da3797c6d37a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c4c4d33-2a14-4227-9dee-da3797c6d37a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:37,717 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.049s 2022-09-13 20:01:37,717 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-492b633f-9699-45cf-9305-2c002b9a74bb', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-492b633f-9699-45cf-9305-2c002b9a74bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:38,772 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 20:01:38,773 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6d4e4ee-30d1-4069-a13f-d32bd996da44', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6d4e4ee-30d1-4069-a13f-d32bd996da44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:39,843 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.057s 2022-09-13 20:01:39,843 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-451bf245-0985-4225-9538-91ef665b3ee0', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-451bf245-0985-4225-9538-91ef665b3ee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:40,898 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 20:01:40,898 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7314bf0-eaa1-4260-b892-0fb98ac9e597', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7314bf0-eaa1-4260-b892-0fb98ac9e597', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:41,955 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:01:41,956 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97a53fc9-d988-4ab1-aa41-0817d121716e', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97a53fc9-d988-4ab1-aa41-0817d121716e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:43,012 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:01:43,012 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32a70ce5-17df-40e3-ae87-303c19071d54', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32a70ce5-17df-40e3-ae87-303c19071d54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:44,089 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.063s 2022-09-13 20:01:44,089 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a32cf6a-c066-44bc-8199-76d2a6dfe0e6', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a32cf6a-c066-44bc-8199-76d2a6dfe0e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:45,154 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 20:01:45,155 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69dc1e8c-57c7-49b1-8843-3577d3028832', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69dc1e8c-57c7-49b1-8843-3577d3028832', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:46,221 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.052s 2022-09-13 20:01:46,222 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31a188c0-10e8-4b29-a8bb-76795034be70', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31a188c0-10e8-4b29-a8bb-76795034be70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:47,272 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.037s 2022-09-13 20:01:47,272 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-704791ea-59df-419f-806a-b3a940ca131c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-704791ea-59df-419f-806a-b3a940ca131c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:48,324 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.037s 2022-09-13 20:01:48,324 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1f4a7f4-4831-48af-9c35-3c1d1790b369', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1f4a7f4-4831-48af-9c35-3c1d1790b369', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:49,376 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.039s 2022-09-13 20:01:49,377 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee5d2f24-a9f2-416c-829e-33d7edd2bc7d', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee5d2f24-a9f2-416c-829e-33d7edd2bc7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:50,439 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.049s 2022-09-13 20:01:50,439 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be979c77-156a-43de-bb49-c9450f5f975c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be979c77-156a-43de-bb49-c9450f5f975c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:51,489 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.036s 2022-09-13 20:01:51,490 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09c1d525-b1fc-4eb2-a121-c418adc35727', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09c1d525-b1fc-4eb2-a121-c418adc35727', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:52,555 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.051s 2022-09-13 20:01:52,555 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef401a41-48d6-4350-8e26-82be04035d1b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef401a41-48d6-4350-8e26-82be04035d1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:53,609 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 20:01:53,609 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b93a9167-3b41-4171-ae7c-2e0b8f3777f2', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b93a9167-3b41-4171-ae7c-2e0b8f3777f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:54,678 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.056s 2022-09-13 20:01:54,678 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deecded7-e217-41ab-8395-b3bf9117bd86', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deecded7-e217-41ab-8395-b3bf9117bd86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:55,753 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.058s 2022-09-13 20:01:55,753 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0db316a2-329f-49c3-abb3-ef582a326eab', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0db316a2-329f-49c3-abb3-ef582a326eab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:56,809 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.039s 2022-09-13 20:01:56,810 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db371d20-e7ba-4374-8dfa-0c9781ba55b3', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db371d20-e7ba-4374-8dfa-0c9781ba55b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:57,862 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.039s 2022-09-13 20:01:57,862 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efd522e7-43f5-404b-9d97-baa0c7746257', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efd522e7-43f5-404b-9d97-baa0c7746257', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:58,913 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.038s 2022-09-13 20:01:58,914 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-354f67b9-a98e-42ed-939b-4aeaab27ca1b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-354f67b9-a98e-42ed-939b-4aeaab27ca1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:01:59,965 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.037s 2022-09-13 20:01:59,965 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a724d627-ccaf-4f8b-b7d3-b84038a50d2b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a724d627-ccaf-4f8b-b7d3-b84038a50d2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:02:01,032 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.054s 2022-09-13 20:02:01,032 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f926c54c-535f-4148-a717-7ff06574e80a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f926c54c-535f-4148-a717-7ff06574e80a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:02:02,083 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.037s 2022-09-13 20:02:02,084 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3def7c0-eaa8-487f-ae95-fbf44bd1ede3', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3def7c0-eaa8-487f-ae95-fbf44bd1ede3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:02:03,135 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.037s 2022-09-13 20:02:03,135 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd9ca368-35b5-476c-baa7-bc90b5257956', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd9ca368-35b5-476c-baa7-bc90b5257956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:02:04,192 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 20:02:04,193 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6456ebf-9bb9-48f3-bb28-4880f9793a60', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6456ebf-9bb9-48f3-bb28-4880f9793a60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:02:05,248 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.042s 2022-09-13 20:02:05,249 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-254c52d2-c4fd-4b3b-a147-f9a88d2c6ec7', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-254c52d2-c4fd-4b3b-a147-f9a88d2c6ec7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:02:06,308 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.046s 2022-09-13 20:02:06,308 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9797a21-918a-4cc2-95f4-6119c08a16b7', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9797a21-918a-4cc2-95f4-6119c08a16b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:02:07,365 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:02:07,365 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1470da30-6aca-431c-ba6c-da2a4cb3cf5e', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1470da30-6aca-431c-ba6c-da2a4cb3cf5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:02:08,421 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.041s 2022-09-13 20:02:08,422 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58548e78-2e6b-4ea2-8581-a10281a7f358', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58548e78-2e6b-4ea2-8581-a10281a7f358', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:02:09,481 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.046s 2022-09-13 20:02:09,481 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-218da5d8-2b4e-4661-851d-52c7a779bac3', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-218da5d8-2b4e-4661-851d-52c7a779bac3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:02:10,539 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.044s 2022-09-13 20:02:10,539 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21384769-e1ae-4299-9920-bf1e584b545c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21384769-e1ae-4299-9920-bf1e584b545c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:02:11,596 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.043s 2022-09-13 20:02:11,597 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19f239a8-68a9-41ae-9881-b95ae934bd0b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19f239a8-68a9-41ae-9881-b95ae934bd0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' 2022-09-13 20:02:12,655 132920 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe 0.045s 2022-09-13 20:02:12,655 132920 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55c889c0-599b-4a8e-ac72-d13b83ff18d4', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55c889c0-599b-4a8e-ac72-d13b83ff18d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe'} Body: b'{"volume": {"id": "b4e81385-590c-4468-92fa-0d4876184cfe", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:53:13.000000", "updated_at": "2022-09-13T19:58:15.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-388845713", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f82690ff3ee94e708caf1d4f7d1979c2/volumes/b4e81385-590c-4468-92fa-0d4876184cfe"}], "user_id": "53fa55dda30e4aaa86ae599e4df2fed3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f82690ff3ee94e708caf1d4f7d1979c2"}}' }}} 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/compute/servers/test_server_rescue_negative.py", line 155, in test_rescued_vm_detach_volume self.attach_volume(server, volume) File "/opt/stack/tempest/tempest/api/compute/base.py", line 593, in attach_volume waiters.wait_for_volume_attachment_create( File "/opt/stack/tempest/tempest/common/waiters.py", line 338, in wait_for_volume_attachment_create raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Failed to attach volume b4e81385-590c-4468-92fa-0d4876184cfe to server 4103ee9f-11e9-4f28-8be3-43204bcc2906 within the required time (360 s). |
||||||
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:'': {{{ 2022-09-13 19:52:29,389 132911 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-09-13 19:52:29,389 132911 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-09-13 19:52:29,631 132911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15/compute/v2.1/os-keypairs 0.238s 2022-09-13 19:52:29,631 132911 DEBUG [tempest.lib.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-1862552244", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBELS6F3R7EaN2q7Rm0L/TLXyXP7ivmZycw+JWITtwfMzPi4k3JOINGMxUm6URieh76LbmHomRH5vFfMTNmwykAsj9iK9cv/ojp9nRjebLfm72kzgOoLxee7xHmQBoMNGQQ=="}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b95bd40-6982-4dec-a7a4-37c4147b569e', 'x-compute-request-id': 'req-3b95bd40-6982-4dec-a7a4-37c4147b569e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1862552244", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBELS6F3R7EaN2q7Rm0L/TLXyXP7ivmZycw+JWITtwfMzPi4k3JOINGMxUm6URieh76LbmHomRH5vFfMTNmwykAsj9iK9cv/ojp9nRjebLfm72kzgOoLxee7xHmQBoMNGQQ==", "fingerprint": "64:54:32:82:1e:1b:fc:0b:70:6e:6f:1c:31:8b:54:a4", "user_id": "6a68278c8556492497def971fb1674a8"}}' 2022-09-13 19:52:29,634 132911 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1862552244 created 2022-09-13 19:52:29,785 132911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/security-groups 0.151s 2022-09-13 19:52:29,786 132911 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--1734830119", "description": "tempest-description--1243940474"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-853af3fe-4f8b-479d-8ccd-4a852013fe45', 'date': 'Tue, 13 Sep 2022 19:52:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f10769c3-e2b1-4016-bae3-f37fc64da89e", "name": "tempest-securitygroup--1734830119", "stateful": true, "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "description": "tempest-description--1243940474", "shared": false, "security_group_rules": [{"id": "3cbcebd0-2595-4b9c-a8b5-ff5c3c996202", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "security_group_id": "f10769c3-e2b1-4016-bae3-f37fc64da89e", "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": 301, "description": null, "tags": [], "created_at": "2022-09-13T19:52:29Z", "updated_at": "2022-09-13T19:52:29Z", "revision_number": 0, "project_id": "1c5fb3ff52124db488fc164b595503c4"}, {"id": "d033a99d-3d21-4d79-96ca-28258c926d67", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "security_group_id": "f10769c3-e2b1-4016-bae3-f37fc64da89e", "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": 302, "description": null, "tags": [], "created_at": "2022-09-13T19:52:29Z", "updated_at": "2022-09-13T19:52:29Z", "revision_number": 0, "project_id": "1c5fb3ff52124db488fc164b595503c4"}], "tags": [], "created_at": "2022-09-13T19:52:29Z", "updated_at": "2022-09-13T19:52:29Z", "revision_number": 1, "project_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:52:29,914 132911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/security-group-rules 0.127s 2022-09-13 19:52:29,914 132911 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": "f10769c3-e2b1-4016-bae3-f37fc64da89e", "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-fed52382-1f75-4048-9821-6d4c9325d000', 'date': 'Tue, 13 Sep 2022 19:52:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8690684e-1baf-4bbd-9cf0-8dbdaa149b96", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "security_group_id": "f10769c3-e2b1-4016-bae3-f37fc64da89e", "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": "2022-09-13T19:52:29Z", "updated_at": "2022-09-13T19:52:29Z", "revision_number": 0, "project_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:52:30,035 132911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/security-group-rules 0.120s 2022-09-13 19:52:30,035 132911 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": "f10769c3-e2b1-4016-bae3-f37fc64da89e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3c88e623-b746-428a-8fa8-849db7114eaa', 'date': 'Tue, 13 Sep 2022 19:52:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3915dee7-2c94-4f89-bb6f-a4236b895bc1", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "security_group_id": "f10769c3-e2b1-4016-bae3-f37fc64da89e", "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": "2022-09-13T19:52:29Z", "updated_at": "2022-09-13T19:52:29Z", "revision_number": 0, "project_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:52:30,036 132911 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1734830119 created 2022-09-13 19:52:30,876 132911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/floatingips 0.840s 2022-09-13 19:52:30,876 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-7ec2d32d-eacb-4931-a378-33bfe360eb20', 'date': 'Tue, 13 Sep 2022 19:52:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ccf92a5a-8418-44dd-9550-2a698b127731", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "floating_ip_address": "172.27.1.33", "floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1c5fb3ff52124db488fc164b595503c4", "description": "", "port_details": null, "tags": [], "created_at": "2022-09-13T19:52:30Z", "updated_at": "2022-09-13T19:52:30Z", "revision_number": 0}}' 2022-09-13 19:52:30,877 132911 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ccf92a5a-8418-44dd-9550-2a698b127731', 'tenant_id': '1c5fb3ff52124db488fc164b595503c4', 'floating_ip_address': '172.27.1.33', 'floating_network_id': 'd93365cd-e645-4ba4-bf8f-fa4009c5626b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1c5fb3ff52124db488fc164b595503c4', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-09-13T19:52:30Z', 'updated_at': '2022-09-13T19:52:30Z', 'revision_number': 0, 'ip': '172.27.1.33'} created 2022-09-13 19:52:30,915 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.222.0.15/identity/v3/auth/tokens 0.032s 2022-09-13 19:52:30,916 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3264', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c68cffb6-a10f-4d99-918b-425db3bf993d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6a68278c8556492497def971fb1674a8", "name": "tempest-AttachVolumeShelveTestJSON-192476952-project", "password_expires_at": null}, "audit_ids": ["9RNyBWC8QoST9i4HZfy7PQ"], "expires_at": "2022-09-13T20:52:30.000000Z", "issued_at": "2022-09-13T19:52:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1c5fb3ff52124db488fc164b595503c4", "name": "tempest-AttachVolumeShelveTestJSON-192476952"}, "is_domain": false, "roles": [{"id": "284c674552164365ab075b703005206e", "name": "reader"}, {"id": "61f630f0ba254ac5bb25aa078b9876a0", "name": "member"}], "catalog": [{"endpoints": [{"id": "590814988f4f4204bdf29274a867e2f9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/placement", "region": "RegionOne"}], "id": "3f8a169ba5024ec9bccd7184ae6f3e19", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "b1d49843783a40cc890bf1885dae7343", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/compute/v2.1", "region": "RegionOne"}], "id": "71ba4eee202240db831a28978e1523aa", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "98c6e608710b45d89ef8fc15a9dc6cf1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4", "region": "RegionOne"}], "id": "80c9eed50cdb49f2947ade8463843a35", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0a751deecf334506b94ab929ca72ae17", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15:8080/v1/AUTH_1c5fb3ff52124db488fc164b595503c4", "region": "RegionOne"}, {"id": "8ab6c4ae578a4b9bafda34f9e43093e6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.15:8080", "region": "RegionOne"}], "id": "9cfff7ff45a9483184584e566736811d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "17e06d97f8804ea3bed32e185e577b09", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/compute/v2/1c5fb3ff52124db488fc164b595503c4", "region": "RegionOne"}], "id": "a1d4c774bc8a4686a317b951bdb4b789", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "58218a0674cc4045aa1a10feb2ed6c44", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4", "region": "RegionOne"}], "id": "c843e5dceb57488f8fd30c74ef2774af", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2e3116e760b54a34829b2306742f7df2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/image", "region": "RegionOne"}], "id": "d0c1fa45597944de88ead08e9bda7c21", "type": "image", "name": "glance"}, {"endpoints": [{"id": "4cd9e8bfee13415b85d53fdfa174c8e1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15:9696/networking", "region": "RegionOne"}], "id": "d215968803a540b1ad070ae208611700", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e72af39ddab34a478bd576c465b9a328", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/identity", "region": "RegionOne"}], "id": "f0dee672df3d441da51dc40106ea925f", "type": "identity", "name": "keystone"}]}}' 2022-09-13 19:52:30,916 132911 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '480f3fa3-5277-47db-8523-614c40f4340f', 'name': 'tempest-AttachVolumeShelveTestJSON-1679986175-network', 'tenant_id': '1c5fb3ff52124db488fc164b595503c4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1c5fb3ff52124db488fc164b595503c4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 382, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-09-13T19:52:24Z', 'updated_at': '2022-09-13T19:52:24Z', 'revision_number': 1} available for tenant 2022-09-13 19:52:30,917 132911 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1862552244', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBELS6F3R7EaN2q7Rm0L/TLXyXP7ivmZycw+JWITtwfMzPi4k3JOINGMxUm6URieh76LbmHomRH5vFfMTNmwykAsj9iK9cv/ojp9nRjebLfm72kzgOoLxee7xHmQBoMNGQQ==', 'fingerprint': '64:54:32:82:1e:1b:fc:0b:70:6e:6f:1c:31:8b:54:a4', 'user_id': '6a68278c8556492497def971fb1674a8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAh+SR9vin5RXhPQ+qpNgEmrmGS2TvVZKx/Req+YKUda/WkW6GyJSkg\nHnwx9oTEcE2gBwYFK4EEACKhZANiAARC0uhd0exGjdqu0ZtC/0y18lz+4r5mcnMP\niViE7cHzMz4uJNyTiDRjMVJulEYnoe+i25h6JkR+bxXzEzZsMpALI/YivXL/6I6f\nZ0Y3my35u9pM4DqC8Xnu8R5kAaDDRkE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f10769c3-e2b1-4016-bae3-f37fc64da89e', 'name': 'tempest-securitygroup--1734830119', 'stateful': True, 'tenant_id': '1c5fb3ff52124db488fc164b595503c4', 'description': 'tempest-description--1243940474', 'shared': False, 'security_group_rules': [{'id': '3cbcebd0-2595-4b9c-a8b5-ff5c3c996202', 'tenant_id': '1c5fb3ff52124db488fc164b595503c4', 'security_group_id': 'f10769c3-e2b1-4016-bae3-f37fc64da89e', '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': 301, 'description': None, 'tags': [], 'created_at': '2022-09-13T19:52:29Z', 'updated_at': '2022-09-13T19:52:29Z', 'revision_number': 0, 'project_id': '1c5fb3ff52124db488fc164b595503c4'}, {'id': 'd033a99d-3d21-4d79-96ca-28258c926d67', 'tenant_id': '1c5fb3ff52124db488fc164b595503c4', 'security_group_id': 'f10769c3-e2b1-4016-bae3-f37fc64da89e', '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': 302, 'description': None, 'tags': [], 'created_at': '2022-09-13T19:52:29Z', 'updated_at': '2022-09-13T19:52:29Z', 'revision_number': 0, 'project_id': '1c5fb3ff52124db488fc164b595503c4'}], 'tags': [], 'created_at': '2022-09-13T19:52:29Z', 'updated_at': '2022-09-13T19:52:29Z', 'revision_number': 1, 'project_id': '1c5fb3ff52124db488fc164b595503c4'}, 'floating_ip': {'id': 'ccf92a5a-8418-44dd-9550-2a698b127731', 'tenant_id': '1c5fb3ff52124db488fc164b595503c4', 'floating_ip_address': '172.27.1.33', 'floating_network_id': 'd93365cd-e645-4ba4-bf8f-fa4009c5626b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1c5fb3ff52124db488fc164b595503c4', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-09-13T19:52:30Z', 'updated_at': '2022-09-13T19:52:30Z', 'revision_number': 0, 'ip': '172.27.1.33'}} 2022-09-13 19:52:31,629 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.15/compute/v2.1/servers 0.711s 2022-09-13 19:52:31,629 132911 DEBUG [tempest.lib.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-235366401", "imageRef": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "480f3fa3-5277-47db-8523-614c40f4340f"}], "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "key_name": "tempest-keypair-1862552244", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1189dd4b-303c-467a-b8c9-dc122c0e41e8', 'x-compute-request-id': 'req-1189dd4b-303c-467a-b8c9-dc122c0e41e8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/compute/v2.1/servers'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "adminPass": "password"}}' 2022-09-13 19:52:31,720 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.087s 2022-09-13 19:52:31,720 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1281', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86ef998a-8acc-4d3f-9565-ac54f152f781', 'x-compute-request-id': 'req-86ef998a-8acc-4d3f-9565-ac54f152f781', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:32Z", "updated": "2022-09-13T19:52:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1862552244", "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}}' 2022-09-13 19:52:32,852 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.115s 2022-09-13 19:52:32,852 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebf5d919-d64a-40c2-8a20-524fb91e7f19', 'x-compute-request-id': 'req-ebf5d919-d64a-40c2-8a20-524fb91e7f19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "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}}' 2022-09-13 19:52:33,959 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.090s 2022-09-13 19:52:33,960 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5720f97-ae9c-4b5d-a72a-7a7ee01a6be0', 'x-compute-request-id': 'req-a5720f97-ae9c-4b5d-a72a-7a7ee01a6be0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "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}}' 2022-09-13 19:52:35,068 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.091s 2022-09-13 19:52:35,068 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d68ba61-8349-4c00-b600-1e7bc652fbf6', 'x-compute-request-id': 'req-0d68ba61-8349-4c00-b600-1e7bc652fbf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "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}}' 2022-09-13 19:52:36,188 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.103s 2022-09-13 19:52:36,189 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d90d12a2-7768-4528-8e36-a3af64a3f077', 'x-compute-request-id': 'req-d90d12a2-7768-4528-8e36-a3af64a3f077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "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}}' 2022-09-13 19:52:37,314 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.109s 2022-09-13 19:52:37,315 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1333', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1f43244-9fdb-4c37-a4fa-2af52722f2a2', 'x-compute-request-id': 'req-b1f43244-9fdb-4c37-a4fa-2af52722f2a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "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": [], "locked": false, "description": null}}' 2022-09-13 19:52:37,330 132911 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 6 second wait 2022-09-13 19:52:38,423 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.092s 2022-09-13 19:52:38,424 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-547fdc63-7f11-4425-9b2b-b3e018cd015f', 'x-compute-request-id': 'req-547fdc63-7f11-4425-9b2b-b3e018cd015f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-09-13 19:52:38,439 132911 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 7 second wait 2022-09-13 19:52:39,538 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.098s 2022-09-13 19:52:39,539 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f85bca06-69a6-4823-97ed-9069a8e4640b', 'x-compute-request-id': 'req-f85bca06-69a6-4823-97ed-9069a8e4640b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-09-13 19:52:40,649 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.092s 2022-09-13 19:52:40,649 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5ecba11-bef3-485e-afc9-814fc34f191b', 'x-compute-request-id': 'req-b5ecba11-bef3-485e-afc9-814fc34f191b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-09-13 19:52:41,772 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.106s 2022-09-13 19:52:41,772 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d76c6576-a05b-42f2-bb60-397fd899a676', 'x-compute-request-id': 'req-d76c6576-a05b-42f2-bb60-397fd899a676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-09-13 19:52:42,880 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.091s 2022-09-13 19:52:42,880 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-561d1632-ba1c-42a6-a4f9-7164c198dc07', 'x-compute-request-id': 'req-561d1632-ba1c-42a6-a4f9-7164c198dc07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-09-13 19:52:44,067 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.169s 2022-09-13 19:52:44,067 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:43 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-58067127-2b9a-47f4-90ea-3c5be1113b3b', 'x-compute-request-id': 'req-58067127-2b9a-47f4-90ea-3c5be1113b3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "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}}' 2022-09-13 19:52:44,083 132911 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 13 second wait 2022-09-13 19:52:45,342 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.258s 2022-09-13 19:52:45,343 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:45 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-2840bed8-d858-463a-a6b2-eda72085b018', 'x-compute-request-id': 'req-2840bed8-d858-463a-a6b2-eda72085b018', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "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}}' 2022-09-13 19:52:46,570 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.208s 2022-09-13 19:52:46,570 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:46 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-859a45ec-917d-4cd7-8869-12faf4767c65', 'x-compute-request-id': 'req-859a45ec-917d-4cd7-8869-12faf4767c65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "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}}' 2022-09-13 19:52:47,753 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.167s 2022-09-13 19:52:47,754 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:47 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-260b4b53-4dc8-444f-bb75-56f169da2a9e', 'x-compute-request-id': 'req-260b4b53-4dc8-444f-bb75-56f169da2a9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "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}}' 2022-09-13 19:52:48,940 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.169s 2022-09-13 19:52:48,940 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:48 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-e758f6c1-5005-4a59-9fe7-2761f85ba91e', 'x-compute-request-id': 'req-e758f6c1-5005-4a59-9fe7-2761f85ba91e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "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}}' 2022-09-13 19:52:50,247 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.288s 2022-09-13 19:52:50,248 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:49 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-91362528-0235-4434-a8e1-ff65ad19741e', 'x-compute-request-id': 'req-91362528-0235-4434-a8e1-ff65ad19741e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "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}}' 2022-09-13 19:52:51,554 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.289s 2022-09-13 19:52:51,555 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:51 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-1e65737f-dfd3-4795-8c1f-d2807c152c0d', 'x-compute-request-id': 'req-1e65737f-dfd3-4795-8c1f-d2807c152c0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "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}}' 2022-09-13 19:52:52,804 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.233s 2022-09-13 19:52:52,805 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:52 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-75a75987-fc7f-4d4a-8a6f-8310d763cecb', 'x-compute-request-id': 'req-75a75987-fc7f-4d4a-8a6f-8310d763cecb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "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}}' 2022-09-13 19:52:54,059 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.238s 2022-09-13 19:52:54,060 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:53 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-3eecfc10-2d57-4ab6-a45c-38f698735fd9', 'x-compute-request-id': 'req-3eecfc10-2d57-4ab6-a45c-38f698735fd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "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}}' 2022-09-13 19:52:55,290 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.213s 2022-09-13 19:52:55,290 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:55 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-2b0f94b7-bd05-4ccc-a32e-d0e05ec39f21', 'x-compute-request-id': 'req-2b0f94b7-bd05-4ccc-a32e-d0e05ec39f21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "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}}' 2022-09-13 19:52:56,536 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.228s 2022-09-13 19:52:56,536 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:56 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-b5147905-76e5-48d1-95ed-24e73d9fbd1b', 'x-compute-request-id': 'req-b5147905-76e5-48d1-95ed-24e73d9fbd1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "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}}' 2022-09-13 19:52:57,776 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.223s 2022-09-13 19:52:57,777 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:57 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-692a46dd-1ec6-400c-9e31-4a36e01d5089', 'x-compute-request-id': 'req-692a46dd-1ec6-400c-9e31-4a36e01d5089', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "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}}' 2022-09-13 19:52:59,008 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.214s 2022-09-13 19:52:59,009 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:52:58 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-92af91ff-81c2-45e1-97c8-85522296a370', 'x-compute-request-id': 'req-92af91ff-81c2-45e1-97c8-85522296a370', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "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}}' 2022-09-13 19:53:00,509 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.483s 2022-09-13 19:53:00,509 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:00 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-5b987eca-bccc-4fa8-b16f-a3105fcdcea1', 'x-compute-request-id': 'req-5b987eca-bccc-4fa8-b16f-a3105fcdcea1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "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}}' 2022-09-13 19:53:01,942 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.417s 2022-09-13 19:53:01,943 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:01 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-b1a6b0ec-bb56-4572-90ce-c9c30acf0997', 'x-compute-request-id': 'req-b1a6b0ec-bb56-4572-90ce-c9c30acf0997', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:52:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "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}}' 2022-09-13 19:53:03,234 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.272s 2022-09-13 19:53:03,234 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:02 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-85127431-6f34-4b18-9242-076220c1a0ab', 'x-compute-request-id': 'req-85127431-6f34-4b18-9242-076220c1a0ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:53:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "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}}' 2022-09-13 19:53:04,510 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.260s 2022-09-13 19:53:04,511 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:04 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-9f2623cd-d3db-4f59-9e7f-a781d559f6ac', 'x-compute-request-id': 'req-9f2623cd-d3db-4f59-9e7f-a781d559f6ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "ACTIVE", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T19:53:04Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1679986175-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:d5:8e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": "2022-09-13T19:53:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "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}}' 2022-09-13 19:53:04,528 132911 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 33 second wait 2022-09-13 19:53:04,657 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f/os-interface 0.128s 2022-09-13 19:53:04,657 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:04 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-5b6bb00f-3098-41d4-9e35-b9d793b9823d', 'x-compute-request-id': 'req-5b6bb00f-3098-41d4-9e35-b9d793b9823d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "480f3fa3-5277-47db-8523-614c40f4340f", "port_id": "bde60305-c7c6-47f6-9ced-f19986da3bd0", "mac_addr": "fa:16:3e:13:d5:8e", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b45e0c45-e33a-4093-a874-4165c4f71631", "ip_address": "172.20.0.11"}]}]}' 2022-09-13 19:53:05,646 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 PUT http://10.222.0.15:9696/networking/v2.0/floatingips/ccf92a5a-8418-44dd-9550-2a698b127731 0.983s 2022-09-13 19:53:05,646 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "bde60305-c7c6-47f6-9ced-f19986da3bd0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-f6be2bea-a7b6-497b-8fe3-e4b21edb91f0', 'date': 'Tue, 13 Sep 2022 19:53:05 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/floatingips/ccf92a5a-8418-44dd-9550-2a698b127731'} Body: b'{"floatingip": {"id": "ccf92a5a-8418-44dd-9550-2a698b127731", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "floating_ip_address": "172.27.1.33", "floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b", "router_id": "1f7723f1-7733-4fa9-a87c-005f7406c517", "port_id": "bde60305-c7c6-47f6-9ced-f19986da3bd0", "fixed_ip_address": "172.20.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "480f3fa3-5277-47db-8523-614c40f4340f", "mac_address": "fa:16:3e:13:d5:8e", "admin_state_up": true, "status": "ACTIVE", "device_id": "d137c836-8310-495a-a488-170bbbe9051f", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-09-13T19:52:30Z", "updated_at": "2022-09-13T19:53:05Z", "revision_number": 1, "project_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:53:05,647 132911 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.33:22' as 'ubuntu' with public key authentication 2022-09-13 19:53:09,642 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.33 ([Errno None] Unable to connect to port 22 on 172.27.1.33). Number attempts: 1. Retry after 2 seconds. 2022-09-13 19:53:15,210 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.33 ([Errno None] Unable to connect to port 22 on 172.27.1.33). Number attempts: 2. Retry after 3 seconds. 2022-09-13 19:53:21,769 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.33 ([Errno None] Unable to connect to port 22 on 172.27.1.33). Number attempts: 3. Retry after 4 seconds. 2022-09-13 19:53:29,358 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.33 ([Errno None] Unable to connect to port 22 on 172.27.1.33). Number attempts: 4. Retry after 5 seconds. 2022-09-13 19:53:37,930 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.33 ([Errno None] Unable to connect to port 22 on 172.27.1.33). Number attempts: 5. Retry after 6 seconds. 2022-09-13 19:53:47,498 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.33 ([Errno None] Unable to connect to port 22 on 172.27.1.33). Number attempts: 6. Retry after 7 seconds. 2022-09-13 19:53:58,058 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.33 ([Errno None] Unable to connect to port 22 on 172.27.1.33). Number attempts: 7. Retry after 8 seconds. 2022-09-13 19:54:09,612 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.33 ([Errno None] Unable to connect to port 22 on 172.27.1.33). Number attempts: 8. Retry after 9 seconds. 2022-09-13 19:54:19,121 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.33 ([Errno None] Unable to connect to port 22 on 172.27.1.33). Number attempts: 9. Retry after 10 seconds. 2022-09-13 19:54:29,632 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.33 ([Errno None] Unable to connect to port 22 on 172.27.1.33). Number attempts: 10. Retry after 11 seconds. 2022-09-13 19:54:41,143 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.33 ([Errno None] Unable to connect to port 22 on 172.27.1.33). Number attempts: 11. Retry after 12 seconds. 2022-09-13 19:54:53,657 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.33 ([Errno None] Unable to connect to port 22 on 172.27.1.33). Number attempts: 12. Retry after 13 seconds. 2022-09-13 19:55:07,171 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.33 ([Errno None] Unable to connect to port 22 on 172.27.1.33). Number attempts: 13. Retry after 14 seconds. 2022-09-13 19:55:21,675 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.33 ([Errno None] Unable to connect to port 22 on 172.27.1.33). Number attempts: 14. Retry after 15 seconds. 2022-09-13 19:55:37,209 132911 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-09-13 19:55:37,423 132911 INFO [paramiko.transport] Authentication (publickey) successful! 2022-09-13 19:55:37,424 132911 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.33 successfully created 2022-09-13 19:55:37,472 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f/ips 0.047s 2022-09-13 19:55:37,472 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:37 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-3b04b195-c1e0-44ee-b95f-b86f5a5ee5e9', 'x-compute-request-id': 'req-3b04b195-c1e0-44ee-b95f-b86f5a5ee5e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1679986175-network": [{"version": 4, "addr": "172.20.0.11"}, {"version": 4, "addr": "172.27.1.33"}]}}' 2022-09-13 19:55:37,704 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes 0.227s 2022-09-13 19:55:37,704 132911 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-295770469"}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fd45fe5-fab2-49f2-98b3-faa826bb7d83', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fd45fe5-fab2-49f2-98b3-faa826bb7d83', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:37.636661", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-09-13 19:55:37,755 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:55:37,756 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c82ef7fe-5aae-43ac-992b-3faeec96ebb8', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c82ef7fe-5aae-43ac-992b-3faeec96ebb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:38,808 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:55:38,808 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b96690e9-4d05-42b6-acf0-ef9aefe2e8b8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b96690e9-4d05-42b6-acf0-ef9aefe2e8b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:39,861 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:55:39,861 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81dbccf0-ca33-4aa6-a478-1405b287e599', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81dbccf0-ca33-4aa6-a478-1405b287e599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:40,913 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:55:40,913 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fde2098-eea5-4b1f-9c5e-41d3bedcf40e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fde2098-eea5-4b1f-9c5e-41d3bedcf40e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:41,965 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 19:55:41,965 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa9ee2e0-b044-467e-b84e-e38ff3891609', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa9ee2e0-b044-467e-b84e-e38ff3891609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:43,023 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.044s 2022-09-13 19:55:43,023 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddf464ed-399f-420f-9d0c-16387479529a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddf464ed-399f-420f-9d0c-16387479529a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:44,080 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.044s 2022-09-13 19:55:44,081 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b397b911-c816-4ead-afcd-1248893e5c08', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b397b911-c816-4ead-afcd-1248893e5c08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:45,134 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:55:45,135 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c06af484-66e7-4011-b560-7d9dfb7ef58f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c06af484-66e7-4011-b560-7d9dfb7ef58f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:46,188 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:55:46,189 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13b9b8fa-def4-46f5-ab3f-fd2462c3dc1d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13b9b8fa-def4-46f5-ab3f-fd2462c3dc1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:47,241 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:55:47,242 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00fecafb-52a5-4d93-b308-4fc8092290ce', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00fecafb-52a5-4d93-b308-4fc8092290ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:48,306 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.051s 2022-09-13 19:55:48,306 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41fb3ab3-7458-46f2-b4d4-6324812283d5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41fb3ab3-7458-46f2-b4d4-6324812283d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:49,359 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:55:49,360 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59018c8a-ec8b-48c3-a385-07c85bbfb4da', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59018c8a-ec8b-48c3-a385-07c85bbfb4da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:50,412 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:55:50,413 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91ea948e-b682-477d-97a9-001ee2af4110', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91ea948e-b682-477d-97a9-001ee2af4110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:51,464 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:55:51,464 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41c438c2-e767-4820-aac1-814b798763bb', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41c438c2-e767-4820-aac1-814b798763bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:52,518 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:55:52,518 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4675e4a5-2db6-4bb7-8478-4ffcd7e19fa3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4675e4a5-2db6-4bb7-8478-4ffcd7e19fa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:53,572 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.041s 2022-09-13 19:55:53,572 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13ddf56e-7f2a-4320-92c2-97812c4c36de', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13ddf56e-7f2a-4320-92c2-97812c4c36de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:54,623 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:55:54,624 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18823ed6-24c3-426c-bb35-caafbd127f14', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18823ed6-24c3-426c-bb35-caafbd127f14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:55,678 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:55:55,678 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a429a52a-440b-4c78-b167-fd6375b15cf8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a429a52a-440b-4c78-b167-fd6375b15cf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:56,731 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:55:56,731 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b27a112-2671-4b9c-8b0b-739a7d867df9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b27a112-2671-4b9c-8b0b-739a7d867df9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:57,788 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.043s 2022-09-13 19:55:57,788 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cde50497-b39f-4610-af94-22efd341e4b7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cde50497-b39f-4610-af94-22efd341e4b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:58,841 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:55:58,841 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8029d9bc-5f9d-4c5a-85b9-cca0e8611a92', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8029d9bc-5f9d-4c5a-85b9-cca0e8611a92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:55:59,898 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.043s 2022-09-13 19:55:59,899 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c78ebea1-93ca-490b-b140-86c4885956bf', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c78ebea1-93ca-490b-b140-86c4885956bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:00,951 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:56:00,952 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdc47db6-f4b8-49ff-905c-6924b2034578', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdc47db6-f4b8-49ff-905c-6924b2034578', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:02,003 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:02,003 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6b86b1a-6232-451c-b072-f7bf8c67248c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6b86b1a-6232-451c-b072-f7bf8c67248c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:03,057 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:56:03,057 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d29c6269-ccde-4980-a897-264620edef5e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d29c6269-ccde-4980-a897-264620edef5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:04,108 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 19:56:04,108 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54f54758-5443-4c98-8cf5-d2a7f0023856', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54f54758-5443-4c98-8cf5-d2a7f0023856', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:05,161 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:56:05,161 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89567531-d824-444c-ac0a-584bbac1d043', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89567531-d824-444c-ac0a-584bbac1d043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:06,213 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:06,213 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-409dbf22-6b55-4784-9a36-b26e48d6bdee', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-409dbf22-6b55-4784-9a36-b26e48d6bdee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:07,265 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:07,266 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82ad0cc7-f759-4cd7-93a7-2028509578ed', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82ad0cc7-f759-4cd7-93a7-2028509578ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:08,316 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:08,316 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dfc93a5-1aef-4cf5-ab29-fc8716840ea0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dfc93a5-1aef-4cf5-ab29-fc8716840ea0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:09,379 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.049s 2022-09-13 19:56:09,379 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43d991e9-5c84-4ba4-9a6b-7268c1c6002d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43d991e9-5c84-4ba4-9a6b-7268c1c6002d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:10,432 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:56:10,432 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cac7e01-69d2-4743-8c5a-683790e19075', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cac7e01-69d2-4743-8c5a-683790e19075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:11,484 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:56:11,484 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82e78f6c-791b-4b9b-a6a8-fbd44e99e21a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82e78f6c-791b-4b9b-a6a8-fbd44e99e21a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:12,537 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:56:12,537 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-565e1adc-b851-4423-aeb7-9085e098235d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-565e1adc-b851-4423-aeb7-9085e098235d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:13,589 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:56:13,590 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-601e629b-d2be-4194-aa73-3847e350a284', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-601e629b-d2be-4194-aa73-3847e350a284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:14,643 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:56:14,643 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdeacccb-cc54-47eb-9df4-6a49a497551c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdeacccb-cc54-47eb-9df4-6a49a497551c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:15,695 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:15,695 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d64c4d79-be19-4706-adb6-ecfbe8110755', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d64c4d79-be19-4706-adb6-ecfbe8110755', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:16,760 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.050s 2022-09-13 19:56:16,760 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e939edf-0fe9-46f4-87fe-5aa05d60ce5a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e939edf-0fe9-46f4-87fe-5aa05d60ce5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:17,812 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:17,812 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d129bf6-cff3-4800-be9b-2864027ba469', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d129bf6-cff3-4800-be9b-2864027ba469', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:18,864 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:18,864 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f259f83b-da22-40a1-83c9-236a7f9cf66e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f259f83b-da22-40a1-83c9-236a7f9cf66e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:19,917 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:56:19,918 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2a3b8aa-4b0e-4987-8b8b-a58e7e777789', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2a3b8aa-4b0e-4987-8b8b-a58e7e777789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:20,970 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:20,970 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ec77ced-b82b-4d9a-83f3-64e65fb3c734', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ec77ced-b82b-4d9a-83f3-64e65fb3c734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:22,024 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:56:22,024 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1507f836-6f20-4f14-ba77-bebf5e627293', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1507f836-6f20-4f14-ba77-bebf5e627293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:23,076 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:23,077 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59fb5155-1720-40d9-94ed-d6ce64daa667', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59fb5155-1720-40d9-94ed-d6ce64daa667', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:24,129 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:24,130 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08c97a5c-da77-493a-be42-9bbc902af6b3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08c97a5c-da77-493a-be42-9bbc902af6b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:25,184 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.041s 2022-09-13 19:56:25,185 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4923fb27-f31e-4f17-ae38-ffa36d1b6313', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4923fb27-f31e-4f17-ae38-ffa36d1b6313', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:26,236 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:26,236 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cc701f5-8c15-4aea-8b1c-f89c5132ede1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cc701f5-8c15-4aea-8b1c-f89c5132ede1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:27,288 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:27,289 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-179e90f1-494c-4726-8c5d-d2b9df0528a6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-179e90f1-494c-4726-8c5d-d2b9df0528a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:28,340 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:28,340 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6cc68c1-89ad-4f9a-95c2-865b154f26d0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6cc68c1-89ad-4f9a-95c2-865b154f26d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:29,392 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:29,393 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3de3ba3-7e82-4055-a084-3e95e0c55338', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3de3ba3-7e82-4055-a084-3e95e0c55338', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:30,449 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.044s 2022-09-13 19:56:30,450 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17c9a376-ec7a-4ef1-9c8b-5eb115e7f3c9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17c9a376-ec7a-4ef1-9c8b-5eb115e7f3c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:31,505 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:56:31,505 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a7f6fa3-6a8f-4733-a4b6-466c5eb90cd2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a7f6fa3-6a8f-4733-a4b6-466c5eb90cd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:32,557 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:56:32,558 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ca98e57-7f60-4fd2-b07d-c409a1b13b09', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ca98e57-7f60-4fd2-b07d-c409a1b13b09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:33,612 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:33,612 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdf4b9da-144b-40f7-a83d-7997ffa5e07c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdf4b9da-144b-40f7-a83d-7997ffa5e07c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:34,665 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:56:34,666 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4891741c-a82e-4a62-a938-1e2c9db28439', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4891741c-a82e-4a62-a938-1e2c9db28439', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:35,716 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 19:56:35,716 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-879bfa9a-8e44-409d-adee-7baf2e21c73c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-879bfa9a-8e44-409d-adee-7baf2e21c73c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:36,768 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:36,768 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9861c4a9-e0c5-4a02-a197-c349543cfd38', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9861c4a9-e0c5-4a02-a197-c349543cfd38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:37,820 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:56:37,820 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc6e9db9-52dc-4271-a5c4-d0a94a5eb8be', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc6e9db9-52dc-4271-a5c4-d0a94a5eb8be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:38,873 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:56:38,873 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d935d71-3079-4f28-8557-dc9fe8f21213', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d935d71-3079-4f28-8557-dc9fe8f21213', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:39,925 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:39,925 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8a9d581-b6af-46c3-b563-27380dd65d7c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8a9d581-b6af-46c3-b563-27380dd65d7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:40,978 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:56:40,978 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-592283d5-8265-4586-96f9-729e0fde431b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-592283d5-8265-4586-96f9-729e0fde431b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:42,029 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:42,030 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7620637f-a4cb-4fe5-a896-55bc80a03dc1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7620637f-a4cb-4fe5-a896-55bc80a03dc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:43,083 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:56:43,083 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f03a2ad6-be0f-41ca-9e9e-5ccdd4ebf97f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f03a2ad6-be0f-41ca-9e9e-5ccdd4ebf97f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:44,137 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:56:44,137 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3cb122b-8901-40bd-b6f9-937871bcce3f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3cb122b-8901-40bd-b6f9-937871bcce3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:45,192 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:56:45,193 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dce5d96e-481b-400b-80f3-9f4338922bf6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dce5d96e-481b-400b-80f3-9f4338922bf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:46,248 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.041s 2022-09-13 19:56:46,248 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f745d694-fbd0-409f-a5ff-3d738b93798e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f745d694-fbd0-409f-a5ff-3d738b93798e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:47,456 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.194s 2022-09-13 19:56:47,457 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07def9be-a842-4215-9098-41c1ac1c7ba1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07def9be-a842-4215-9098-41c1ac1c7ba1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:48,511 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:56:48,511 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d252c3e5-a143-49aa-b020-8ef4c92aae12', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d252c3e5-a143-49aa-b020-8ef4c92aae12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:49,566 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:56:49,566 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-987a42bb-bfa4-4179-892b-a06b74a37d34', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-987a42bb-bfa4-4179-892b-a06b74a37d34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:50,617 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:50,618 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34325fa1-1813-4b2d-984e-ea271c7c4c64', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34325fa1-1813-4b2d-984e-ea271c7c4c64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:51,670 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:56:51,670 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2904bb8-6d95-469b-aa18-dd888033f405', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2904bb8-6d95-469b-aa18-dd888033f405', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:52,727 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.043s 2022-09-13 19:56:52,727 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66602f08-2121-4f1e-8066-fad691c234de', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66602f08-2121-4f1e-8066-fad691c234de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:53,778 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:56:53,779 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e95c2bd6-96cc-45bc-99cd-8481b3320732', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e95c2bd6-96cc-45bc-99cd-8481b3320732', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:54,831 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:54,831 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6cd79e8-571c-41fc-adaf-b08f88a5590d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6cd79e8-571c-41fc-adaf-b08f88a5590d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:55,885 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:56:55,886 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77a64c7f-967d-4d10-8e21-e89ee34e6884', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77a64c7f-967d-4d10-8e21-e89ee34e6884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:56,937 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:56:56,938 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c21b91d4-bfd4-4a0c-b103-ea4bdb762f78', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c21b91d4-bfd4-4a0c-b103-ea4bdb762f78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:58,000 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.048s 2022-09-13 19:56:58,000 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e62cf51-27cc-42bb-8e03-ce4b80de3b74', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e62cf51-27cc-42bb-8e03-ce4b80de3b74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:56:59,053 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:56:59,053 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff3a0c0a-a42f-4004-8e54-6b65b12beeba', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff3a0c0a-a42f-4004-8e54-6b65b12beeba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:00,105 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:00,106 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bd02570-a512-4aaf-b195-16873f1794c6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bd02570-a512-4aaf-b195-16873f1794c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:01,158 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:01,158 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-259c4b83-879f-4b49-98ff-59792b6cc57f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-259c4b83-879f-4b49-98ff-59792b6cc57f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:02,211 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:02,212 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45c6d580-14fa-4bb1-8166-8d83c6ee1d28', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45c6d580-14fa-4bb1-8166-8d83c6ee1d28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:03,263 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 19:57:03,263 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f4efcb2-2f7c-460a-b52b-a89bf3abae69', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f4efcb2-2f7c-460a-b52b-a89bf3abae69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:04,318 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:04,318 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf538d7b-0ebb-4315-951d-1e9f5e827e2b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf538d7b-0ebb-4315-951d-1e9f5e827e2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:05,370 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:05,370 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b94ff8e6-9d80-4973-8f8b-4e9cf82e8323', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b94ff8e6-9d80-4973-8f8b-4e9cf82e8323', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:06,424 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:06,424 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35f22be4-7975-4831-a5ea-711dcf4935f4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35f22be4-7975-4831-a5ea-711dcf4935f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:07,476 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:07,476 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56098b6e-e918-499c-b506-46c40cf54d7b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56098b6e-e918-499c-b506-46c40cf54d7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:08,528 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:08,528 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74c3b434-46f1-424c-ac6b-799bae48acf7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74c3b434-46f1-424c-ac6b-799bae48acf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:09,581 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:09,581 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1b27eab-d81a-482c-888a-a3d5db7adbdc', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1b27eab-d81a-482c-888a-a3d5db7adbdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:10,633 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:10,634 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6d05ce8-776e-424b-9b41-86aa9105587e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6d05ce8-776e-424b-9b41-86aa9105587e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:11,687 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:11,688 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13882cc6-e9d9-48b5-90dd-70cd87acab01', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13882cc6-e9d9-48b5-90dd-70cd87acab01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:12,739 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:12,739 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0480ba7b-9edb-40e4-9389-98cc0afa8c80', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0480ba7b-9edb-40e4-9389-98cc0afa8c80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:13,792 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:13,793 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9402fe3c-17a8-4ebc-9f53-926747db3bd5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9402fe3c-17a8-4ebc-9f53-926747db3bd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:14,843 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:14,844 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-067a22c0-ffe7-4ab8-97e3-ad67770333a7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-067a22c0-ffe7-4ab8-97e3-ad67770333a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:15,896 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:15,897 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4b261d6-f7de-451a-b6d1-cdc8dfe1a1bf', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4b261d6-f7de-451a-b6d1-cdc8dfe1a1bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:16,950 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:57:16,950 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09d7af07-8b2d-4cac-8835-e21e72d08427', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09d7af07-8b2d-4cac-8835-e21e72d08427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:18,006 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.042s 2022-09-13 19:57:18,006 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38f036a6-09dc-4337-a01a-dd2580575b00', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38f036a6-09dc-4337-a01a-dd2580575b00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:19,059 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:19,059 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16507d9f-eaab-415e-819f-ad5aee1248b7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16507d9f-eaab-415e-819f-ad5aee1248b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:20,112 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:20,112 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d4f41e1-2ce9-44c9-8608-7030ef1d8712', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d4f41e1-2ce9-44c9-8608-7030ef1d8712', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:21,164 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:21,165 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e30ffac-5e12-47d6-a2fd-257783d23079', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e30ffac-5e12-47d6-a2fd-257783d23079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:22,218 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:22,218 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e54db73b-fbea-42a6-b38f-329baf688d8a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e54db73b-fbea-42a6-b38f-329baf688d8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:23,270 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:23,270 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ef594e0-8cd9-4dc5-903b-bc492cb339ec', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ef594e0-8cd9-4dc5-903b-bc492cb339ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:24,322 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:24,323 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbb92212-7fe8-4047-a4b5-5820e54bfe67', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbb92212-7fe8-4047-a4b5-5820e54bfe67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:25,374 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:25,375 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e48ef0fc-aece-4148-a99f-b6def24ef992', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e48ef0fc-aece-4148-a99f-b6def24ef992', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:26,429 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:57:26,429 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37742527-721a-47a6-9719-4523bc222eed', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37742527-721a-47a6-9719-4523bc222eed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:27,482 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:27,483 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cf32c02-4d8a-4af9-a143-8cf6c0a828bf', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cf32c02-4d8a-4af9-a143-8cf6c0a828bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:28,536 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:57:28,536 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82137ebc-de4e-4dec-88b2-abb6986c2c01', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82137ebc-de4e-4dec-88b2-abb6986c2c01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:29,683 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.134s 2022-09-13 19:57:29,683 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f1ee078-5afd-4af0-95f2-fe6d613e9706', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f1ee078-5afd-4af0-95f2-fe6d613e9706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:30,737 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:57:30,737 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59273e5e-17f4-4b7c-bd7a-0d434dc56fe2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59273e5e-17f4-4b7c-bd7a-0d434dc56fe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:31,793 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.042s 2022-09-13 19:57:31,794 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-687c8863-4414-4414-b163-f462f5484da3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-687c8863-4414-4414-b163-f462f5484da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:32,854 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.046s 2022-09-13 19:57:32,855 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94e36ca2-eb45-4f71-b60f-a81790790111', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94e36ca2-eb45-4f71-b60f-a81790790111', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:33,940 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.072s 2022-09-13 19:57:33,940 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47e2f601-5143-452b-9ddf-ee553cef91ab', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47e2f601-5143-452b-9ddf-ee553cef91ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:34,996 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.042s 2022-09-13 19:57:34,996 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fe3fb7e-7be6-400d-aa35-4e84bc6eaba2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fe3fb7e-7be6-400d-aa35-4e84bc6eaba2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:36,048 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:36,048 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85faec37-9cda-4889-8409-ded7c4f7c12b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85faec37-9cda-4889-8409-ded7c4f7c12b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:37,101 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:37,101 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a0df4b4-d1b2-42b7-8109-e7c505e8a8e7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a0df4b4-d1b2-42b7-8109-e7c505e8a8e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:38,153 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:38,154 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af9f8903-c3ec-4a49-addf-46475a51d998', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af9f8903-c3ec-4a49-addf-46475a51d998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:39,206 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:39,206 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-776bc840-30bb-4130-84f6-be79cbeeb17b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-776bc840-30bb-4130-84f6-be79cbeeb17b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:40,260 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:57:40,261 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86e4e102-d41d-4b65-b399-81589a8473b6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86e4e102-d41d-4b65-b399-81589a8473b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:41,312 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:41,313 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c471345d-b7a9-4ba8-afc6-4e44cfa62499', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c471345d-b7a9-4ba8-afc6-4e44cfa62499', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:42,373 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.041s 2022-09-13 19:57:42,373 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83059875-4870-4c44-938b-9abd989f62a1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83059875-4870-4c44-938b-9abd989f62a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:43,426 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:43,426 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4168c714-c2ea-4382-95e7-1ccf9f343182', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4168c714-c2ea-4382-95e7-1ccf9f343182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:44,486 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.045s 2022-09-13 19:57:44,486 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02ee36c9-1cd0-42ad-b613-55582c0c4d65', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02ee36c9-1cd0-42ad-b613-55582c0c4d65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:45,543 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:45,544 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22efab7d-7cec-4cce-9f29-5ad0d5762dd4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22efab7d-7cec-4cce-9f29-5ad0d5762dd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:46,596 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:46,596 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afdc7847-6a1c-4c69-8e1d-6badd9c4f627', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afdc7847-6a1c-4c69-8e1d-6badd9c4f627', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:47,648 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:47,648 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfa639d7-886b-4034-b1ed-7b0cae358f9c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfa639d7-886b-4034-b1ed-7b0cae358f9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:48,701 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:48,701 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-094d7043-83bb-46b5-86a9-33a23280c84c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-094d7043-83bb-46b5-86a9-33a23280c84c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:49,753 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:49,754 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e65a979-f7c7-4b3a-a1a4-5d6e7ef41c96', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e65a979-f7c7-4b3a-a1a4-5d6e7ef41c96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:50,808 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:50,808 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e79af74-10e0-4592-9c84-20838cd92b7f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e79af74-10e0-4592-9c84-20838cd92b7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:51,861 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:51,862 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaebfc21-9a0d-4f3a-a4c4-93ee99102e9a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaebfc21-9a0d-4f3a-a4c4-93ee99102e9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:52,913 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:52,914 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-516703a7-fe3b-4276-ab62-66007a7153cd', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-516703a7-fe3b-4276-ab62-66007a7153cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:53,965 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:53,966 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f7fe60c-0705-46e0-a3d5-7bac2d12d5d9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f7fe60c-0705-46e0-a3d5-7bac2d12d5d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:55,017 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:55,018 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd6d02fb-986b-40bc-9fca-3a75b6d702b2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd6d02fb-986b-40bc-9fca-3a75b6d702b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:56,072 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:57:56,072 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3d47972-e187-4e5d-b58f-322e32676a0f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3d47972-e187-4e5d-b58f-322e32676a0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:57,123 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:57,123 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cedb4d9-fd08-46c3-afcf-200a87030131', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cedb4d9-fd08-46c3-afcf-200a87030131', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:58,176 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:57:58,176 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96bc8c3b-899b-4661-b37c-53d14f16a03d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96bc8c3b-899b-4661-b37c-53d14f16a03d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:57:59,228 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:57:59,229 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db02379b-2bd0-43d6-8d03-086289c7af59', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db02379b-2bd0-43d6-8d03-086289c7af59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:00,279 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:00,280 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf373c34-2c94-4687-bf16-4ab6b071d199', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf373c34-2c94-4687-bf16-4ab6b071d199', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:01,331 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:01,332 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf792a50-82eb-410c-943a-3ad8a0f84b5d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf792a50-82eb-410c-943a-3ad8a0f84b5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:02,384 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:02,384 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-029f229d-f156-4815-9be8-b9a98aa22a83', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-029f229d-f156-4815-9be8-b9a98aa22a83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:03,435 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:03,436 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e157cd5f-4376-4802-920f-d92f51cdc97f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e157cd5f-4376-4802-920f-d92f51cdc97f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:04,489 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:04,489 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be946ddc-2e3c-47b0-8b4d-1aaf1e0b8602', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be946ddc-2e3c-47b0-8b4d-1aaf1e0b8602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:05,542 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:05,542 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6ff36b0-a13d-43bd-aa70-e523563dff24', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6ff36b0-a13d-43bd-aa70-e523563dff24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:06,596 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:58:06,596 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42cdc711-392e-4c42-b885-4872ad4c8d13', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42cdc711-392e-4c42-b885-4872ad4c8d13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:07,650 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:58:07,650 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0b10048-d2c7-47f3-b6c5-60f52550b82a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0b10048-d2c7-47f3-b6c5-60f52550b82a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:08,703 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:08,703 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4020af02-90cf-44e1-9848-f8aa6449460b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4020af02-90cf-44e1-9848-f8aa6449460b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:09,756 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:09,757 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-546846d5-458e-4346-abc3-a9df1d0c9bf9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-546846d5-458e-4346-abc3-a9df1d0c9bf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:10,808 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:10,808 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee516650-5652-4895-b8b7-d0f00fb34f22', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee516650-5652-4895-b8b7-d0f00fb34f22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:11,860 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:11,860 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74c7d184-825b-4624-a1d2-28fd8d46cd00', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74c7d184-825b-4624-a1d2-28fd8d46cd00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:12,913 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:12,913 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3278ce49-bb54-4741-96c7-6728d5cf84b6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3278ce49-bb54-4741-96c7-6728d5cf84b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:13,965 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:13,965 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ac95b9e-da89-4e8e-b293-21f44d3229e0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ac95b9e-da89-4e8e-b293-21f44d3229e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:15,018 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:15,018 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c7416b2-2dd5-4b31-92e2-fd3409a5d58d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c7416b2-2dd5-4b31-92e2-fd3409a5d58d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:16,071 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:16,071 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41645795-6df0-42e0-be12-38721b6a0738', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41645795-6df0-42e0-be12-38721b6a0738', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:17,125 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:17,125 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6382683-e9a8-4638-bf05-0525293d3992', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6382683-e9a8-4638-bf05-0525293d3992', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:18,178 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:18,178 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f992781d-f4e6-41a9-8a27-91fcd555ffd1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f992781d-f4e6-41a9-8a27-91fcd555ffd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:19,230 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:19,230 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7fbd8dd-13a6-4bec-bee2-cdcf43956063', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7fbd8dd-13a6-4bec-bee2-cdcf43956063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:20,282 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:20,283 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-106088dc-0171-4b08-a0de-84cd507e5817', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-106088dc-0171-4b08-a0de-84cd507e5817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:21,334 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:21,334 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9856b70c-78bf-40c6-b78a-c34993a4480d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9856b70c-78bf-40c6-b78a-c34993a4480d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:22,386 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:22,387 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3014a546-f070-4fab-b03d-c345f3b77e7d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3014a546-f070-4fab-b03d-c345f3b77e7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:23,438 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:23,439 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2ca7a2c-7e5d-43a9-8453-d0a19eca396e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2ca7a2c-7e5d-43a9-8453-d0a19eca396e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:24,491 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:24,491 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf1ef699-5d5c-49c4-9250-f3d181cf0c39', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf1ef699-5d5c-49c4-9250-f3d181cf0c39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:25,545 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:25,546 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e240ce81-1333-4c3f-a18e-679fca09cec0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e240ce81-1333-4c3f-a18e-679fca09cec0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:26,597 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:26,597 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26d857ba-08e7-4244-b0b2-b33eb7261135', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26d857ba-08e7-4244-b0b2-b33eb7261135', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:27,648 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:27,649 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b50fca3-84c2-4c0b-8542-d3361e9d3b3b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b50fca3-84c2-4c0b-8542-d3361e9d3b3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:28,702 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:28,703 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11b2a2b6-c1ee-4763-a93e-e1ad7dd70a87', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11b2a2b6-c1ee-4763-a93e-e1ad7dd70a87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:29,754 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:29,754 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-982e567e-2792-4bfc-857a-503405b711e4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-982e567e-2792-4bfc-857a-503405b711e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:30,807 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:30,807 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a6113be-539b-4698-b9a8-bf0c76e1fb76', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a6113be-539b-4698-b9a8-bf0c76e1fb76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:31,860 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:31,861 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e531b6d0-7d25-4b42-bc63-2df793a1aef8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e531b6d0-7d25-4b42-bc63-2df793a1aef8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:32,913 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:32,914 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80578597-ae26-4d93-8a9d-561ad0c8ac71', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80578597-ae26-4d93-8a9d-561ad0c8ac71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:33,966 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:33,966 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcec253f-290e-4dac-80d2-29983aa4440b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcec253f-290e-4dac-80d2-29983aa4440b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:35,032 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.053s 2022-09-13 19:58:35,033 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18395d16-560a-45a8-b0b4-303d2dbb5e0f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18395d16-560a-45a8-b0b4-303d2dbb5e0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:36,084 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:36,085 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1066aa3-c7a9-4038-8d61-a3be1441cd89', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1066aa3-c7a9-4038-8d61-a3be1441cd89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:37,137 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:37,137 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb27957f-b1b6-4320-92d6-86df1ab4e07b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb27957f-b1b6-4320-92d6-86df1ab4e07b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:38,189 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:38,189 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af53f461-a459-4500-8dbd-b4749b6bb8f2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af53f461-a459-4500-8dbd-b4749b6bb8f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:39,242 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:58:39,242 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0643788-4d81-4f59-8168-98961d18c9dc', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0643788-4d81-4f59-8168-98961d18c9dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:40,295 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:40,295 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dac51bf2-a920-418c-9282-595c098f3083', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dac51bf2-a920-418c-9282-595c098f3083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:41,349 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:58:41,350 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f5ece4a-93b3-4c3f-a63e-b97fcc474f54', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f5ece4a-93b3-4c3f-a63e-b97fcc474f54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:42,402 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:42,402 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39d5d7a5-8012-4161-8f64-5d293b9c3516', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39d5d7a5-8012-4161-8f64-5d293b9c3516', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:43,455 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:43,456 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f3cd3df-0848-4d26-8d7c-504a4f0b9059', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f3cd3df-0848-4d26-8d7c-504a4f0b9059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:44,507 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:44,507 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0acb2a60-243f-4ca0-9950-f24f49f997e2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0acb2a60-243f-4ca0-9950-f24f49f997e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:45,559 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:58:45,560 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dd03b5a-048c-47d3-8013-aa5d4c8971ec', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dd03b5a-048c-47d3-8013-aa5d4c8971ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:46,611 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 19:58:46,612 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-802700f2-9291-4c44-a09a-69ba1bec6f51', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-802700f2-9291-4c44-a09a-69ba1bec6f51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:47,665 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:47,665 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91580e41-0ff1-4c5c-9380-a2226be6a61a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91580e41-0ff1-4c5c-9380-a2226be6a61a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:48,716 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:48,717 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b0ccf5b-a90b-4bcf-8873-59df5119fd26', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b0ccf5b-a90b-4bcf-8873-59df5119fd26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:49,768 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:49,768 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dc8540f-abde-436f-b902-0b6621fab107', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dc8540f-abde-436f-b902-0b6621fab107', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:50,820 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:50,820 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-040e843a-55ac-4455-a5f4-cf5e62e75dc1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-040e843a-55ac-4455-a5f4-cf5e62e75dc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:51,872 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:51,872 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e415f422-b253-4f92-9cd3-eafaaf1c8281', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e415f422-b253-4f92-9cd3-eafaaf1c8281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:52,923 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:52,923 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0379ae0c-370b-4cb6-a7ed-d9d306687d33', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0379ae0c-370b-4cb6-a7ed-d9d306687d33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:53,976 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:53,976 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5b95209-4e93-4a65-8467-e673c4225bcd', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5b95209-4e93-4a65-8467-e673c4225bcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:55,027 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 19:58:55,028 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac305a55-f07f-4b79-b5e3-dd56a2a9867b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac305a55-f07f-4b79-b5e3-dd56a2a9867b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:56,080 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:56,081 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62a8f066-b725-4e74-86b1-80ac78ff04bb', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62a8f066-b725-4e74-86b1-80ac78ff04bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:57,133 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:57,133 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-276f15c2-6c6f-4e5e-bdee-23bebe37716a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-276f15c2-6c6f-4e5e-bdee-23bebe37716a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:58,184 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:58:58,185 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-352d6810-2772-49cf-9454-09a309dcea22', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-352d6810-2772-49cf-9454-09a309dcea22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:58:59,238 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:58:59,239 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00f36b3d-bdfb-4c36-b865-fcca413fd145', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00f36b3d-bdfb-4c36-b865-fcca413fd145', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:00,291 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:59:00,291 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34d99d7f-b3a5-4611-b125-ece3de92c66f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34d99d7f-b3a5-4611-b125-ece3de92c66f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:01,346 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:59:01,346 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17b358b4-8fea-4a1d-9be4-8067b5abfb5c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17b358b4-8fea-4a1d-9be4-8067b5abfb5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:02,401 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.041s 2022-09-13 19:59:02,402 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01641b31-a7e1-44df-9490-a104fb1d7d92', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01641b31-a7e1-44df-9490-a104fb1d7d92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:03,454 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:59:03,454 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f863f3e-ca2d-4879-9484-965f4fae0112', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f863f3e-ca2d-4879-9484-965f4fae0112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:04,507 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:59:04,507 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7b037ff-acb4-4991-a829-9f407fa4b50d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7b037ff-acb4-4991-a829-9f407fa4b50d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:05,559 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:59:05,559 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cbde4ca-ac68-442e-a911-18b143e23454', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cbde4ca-ac68-442e-a911-18b143e23454', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:06,612 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:59:06,612 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45c6ed26-992c-4d96-9acc-23948e4ba66e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45c6ed26-992c-4d96-9acc-23948e4ba66e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:07,667 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.041s 2022-09-13 19:59:07,667 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0efe14e1-e85b-4a9c-9d72-937bd002c78f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0efe14e1-e85b-4a9c-9d72-937bd002c78f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:08,718 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 19:59:08,718 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e98c3a2-9c97-4a73-a0a4-947d89f72437', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e98c3a2-9c97-4a73-a0a4-947d89f72437', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:09,772 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:59:09,773 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb37c36d-fef6-4270-bd7d-c51f6eb59403', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb37c36d-fef6-4270-bd7d-c51f6eb59403', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:10,825 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:59:10,826 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8cc6cda-c887-421c-98b3-65661029b6d8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8cc6cda-c887-421c-98b3-65661029b6d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:11,878 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:59:11,878 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eedfb09c-77e4-4d7f-a48e-4ac6a9f8e84e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eedfb09c-77e4-4d7f-a48e-4ac6a9f8e84e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:12,934 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:59:12,934 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6ba6688-0587-4257-ba9e-bd1d88fbb1ad', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6ba6688-0587-4257-ba9e-bd1d88fbb1ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:13,986 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:59:13,986 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5a8174b-ce9e-4b67-a0b1-8d737a055c79', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5a8174b-ce9e-4b67-a0b1-8d737a055c79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:15,038 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:59:15,039 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e5c7c5b-214e-4620-a69e-fb9d3fb62b2e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e5c7c5b-214e-4620-a69e-fb9d3fb62b2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:16,091 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:59:16,091 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b16461ef-c67f-4397-811b-c1e87f511bbb', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b16461ef-c67f-4397-811b-c1e87f511bbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:17,144 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:59:17,144 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5310c06-fc43-465b-9875-154d62c3b764', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5310c06-fc43-465b-9875-154d62c3b764', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:18,197 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:59:18,197 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6247ec8c-cee0-4dfc-954f-092182d2cf51', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6247ec8c-cee0-4dfc-954f-092182d2cf51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:19,250 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:59:19,250 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-420d661a-4d4c-4d74-8df4-5fcad8beb87d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-420d661a-4d4c-4d74-8df4-5fcad8beb87d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:20,301 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:59:20,302 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09b2d5e2-931b-47c9-b2e0-766164ee0f80', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09b2d5e2-931b-47c9-b2e0-766164ee0f80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:21,354 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:59:21,354 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db54185f-b992-4e5c-ad62-ff5d4c214a00', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db54185f-b992-4e5c-ad62-ff5d4c214a00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:22,407 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:59:22,408 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3fabe91-9e3a-450f-8c50-41c0f6b15865', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3fabe91-9e3a-450f-8c50-41c0f6b15865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:23,460 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:59:23,460 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73132fc5-c543-4463-8959-4a0e0b21a7f6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73132fc5-c543-4463-8959-4a0e0b21a7f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:24,511 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:59:24,512 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e14a0bb8-5174-4ac3-ba79-003297ab3534', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e14a0bb8-5174-4ac3-ba79-003297ab3534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:25,571 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.042s 2022-09-13 19:59:25,572 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68994dcd-7c6c-4da8-b596-8974aff194b0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68994dcd-7c6c-4da8-b596-8974aff194b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:26,624 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 19:59:26,625 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-672e74fd-4e75-4b1f-8e47-a9eca8dbd0fb', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-672e74fd-4e75-4b1f-8e47-a9eca8dbd0fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:27,681 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.042s 2022-09-13 19:59:27,682 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17e7ce1e-a70a-4d24-8899-cf98e5448183', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17e7ce1e-a70a-4d24-8899-cf98e5448183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:28,755 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.060s 2022-09-13 19:59:28,755 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86c14fa7-a6f3-47df-bb1f-391ac0664a16', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86c14fa7-a6f3-47df-bb1f-391ac0664a16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:29,809 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:59:29,810 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b35dfa84-88a9-4f4d-b460-566463b5e4f4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b35dfa84-88a9-4f4d-b460-566463b5e4f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:30,863 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:59:30,863 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc52ca8e-daee-4ab6-b4e3-9f45b0d78e69', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc52ca8e-daee-4ab6-b4e3-9f45b0d78e69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:31,919 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.042s 2022-09-13 19:59:31,920 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0217aff9-95e9-4a8c-b685-882f9a86cc4b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0217aff9-95e9-4a8c-b685-882f9a86cc4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:32,971 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 19:59:32,971 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18f7f529-fb19-4040-8ca6-ad6d0c18c065', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18f7f529-fb19-4040-8ca6-ad6d0c18c065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:34,025 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:59:34,025 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33cc309e-9f44-4895-b9a7-450ea0f5f447', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33cc309e-9f44-4895-b9a7-450ea0f5f447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:35,079 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:59:35,079 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42fe7a21-2148-4cff-b071-924c7991648b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42fe7a21-2148-4cff-b071-924c7991648b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:36,133 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 19:59:36,133 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84a7e47d-5ffb-492f-be62-3b4007be75b3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84a7e47d-5ffb-492f-be62-3b4007be75b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:37,188 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.041s 2022-09-13 19:59:37,188 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4869e5a-ffcf-4344-98fc-18fc713cde36', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4869e5a-ffcf-4344-98fc-18fc713cde36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:38,239 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 19:59:38,239 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e04948e-ab85-4c21-973b-38c906e0efdf', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e04948e-ab85-4c21-973b-38c906e0efdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:39,291 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:59:39,291 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b9cb24f-3b30-4f9b-b03c-c3d6027b147b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b9cb24f-3b30-4f9b-b03c-c3d6027b147b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:40,341 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 19:59:40,342 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c209d8b-712a-4476-a89e-939a9be7e362', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c209d8b-712a-4476-a89e-939a9be7e362', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:41,396 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:59:41,396 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61223ca1-2175-4f51-897c-f8f509483493', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61223ca1-2175-4f51-897c-f8f509483493', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:42,448 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:59:42,448 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f179d88b-5a85-4757-9e17-80c39171d287', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f179d88b-5a85-4757-9e17-80c39171d287', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:43,500 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 19:59:43,500 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3abc8b6-a36e-4110-a6b6-374b0ed12645', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3abc8b6-a36e-4110-a6b6-374b0ed12645', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:44,552 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:59:44,553 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60a1af10-b134-487a-8139-293e48505f00', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60a1af10-b134-487a-8139-293e48505f00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:45,605 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 19:59:45,606 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32716cf1-4bdf-4a00-aaaa-6d002eb87d92', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32716cf1-4bdf-4a00-aaaa-6d002eb87d92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:46,678 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.059s 2022-09-13 19:59:46,678 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8256ee5d-98a8-4764-9148-616155d5b4e6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8256ee5d-98a8-4764-9148-616155d5b4e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:47,730 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 19:59:47,730 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a59d4db-0d9a-45de-b3c7-0f0a4e2e7ecf', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a59d4db-0d9a-45de-b3c7-0f0a4e2e7ecf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:48,781 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 19:59:48,782 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6587386f-beaf-4d35-a8c3-b1ff75f130fd', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6587386f-beaf-4d35-a8c3-b1ff75f130fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:49,833 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 19:59:49,833 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7674fda8-0a00-466e-bda7-bc8e0a5ade9f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7674fda8-0a00-466e-bda7-bc8e0a5ade9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:50,883 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:59:50,884 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecbae8c4-683c-46e4-b647-88dbf416b246', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecbae8c4-683c-46e4-b647-88dbf416b246', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:51,935 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 19:59:51,935 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8e73b46-c06e-4513-b2f6-a7376e05285f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8e73b46-c06e-4513-b2f6-a7376e05285f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:52,987 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 19:59:52,987 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42d86830-3db0-499b-bacc-99ebf5ca2eab', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42d86830-3db0-499b-bacc-99ebf5ca2eab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:54,038 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:59:54,038 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34838669-dd56-4cc9-90e0-6b3f0795d9cd', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34838669-dd56-4cc9-90e0-6b3f0795d9cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:55,092 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 19:59:55,092 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d71459d3-e077-4a06-bbca-b5cfc4caa692', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d71459d3-e077-4a06-bbca-b5cfc4caa692', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:56,170 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.064s 2022-09-13 19:59:56,170 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dac82b8-94c3-41be-be0c-f74a2225a317', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dac82b8-94c3-41be-be0c-f74a2225a317', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:57,221 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.036s 2022-09-13 19:59:57,221 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-786070c4-9a43-499a-ad55-a6acd6756888', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-786070c4-9a43-499a-ad55-a6acd6756888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:58,279 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.045s 2022-09-13 19:59:58,279 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3606a1b-bd00-456a-857c-80b0b4a10879', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3606a1b-bd00-456a-857c-80b0b4a10879', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 19:59:59,331 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 19:59:59,332 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-136dd8a6-d864-4cca-8b46-ef1387b69e7e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-136dd8a6-d864-4cca-8b46-ef1387b69e7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:00,383 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 20:00:00,383 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d017dc1-e927-4ad3-8768-3353af43301c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d017dc1-e927-4ad3-8768-3353af43301c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:01,434 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 20:00:01,434 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-430a77db-dac2-4e6a-b162-789ef11051a9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-430a77db-dac2-4e6a-b162-789ef11051a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:02,488 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 20:00:02,489 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a4077de-b1ee-4d74-9112-ef1f7d007658', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a4077de-b1ee-4d74-9112-ef1f7d007658', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:03,539 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 20:00:03,539 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cf2d9b9-9b44-4049-8ed2-821e9f9d9cee', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cf2d9b9-9b44-4049-8ed2-821e9f9d9cee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:04,592 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 20:00:04,592 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b165435b-c1c0-41b9-a489-76565f56b285', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b165435b-c1c0-41b9-a489-76565f56b285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:05,646 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 20:00:05,646 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2ff7db2-324a-4310-a304-4d576b2c9302', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2ff7db2-324a-4310-a304-4d576b2c9302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:06,710 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.051s 2022-09-13 20:00:06,711 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fcc8247-391b-408f-978b-e56b604dfa9a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fcc8247-391b-408f-978b-e56b604dfa9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:07,762 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 20:00:07,762 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abd7610f-ad18-4b78-a809-6e78ec5e672b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abd7610f-ad18-4b78-a809-6e78ec5e672b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:08,812 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.036s 2022-09-13 20:00:08,813 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2f34a1e-f653-4cf0-9f60-c3a94284d788', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2f34a1e-f653-4cf0-9f60-c3a94284d788', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:09,873 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.046s 2022-09-13 20:00:09,873 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88d04b82-0e13-45f7-a332-fcee1718e3ed', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88d04b82-0e13-45f7-a332-fcee1718e3ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:10,928 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.041s 2022-09-13 20:00:10,928 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-030107ab-4407-4ccc-a53e-6f6fc9ef877e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-030107ab-4407-4ccc-a53e-6f6fc9ef877e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:11,983 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.041s 2022-09-13 20:00:11,983 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91d59d79-1d19-4e81-9e11-3cc087dd957e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91d59d79-1d19-4e81-9e11-3cc087dd957e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:13,043 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.047s 2022-09-13 20:00:13,044 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-626c3a57-ba65-4164-9e6e-28e3d3aac6d5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-626c3a57-ba65-4164-9e6e-28e3d3aac6d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:14,108 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.051s 2022-09-13 20:00:14,109 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b74b4fb-ccf0-4dd3-b9d1-486128773980', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b74b4fb-ccf0-4dd3-b9d1-486128773980', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:15,161 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 20:00:15,162 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-472a174f-6043-422a-adb6-d2315a84a67b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-472a174f-6043-422a-adb6-d2315a84a67b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:16,220 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.045s 2022-09-13 20:00:16,220 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8450fd91-dfb6-49b2-958c-2ec2bd97dadf', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8450fd91-dfb6-49b2-958c-2ec2bd97dadf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:17,279 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.046s 2022-09-13 20:00:17,280 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ac88a03-6a0c-42f0-af68-f8324fd5d089', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ac88a03-6a0c-42f0-af68-f8324fd5d089', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:18,349 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.055s 2022-09-13 20:00:18,350 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7130c4c2-fb77-49b2-8199-3dcb1c9853a0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7130c4c2-fb77-49b2-8199-3dcb1c9853a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:19,403 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 20:00:19,403 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61ca0d18-9a46-4e52-97a9-7962791ad69b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61ca0d18-9a46-4e52-97a9-7962791ad69b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:20,458 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.041s 2022-09-13 20:00:20,458 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d237744-7d79-46d4-be30-52cd80c73778', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d237744-7d79-46d4-be30-52cd80c73778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:21,510 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 20:00:21,510 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0900bb33-38f8-4706-b7fd-5e7fed726989', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0900bb33-38f8-4706-b7fd-5e7fed726989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:22,568 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.043s 2022-09-13 20:00:22,568 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f607109-cb1d-4e26-b435-29c890168753', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f607109-cb1d-4e26-b435-29c890168753', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:23,625 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.043s 2022-09-13 20:00:23,625 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f414602-59f4-4640-904c-46eafb89489c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f414602-59f4-4640-904c-46eafb89489c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:24,690 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.053s 2022-09-13 20:00:24,691 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5699f60-0fb8-4048-8b0b-669e27ab79ba', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5699f60-0fb8-4048-8b0b-669e27ab79ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:25,743 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 20:00:25,743 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eec6e655-a87a-4fa5-a83b-1391198127e8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eec6e655-a87a-4fa5-a83b-1391198127e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:26,798 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 20:00:26,798 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-967a2ed3-637d-4879-a850-3bbe85ffb344', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-967a2ed3-637d-4879-a850-3bbe85ffb344', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:27,856 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.044s 2022-09-13 20:00:27,856 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-384ed88f-af19-4fce-a044-6bdd38cc8ea6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-384ed88f-af19-4fce-a044-6bdd38cc8ea6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:28,914 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.043s 2022-09-13 20:00:28,914 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f1f58b3-3c88-4e29-8c5a-611bb87f96bd', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f1f58b3-3c88-4e29-8c5a-611bb87f96bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:29,971 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.043s 2022-09-13 20:00:29,971 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cfd06ee-5ff2-4137-8bac-09f44d945bef', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cfd06ee-5ff2-4137-8bac-09f44d945bef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:31,028 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.044s 2022-09-13 20:00:31,029 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95ad8519-e8ac-4d09-9c5d-a5b98cad3eb6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95ad8519-e8ac-4d09-9c5d-a5b98cad3eb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:32,087 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.043s 2022-09-13 20:00:32,087 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-177bc281-43f7-4561-8bfa-e4bb2bbeb7af', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-177bc281-43f7-4561-8bfa-e4bb2bbeb7af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:33,146 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.046s 2022-09-13 20:00:33,147 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a98bd7a-24e2-441e-8123-38410400242a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a98bd7a-24e2-441e-8123-38410400242a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:34,207 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.046s 2022-09-13 20:00:34,207 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29cf0715-2842-4427-a432-ba4f4abe7caf', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29cf0715-2842-4427-a432-ba4f4abe7caf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:35,264 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.044s 2022-09-13 20:00:35,265 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9986c045-d2bd-41ee-857a-d60d2c504ee8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9986c045-d2bd-41ee-857a-d60d2c504ee8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:36,321 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 20:00:36,321 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28f91385-1f52-41fc-9db7-2d6381cfc642', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28f91385-1f52-41fc-9db7-2d6381cfc642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:37,383 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.048s 2022-09-13 20:00:37,384 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1000c720-3446-46fc-b8b6-a5f99612f2d1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1000c720-3446-46fc-b8b6-a5f99612f2d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:38,447 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.050s 2022-09-13 20:00:38,448 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d960075-22fa-4bd2-bdd1-eb549f92fc7c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d960075-22fa-4bd2-bdd1-eb549f92fc7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:39,500 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 20:00:39,500 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd9ff3f1-8ae6-48d6-882d-507fa71926c7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd9ff3f1-8ae6-48d6-882d-507fa71926c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:40,555 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.041s 2022-09-13 20:00:40,555 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f2b7752-6ebf-4c2d-ad0b-e5fe9d852e66', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f2b7752-6ebf-4c2d-ad0b-e5fe9d852e66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:41,611 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.041s 2022-09-13 20:00:41,611 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f3d2220-d449-46f6-ad40-654f2ae88564', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f3d2220-d449-46f6-ad40-654f2ae88564', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:42,670 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.045s 2022-09-13 20:00:42,670 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16e7896d-46b9-4cae-adad-93e2ffe7d778', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16e7896d-46b9-4cae-adad-93e2ffe7d778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:43,725 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.041s 2022-09-13 20:00:43,725 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8978ab4-58d1-4500-8222-d081bc3c840e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8978ab4-58d1-4500-8222-d081bc3c840e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:44,788 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.048s 2022-09-13 20:00:44,788 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-969eb09d-ce68-4b2c-a41c-f47a689724dd', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-969eb09d-ce68-4b2c-a41c-f47a689724dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:45,845 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.042s 2022-09-13 20:00:45,845 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa88dc23-1037-4a37-b82b-3664634b7ddb', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa88dc23-1037-4a37-b82b-3664634b7ddb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:46,911 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.054s 2022-09-13 20:00:46,912 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aac26281-689d-4906-b058-0ac8f7ee2609', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aac26281-689d-4906-b058-0ac8f7ee2609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:47,979 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.053s 2022-09-13 20:00:47,980 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e61493ce-f88c-44d2-84d5-dbd275291b20', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e61493ce-f88c-44d2-84d5-dbd275291b20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:49,034 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.041s 2022-09-13 20:00:49,034 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2a2ecb1-a1d6-4edf-bb2c-2a49f62ff2d0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2a2ecb1-a1d6-4edf-bb2c-2a49f62ff2d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:50,095 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.047s 2022-09-13 20:00:50,095 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87b34a7d-2dbb-4476-9bd0-241fa4f2f8e4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87b34a7d-2dbb-4476-9bd0-241fa4f2f8e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:51,163 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.054s 2022-09-13 20:00:51,163 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36d68c2f-e9e6-4870-9433-fb9e44213ab8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36d68c2f-e9e6-4870-9433-fb9e44213ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:52,214 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 20:00:52,215 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c4c1e68-826f-4fc2-aa61-a111af40e8be', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c4c1e68-826f-4fc2-aa61-a111af40e8be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:53,268 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 20:00:53,268 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2555320d-639f-4256-ad6a-462d51ad0ed6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2555320d-639f-4256-ad6a-462d51ad0ed6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:54,332 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.050s 2022-09-13 20:00:54,332 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55b901ce-300b-46ee-91f5-4d202a1e22f9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55b901ce-300b-46ee-91f5-4d202a1e22f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:55,384 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 20:00:55,385 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfbe979c-0fcf-4388-880a-0d3947000516', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfbe979c-0fcf-4388-880a-0d3947000516', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:56,442 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.044s 2022-09-13 20:00:56,443 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b85585d-fd4d-47e9-b7af-74fc28eb643e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b85585d-fd4d-47e9-b7af-74fc28eb643e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:57,496 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 20:00:57,496 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b446a975-c127-4dce-ae37-541eb68db84a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b446a975-c127-4dce-ae37-541eb68db84a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:58,550 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.040s 2022-09-13 20:00:58,550 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5913e408-f0c3-433f-9ffc-ddd8a40eb020', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5913e408-f0c3-433f-9ffc-ddd8a40eb020', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:00:59,601 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 20:00:59,601 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07dbc883-cc76-4d4c-814b-95d1e8da07f1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07dbc883-cc76-4d4c-814b-95d1e8da07f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:00,653 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 20:01:00,653 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c842c00c-a340-43bf-9a20-e0e7025812e6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c842c00c-a340-43bf-9a20-e0e7025812e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:01,704 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 20:01:01,705 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-412c5f1b-a38b-4d2d-bcf0-0835abbc9c76', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-412c5f1b-a38b-4d2d-bcf0-0835abbc9c76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:02,755 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 20:01:02,755 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fb6b5cc-383b-40cc-9834-18a64ddede9d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fb6b5cc-383b-40cc-9834-18a64ddede9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:03,808 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 20:01:03,808 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7894d25c-b25e-402b-9f80-901a6202bb49', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7894d25c-b25e-402b-9f80-901a6202bb49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:04,865 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.043s 2022-09-13 20:01:04,866 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2066986d-1993-4b36-ba09-ceb8d478b214', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2066986d-1993-4b36-ba09-ceb8d478b214', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:05,921 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.041s 2022-09-13 20:01:05,922 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e16a330c-03e5-439d-a3de-8d4aa6df6923', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e16a330c-03e5-439d-a3de-8d4aa6df6923', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:06,981 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.046s 2022-09-13 20:01:06,982 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-079cbadf-4862-4653-9c6c-0e6dc9d74f91', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-079cbadf-4862-4653-9c6c-0e6dc9d74f91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:08,039 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.041s 2022-09-13 20:01:08,039 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-495334ab-6b37-4ec3-98fa-8f0564e8e723', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-495334ab-6b37-4ec3-98fa-8f0564e8e723', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:09,117 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.064s 2022-09-13 20:01:09,118 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c54bba5-b9e9-4df6-b225-47fc53931445', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c54bba5-b9e9-4df6-b225-47fc53931445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:10,174 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.043s 2022-09-13 20:01:10,174 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14c79361-050d-4ab8-9701-b2a07ad2f3ec', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14c79361-050d-4ab8-9701-b2a07ad2f3ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:11,232 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.045s 2022-09-13 20:01:11,233 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e7f16c6-b81f-4b08-b141-8851bb61ae35', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e7f16c6-b81f-4b08-b141-8851bb61ae35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:12,290 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.042s 2022-09-13 20:01:12,291 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb58a748-49d6-4f37-9a98-19368470bd41', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb58a748-49d6-4f37-9a98-19368470bd41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:13,408 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.104s 2022-09-13 20:01:13,409 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-681380fc-7135-430a-91b2-4373ea481025', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-681380fc-7135-430a-91b2-4373ea481025', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:14,460 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.036s 2022-09-13 20:01:14,460 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76c0f867-ad70-467e-b79b-b727029e532c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76c0f867-ad70-467e-b79b-b727029e532c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:15,512 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 20:01:15,512 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30dd2097-7d59-4a27-af41-90db491f87b6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30dd2097-7d59-4a27-af41-90db491f87b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:16,563 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 20:01:16,563 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cdef1eb-d378-4a8d-97ec-fa082df4ac53', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cdef1eb-d378-4a8d-97ec-fa082df4ac53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:17,619 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.043s 2022-09-13 20:01:17,620 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32023aa3-a29d-4b74-b48e-211da9844ded', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32023aa3-a29d-4b74-b48e-211da9844ded', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:18,671 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 20:01:18,671 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62a7dba5-c0bb-40b8-9b17-1bbbe152c772', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62a7dba5-c0bb-40b8-9b17-1bbbe152c772', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:19,724 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 20:01:19,724 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4baf9a1-ff4a-4bba-ac40-b29d00767487', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4baf9a1-ff4a-4bba-ac40-b29d00767487', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:20,776 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.036s 2022-09-13 20:01:20,776 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39bde4d9-a56b-4b75-9ceb-b1a914916403', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39bde4d9-a56b-4b75-9ceb-b1a914916403', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:21,828 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.038s 2022-09-13 20:01:21,829 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7728094b-7abd-4d8f-b364-8d34eaa36ad1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7728094b-7abd-4d8f-b364-8d34eaa36ad1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:22,881 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 20:01:22,881 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7294dbdb-ead5-4c90-82f8-a168eebb96e6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7294dbdb-ead5-4c90-82f8-a168eebb96e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:23,937 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.042s 2022-09-13 20:01:23,938 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c260f12-6e31-49c1-9493-c1ecc2a936f3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c260f12-6e31-49c1-9493-c1ecc2a936f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:24,997 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.046s 2022-09-13 20:01:24,997 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-343f4283-0d38-4c7c-b340-46344b59b6cd', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-343f4283-0d38-4c7c-b340-46344b59b6cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:26,053 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.042s 2022-09-13 20:01:26,054 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00e6a2b6-6526-48c1-bc98-2a780d44898a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00e6a2b6-6526-48c1-bc98-2a780d44898a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:27,110 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.042s 2022-09-13 20:01:27,110 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55ac3faf-b87f-4bc5-a29b-2984553ce5a2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55ac3faf-b87f-4bc5-a29b-2984553ce5a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:28,167 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.044s 2022-09-13 20:01:28,168 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dddd26c5-fd5a-4470-8e13-a53ae2f62f8a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dddd26c5-fd5a-4470-8e13-a53ae2f62f8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:29,290 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.107s 2022-09-13 20:01:29,290 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68310b06-ea88-4467-b888-c20da7b06cf3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68310b06-ea88-4467-b888-c20da7b06cf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:30,344 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 20:01:30,346 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a06dcc2-bad9-471e-a84f-b95a1f43d98f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a06dcc2-bad9-471e-a84f-b95a1f43d98f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:31,416 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 20:01:31,417 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a448b025-4801-4d2c-9abb-99d53906fad6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a448b025-4801-4d2c-9abb-99d53906fad6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:32,466 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 20:01:32,467 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a8daeca-e33b-4fc7-9f26-d4a11e821d65', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a8daeca-e33b-4fc7-9f26-d4a11e821d65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:33,518 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.037s 2022-09-13 20:01:33,518 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32c71ba3-6ef5-4e36-a429-0fe22536033f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32c71ba3-6ef5-4e36-a429-0fe22536033f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:34,571 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 20:01:34,571 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56352cd6-171b-4dea-8135-e65d5debd1f5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56352cd6-171b-4dea-8135-e65d5debd1f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:35,625 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.039s 2022-09-13 20:01:35,625 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d4c334a-5c63-4f21-8e8a-28a67eee9a20', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d4c334a-5c63-4f21-8e8a-28a67eee9a20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:36,691 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.054s 2022-09-13 20:01:36,692 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dc4ff49-06b3-4824-a5f9-ed03a2b2a9cd', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dc4ff49-06b3-4824-a5f9-ed03a2b2a9cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:37,753 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491 0.048s 2022-09-13 20:01:37,754 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8e8a454-4405-4cef-b52f-6f0f0e52908a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8e8a454-4405-4cef-b52f-6f0f0e52908a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491'} Body: b'{"volume": {"id": "be2e0ac1-41b2-47ea-8861-5672cd4a8491", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:55:38.000000", "updated_at": "2022-09-13T19:55:38.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-295770469", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/be2e0ac1-41b2-47ea-8861-5672cd4a8491"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:37,885 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.118s 2022-09-13 20:01:37,886 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:37 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-60d99c95-8498-4e14-8609-72254c1282d6', 'x-compute-request-id': 'req-60d99c95-8498-4e14-8609-72254c1282d6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'' 2022-09-13 20:01:38,091 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.205s 2022-09-13 20:01:38,092 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9c80bfe-724a-43ba-a92f-39e7565c32db', 'x-compute-request-id': 'req-a9c80bfe-724a-43ba-a92f-39e7565c32db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "ACTIVE", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T20:01:38Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1679986175-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:d5:8e"}, {"version": 4, "addr": "172.27.1.33", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:d5:8e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": "2022-09-13T19:53:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "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}}' 2022-09-13 20:01:39,266 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.157s 2022-09-13 20:01:39,266 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ea1130e-b22b-4f7c-ada9-691d179c7b00', 'x-compute-request-id': 'req-1ea1130e-b22b-4f7c-ada9-691d179c7b00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "ACTIVE", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T20:01:38Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1679986175-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:d5:8e"}, {"version": 4, "addr": "172.27.1.33", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:d5:8e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": "2022-09-13T19:53:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1734830119"}], "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}}' 2022-09-13 20:01:40,401 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.117s 2022-09-13 20:01:40,401 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de34eb12-0152-4f4e-9efd-3cde9e929c4c', 'x-compute-request-id': 'req-de34eb12-0152-4f4e-9efd-3cde9e929c4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"server": {"id": "d137c836-8310-495a-a488-170bbbe9051f", "name": "tempest-AttachVolumeShelveTestJSON-server-235366401", "status": "ACTIVE", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:52:31Z", "updated": "2022-09-13T20:01:38Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1679986175-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:d5:8e"}, {"version": 4, "addr": "172.27.1.33", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:d5:8e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/d137c836-8310-495a-a488-170bbbe9051f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1862552244", "OS-SRV-USG:launched_at": "2022-09-13T19:53:04.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}}' 2022-09-13 20:01:41,454 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f 0.035s 2022-09-13 20:01:41,455 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:41 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-4c5b0101-30bf-4ac1-b9b8-d7f048e4bb0b', 'x-compute-request-id': 'req-4c5b0101-30bf-4ac1-b9b8-d7f048e4bb0b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/d137c836-8310-495a-a488-170bbbe9051f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d137c836-8310-495a-a488-170bbbe9051f could not be found."}}' 2022-09-13 20:01:41,498 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.15/compute/v2.1/os-keypairs/tempest-keypair-1862552244 0.043s 2022-09-13 20:01:41,499 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:41 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-dbb338b2-e09c-40ff-814e-c192b9419d9d', 'x-compute-request-id': 'req-dbb338b2-e09c-40ff-814e-c192b9419d9d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15/compute/v2.1/os-keypairs/tempest-keypair-1862552244'} Body: b'' 2022-09-13 20:01:41,633 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.15:9696/networking/v2.0/security-groups/f10769c3-e2b1-4016-bae3-f37fc64da89e 0.134s 2022-09-13 20:01:41,634 132911 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-a05b8473-b2b2-45d7-8ab5-e65b21c52292', 'content-length': '0', 'date': 'Tue, 13 Sep 2022 20:01:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-groups/f10769c3-e2b1-4016-bae3-f37fc64da89e'} Body: b'' 2022-09-13 20:01:41,651 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.15:9696/networking/v2.0/security-groups/f10769c3-e2b1-4016-bae3-f37fc64da89e 0.017s 2022-09-13 20:01:41,652 132911 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-0530fd94-95fd-4645-818e-f984a2ad0fdb', 'date': 'Tue, 13 Sep 2022 20:01:41 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-groups/f10769c3-e2b1-4016-bae3-f37fc64da89e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f10769c3-e2b1-4016-bae3-f37fc64da89e does not exist", "detail": ""}}' 2022-09-13 20:01:42,078 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.15:9696/networking/v2.0/floatingips/ccf92a5a-8418-44dd-9550-2a698b127731 0.426s 2022-09-13 20:01:42,078 132911 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-f802c4ee-fc58-4d68-9017-2040ff27e552', 'content-length': '0', 'date': 'Tue, 13 Sep 2022 20:01:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/floatingips/ccf92a5a-8418-44dd-9550-2a698b127731'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 269, in test_attach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume be2e0ac1-41b2-47ea-8861-5672cd4a8491 failed to reach available status (current creating) within the required time (360 s). |
||||||
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:'': {{{ 2022-09-13 20:01:42,146 132911 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-09-13 20:01:42,146 132911 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-09-13 20:01:42,206 132911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15/compute/v2.1/os-keypairs 0.055s 2022-09-13 20:01:42,207 132911 DEBUG [tempest.lib.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-716028752", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNfR+FMNTbA8dOYXMkybOpcnfrqAszgyVlDvy7F5vCtblCAdj9dtiTM2nM3ya5y9hMOJ3l2K0KSRHf7cVxSojcwYogcf57mC+JCMnTC7gEFPs2vkpY1mPuS2f2eIJModUw=="}} Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afac4ddb-ff87-4faa-bc17-3fd36da20e3d', 'x-compute-request-id': 'req-afac4ddb-ff87-4faa-bc17-3fd36da20e3d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-716028752", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNfR+FMNTbA8dOYXMkybOpcnfrqAszgyVlDvy7F5vCtblCAdj9dtiTM2nM3ya5y9hMOJ3l2K0KSRHf7cVxSojcwYogcf57mC+JCMnTC7gEFPs2vkpY1mPuS2f2eIJModUw==", "fingerprint": "31:f6:1a:dc:69:71:95:de:38:71:6e:9d:3b:85:f4:f3", "user_id": "6a68278c8556492497def971fb1674a8"}}' 2022-09-13 20:01:42,210 132911 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-716028752 created 2022-09-13 20:01:42,346 132911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/security-groups 0.135s 2022-09-13 20:01:42,346 132911 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--743155503", "description": "tempest-description--92505034"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-a8f2c07c-a4ec-45ee-8cb0-7d793a2a2285', 'date': 'Tue, 13 Sep 2022 20:01:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "03fc9c95-5fc0-4f11-9316-294c68fd26e5", "name": "tempest-securitygroup--743155503", "stateful": true, "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "description": "tempest-description--92505034", "shared": false, "security_group_rules": [{"id": "9d38768c-32c7-4aaa-a446-6ca49e54ad97", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "security_group_id": "03fc9c95-5fc0-4f11-9316-294c68fd26e5", "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": 429, "description": null, "tags": [], "created_at": "2022-09-13T20:01:42Z", "updated_at": "2022-09-13T20:01:42Z", "revision_number": 0, "project_id": "1c5fb3ff52124db488fc164b595503c4"}, {"id": "ed97c08f-6b64-4e3a-ac82-24f562da8c21", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "security_group_id": "03fc9c95-5fc0-4f11-9316-294c68fd26e5", "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": 428, "description": null, "tags": [], "created_at": "2022-09-13T20:01:42Z", "updated_at": "2022-09-13T20:01:42Z", "revision_number": 0, "project_id": "1c5fb3ff52124db488fc164b595503c4"}], "tags": [], "created_at": "2022-09-13T20:01:42Z", "updated_at": "2022-09-13T20:01:42Z", "revision_number": 1, "project_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:42,465 132911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/security-group-rules 0.118s 2022-09-13 20:01:42,466 132911 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": "03fc9c95-5fc0-4f11-9316-294c68fd26e5", "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-c6b19f07-d0ae-452c-a27a-5c300104e1e9', 'date': 'Tue, 13 Sep 2022 20:01:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e3634eb4-8f2b-4198-82cc-bcbd331ab911", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "security_group_id": "03fc9c95-5fc0-4f11-9316-294c68fd26e5", "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": "2022-09-13T20:01:42Z", "updated_at": "2022-09-13T20:01:42Z", "revision_number": 0, "project_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:42,589 132911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/security-group-rules 0.122s 2022-09-13 20:01:42,589 132911 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": "03fc9c95-5fc0-4f11-9316-294c68fd26e5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c26d2fa1-0fc6-49ed-aa70-5d23cea3e7d4', 'date': 'Tue, 13 Sep 2022 20:01:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6b45e6f5-8f62-46f4-96d4-7b71047b9119", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "security_group_id": "03fc9c95-5fc0-4f11-9316-294c68fd26e5", "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": "2022-09-13T20:01:42Z", "updated_at": "2022-09-13T20:01:42Z", "revision_number": 0, "project_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:42,589 132911 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--743155503 created 2022-09-13 20:01:43,350 132911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/floatingips 0.760s 2022-09-13 20:01:43,351 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-93817d32-969f-4629-9108-f64fd263273f', 'date': 'Tue, 13 Sep 2022 20:01:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "300959cc-7b4b-41ed-8a69-593e250de278", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "floating_ip_address": "172.27.1.161", "floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1c5fb3ff52124db488fc164b595503c4", "description": "", "port_details": null, "tags": [], "created_at": "2022-09-13T20:01:43Z", "updated_at": "2022-09-13T20:01:43Z", "revision_number": 0}}' 2022-09-13 20:01:43,351 132911 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '300959cc-7b4b-41ed-8a69-593e250de278', 'tenant_id': '1c5fb3ff52124db488fc164b595503c4', 'floating_ip_address': '172.27.1.161', 'floating_network_id': 'd93365cd-e645-4ba4-bf8f-fa4009c5626b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1c5fb3ff52124db488fc164b595503c4', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-09-13T20:01:43Z', 'updated_at': '2022-09-13T20:01:43Z', 'revision_number': 0, 'ip': '172.27.1.161'} created 2022-09-13 20:01:43,390 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.222.0.15/identity/v3/auth/tokens 0.033s 2022-09-13 20:01:43,391 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3264', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b9fa8976-c798-4d84-b49f-490cf74010cb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6a68278c8556492497def971fb1674a8", "name": "tempest-AttachVolumeShelveTestJSON-192476952-project", "password_expires_at": null}, "audit_ids": ["4OtgRKyCQ_CWVXNEyYI62Q"], "expires_at": "2022-09-13T21:01:43.000000Z", "issued_at": "2022-09-13T20:01:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1c5fb3ff52124db488fc164b595503c4", "name": "tempest-AttachVolumeShelveTestJSON-192476952"}, "is_domain": false, "roles": [{"id": "284c674552164365ab075b703005206e", "name": "reader"}, {"id": "61f630f0ba254ac5bb25aa078b9876a0", "name": "member"}], "catalog": [{"endpoints": [{"id": "590814988f4f4204bdf29274a867e2f9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/placement", "region": "RegionOne"}], "id": "3f8a169ba5024ec9bccd7184ae6f3e19", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "b1d49843783a40cc890bf1885dae7343", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/compute/v2.1", "region": "RegionOne"}], "id": "71ba4eee202240db831a28978e1523aa", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "98c6e608710b45d89ef8fc15a9dc6cf1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4", "region": "RegionOne"}], "id": "80c9eed50cdb49f2947ade8463843a35", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0a751deecf334506b94ab929ca72ae17", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15:8080/v1/AUTH_1c5fb3ff52124db488fc164b595503c4", "region": "RegionOne"}, {"id": "8ab6c4ae578a4b9bafda34f9e43093e6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.15:8080", "region": "RegionOne"}], "id": "9cfff7ff45a9483184584e566736811d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "17e06d97f8804ea3bed32e185e577b09", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/compute/v2/1c5fb3ff52124db488fc164b595503c4", "region": "RegionOne"}], "id": "a1d4c774bc8a4686a317b951bdb4b789", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "58218a0674cc4045aa1a10feb2ed6c44", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4", "region": "RegionOne"}], "id": "c843e5dceb57488f8fd30c74ef2774af", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2e3116e760b54a34829b2306742f7df2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/image", "region": "RegionOne"}], "id": "d0c1fa45597944de88ead08e9bda7c21", "type": "image", "name": "glance"}, {"endpoints": [{"id": "4cd9e8bfee13415b85d53fdfa174c8e1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15:9696/networking", "region": "RegionOne"}], "id": "d215968803a540b1ad070ae208611700", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e72af39ddab34a478bd576c465b9a328", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/identity", "region": "RegionOne"}], "id": "f0dee672df3d441da51dc40106ea925f", "type": "identity", "name": "keystone"}]}}' 2022-09-13 20:01:43,391 132911 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '480f3fa3-5277-47db-8523-614c40f4340f', 'name': 'tempest-AttachVolumeShelveTestJSON-1679986175-network', 'tenant_id': '1c5fb3ff52124db488fc164b595503c4', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1c5fb3ff52124db488fc164b595503c4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 382, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-09-13T19:52:24Z', 'updated_at': '2022-09-13T19:52:24Z', 'revision_number': 1} available for tenant 2022-09-13 20:01:43,392 132911 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-716028752', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNfR+FMNTbA8dOYXMkybOpcnfrqAszgyVlDvy7F5vCtblCAdj9dtiTM2nM3ya5y9hMOJ3l2K0KSRHf7cVxSojcwYogcf57mC+JCMnTC7gEFPs2vkpY1mPuS2f2eIJModUw==', 'fingerprint': '31:f6:1a:dc:69:71:95:de:38:71:6e:9d:3b:85:f4:f3', 'user_id': '6a68278c8556492497def971fb1674a8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAFi4CUU/Y0Eim8cTCjktccsUyOF0y9akUJjieNqldwhrkQwuccBOw3\nCHj7EF1hz8KgBwYFK4EEACKhZANiAATX0fhTDU2wPHTmFzJMmzqXJ366gLM4MlZQ\n78uxebwrW5QgHY/XbYkzNpzN8mucvYTDid5ditCkkR3+3FcUqI3MGKIHH+e5gviQ\njJ0wu4BBT7Nr5KWNZj7ktn9niCTKHVM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '03fc9c95-5fc0-4f11-9316-294c68fd26e5', 'name': 'tempest-securitygroup--743155503', 'stateful': True, 'tenant_id': '1c5fb3ff52124db488fc164b595503c4', 'description': 'tempest-description--92505034', 'shared': False, 'security_group_rules': [{'id': '9d38768c-32c7-4aaa-a446-6ca49e54ad97', 'tenant_id': '1c5fb3ff52124db488fc164b595503c4', 'security_group_id': '03fc9c95-5fc0-4f11-9316-294c68fd26e5', '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': 429, 'description': None, 'tags': [], 'created_at': '2022-09-13T20:01:42Z', 'updated_at': '2022-09-13T20:01:42Z', 'revision_number': 0, 'project_id': '1c5fb3ff52124db488fc164b595503c4'}, {'id': 'ed97c08f-6b64-4e3a-ac82-24f562da8c21', 'tenant_id': '1c5fb3ff52124db488fc164b595503c4', 'security_group_id': '03fc9c95-5fc0-4f11-9316-294c68fd26e5', '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': 428, 'description': None, 'tags': [], 'created_at': '2022-09-13T20:01:42Z', 'updated_at': '2022-09-13T20:01:42Z', 'revision_number': 0, 'project_id': '1c5fb3ff52124db488fc164b595503c4'}], 'tags': [], 'created_at': '2022-09-13T20:01:42Z', 'updated_at': '2022-09-13T20:01:42Z', 'revision_number': 1, 'project_id': '1c5fb3ff52124db488fc164b595503c4'}, 'floating_ip': {'id': '300959cc-7b4b-41ed-8a69-593e250de278', 'tenant_id': '1c5fb3ff52124db488fc164b595503c4', 'floating_ip_address': '172.27.1.161', 'floating_network_id': 'd93365cd-e645-4ba4-bf8f-fa4009c5626b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1c5fb3ff52124db488fc164b595503c4', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-09-13T20:01:43Z', 'updated_at': '2022-09-13T20:01:43Z', 'revision_number': 0, 'ip': '172.27.1.161'}} 2022-09-13 20:01:44,013 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.15/compute/v2.1/servers 0.620s 2022-09-13 20:01:44,013 132911 DEBUG [tempest.lib.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-1809913472", "imageRef": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "480f3fa3-5277-47db-8523-614c40f4340f"}], "security_groups": [{"name": "tempest-securitygroup--743155503"}], "key_name": "tempest-keypair-716028752", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df0260ac-34d3-4523-8542-1e00132aba69', 'x-compute-request-id': 'req-df0260ac-34d3-4523-8542-1e00132aba69', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/compute/v2.1/servers'} Body: b'{"server": {"id": "487d1233-bf7a-4868-862e-5ccf9d4ffacf", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--743155503"}], "adminPass": "password"}}' 2022-09-13 20:01:44,099 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf 0.082s 2022-09-13 20:01:44,099 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1281', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-358cc14e-0bed-41e0-8652-d3595d945c6a', 'x-compute-request-id': 'req-358cc14e-0bed-41e0-8652-d3595d945c6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf'} Body: b'{"server": {"id": "487d1233-bf7a-4868-862e-5ccf9d4ffacf", "name": "tempest-AttachVolumeShelveTestJSON-server-1809913472", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:01:44Z", "updated": "2022-09-13T20:01:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-716028752", "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}}' 2022-09-13 20:01:45,212 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf 0.096s 2022-09-13 20:01:45,212 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1333', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48ef29fb-a469-4b7e-9dd0-878e453df353', 'x-compute-request-id': 'req-48ef29fb-a469-4b7e-9dd0-878e453df353', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf'} Body: b'{"server": {"id": "487d1233-bf7a-4868-862e-5ccf9d4ffacf", "name": "tempest-AttachVolumeShelveTestJSON-server-1809913472", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:01:43Z", "updated": "2022-09-13T20:01:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-716028752", "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": [], "locked": false, "description": null}}' 2022-09-13 20:01:45,228 132911 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-09-13 20:01:46,400 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf 0.170s 2022-09-13 20:01:46,401 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9bda23f-7709-44b5-840b-0db6613b4375', 'x-compute-request-id': 'req-b9bda23f-7709-44b5-840b-0db6613b4375', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf'} Body: b'{"server": {"id": "487d1233-bf7a-4868-862e-5ccf9d4ffacf", "name": "tempest-AttachVolumeShelveTestJSON-server-1809913472", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:01:43Z", "updated": "2022-09-13T20:01:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-716028752", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--743155503"}], "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}}' 2022-09-13 20:01:46,416 132911 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2022-09-13 20:01:47,575 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf 0.158s 2022-09-13 20:01:47,576 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd4fd0c5-b61f-4ba4-ac83-5ae13f31c287', 'x-compute-request-id': 'req-cd4fd0c5-b61f-4ba4-ac83-5ae13f31c287', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf'} Body: b'{"server": {"id": "487d1233-bf7a-4868-862e-5ccf9d4ffacf", "name": "tempest-AttachVolumeShelveTestJSON-server-1809913472", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:01:43Z", "updated": "2022-09-13T20:01:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-716028752", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--743155503"}], "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}}' 2022-09-13 20:01:48,749 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf 0.156s 2022-09-13 20:01:48,750 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7cdd020-5cf7-47c2-8d42-279d80a96079', 'x-compute-request-id': 'req-a7cdd020-5cf7-47c2-8d42-279d80a96079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf'} Body: b'{"server": {"id": "487d1233-bf7a-4868-862e-5ccf9d4ffacf", "name": "tempest-AttachVolumeShelveTestJSON-server-1809913472", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:01:43Z", "updated": "2022-09-13T20:01:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-716028752", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--743155503"}], "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}}' 2022-09-13 20:01:49,931 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf 0.164s 2022-09-13 20:01:49,931 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-791af01d-94ca-4477-86e4-80fc1948cf30', 'x-compute-request-id': 'req-791af01d-94ca-4477-86e4-80fc1948cf30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf'} Body: b'{"server": {"id": "487d1233-bf7a-4868-862e-5ccf9d4ffacf", "name": "tempest-AttachVolumeShelveTestJSON-server-1809913472", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:01:43Z", "updated": "2022-09-13T20:01:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-716028752", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--743155503"}], "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}}' 2022-09-13 20:01:51,110 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf 0.162s 2022-09-13 20:01:51,110 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f51a69d7-9504-49e8-9f54-050a1397447c', 'x-compute-request-id': 'req-f51a69d7-9504-49e8-9f54-050a1397447c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf'} Body: b'{"server": {"id": "487d1233-bf7a-4868-862e-5ccf9d4ffacf", "name": "tempest-AttachVolumeShelveTestJSON-server-1809913472", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:01:43Z", "updated": "2022-09-13T20:01:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-716028752", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--743155503"}], "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}}' 2022-09-13 20:01:52,286 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf 0.159s 2022-09-13 20:01:52,286 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73bd8c0b-9695-43f1-bf25-fbffa0277005', 'x-compute-request-id': 'req-73bd8c0b-9695-43f1-bf25-fbffa0277005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf'} Body: b'{"server": {"id": "487d1233-bf7a-4868-862e-5ccf9d4ffacf", "name": "tempest-AttachVolumeShelveTestJSON-server-1809913472", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:01:43Z", "updated": "2022-09-13T20:01:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-716028752", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--743155503"}], "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}}' 2022-09-13 20:01:53,465 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf 0.159s 2022-09-13 20:01:53,465 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1406', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1427daf-086a-4df5-9a3a-91abbb688270', 'x-compute-request-id': 'req-f1427daf-086a-4df5-9a3a-91abbb688270', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf'} Body: b'{"server": {"id": "487d1233-bf7a-4868-862e-5ccf9d4ffacf", "name": "tempest-AttachVolumeShelveTestJSON-server-1809913472", "status": "BUILD", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:01:43Z", "updated": "2022-09-13T20:01:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-716028752", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--743155503"}], "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}}' 2022-09-13 20:01:54,646 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf 0.164s 2022-09-13 20:01:54,646 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1599', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb6c3565-643d-455f-bd54-e6e2ed9edf5c', 'x-compute-request-id': 'req-fb6c3565-643d-455f-bd54-e6e2ed9edf5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf'} Body: b'{"server": {"id": "487d1233-bf7a-4868-862e-5ccf9d4ffacf", "name": "tempest-AttachVolumeShelveTestJSON-server-1809913472", "status": "ACTIVE", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:01:43Z", "updated": "2022-09-13T20:01:54Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1679986175-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:e8:6f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-716028752", "OS-SRV-USG:launched_at": "2022-09-13T20:01:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--743155503"}], "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}}' 2022-09-13 20:01:54,662 132911 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2022-09-13 20:01:54,787 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf/os-interface 0.124s 2022-09-13 20:01:54,787 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:54 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-e96d72c6-0033-4ce3-8d29-e12820c38c77', 'x-compute-request-id': 'req-e96d72c6-0033-4ce3-8d29-e12820c38c77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "480f3fa3-5277-47db-8523-614c40f4340f", "port_id": "b849011f-f150-42a4-9d38-ebc390e74ce8", "mac_addr": "fa:16:3e:55:e8:6f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b45e0c45-e33a-4093-a874-4165c4f71631", "ip_address": "172.20.0.14"}]}]}' 2022-09-13 20:01:55,716 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 PUT http://10.222.0.15:9696/networking/v2.0/floatingips/300959cc-7b4b-41ed-8a69-593e250de278 0.924s 2022-09-13 20:01:55,717 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "b849011f-f150-42a4-9d38-ebc390e74ce8"}} Response - Headers: {'content-type': 'application/json', 'content-length': '798', 'x-openstack-request-id': 'req-3dd6f462-a565-4c01-a60c-364fbde7e81d', 'date': 'Tue, 13 Sep 2022 20:01:55 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/floatingips/300959cc-7b4b-41ed-8a69-593e250de278'} Body: b'{"floatingip": {"id": "300959cc-7b4b-41ed-8a69-593e250de278", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "floating_ip_address": "172.27.1.161", "floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b", "router_id": "1f7723f1-7733-4fa9-a87c-005f7406c517", "port_id": "b849011f-f150-42a4-9d38-ebc390e74ce8", "fixed_ip_address": "172.20.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "480f3fa3-5277-47db-8523-614c40f4340f", "mac_address": "fa:16:3e:55:e8:6f", "admin_state_up": true, "status": "ACTIVE", "device_id": "487d1233-bf7a-4868-862e-5ccf9d4ffacf", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-09-13T20:01:43Z", "updated_at": "2022-09-13T20:01:55Z", "revision_number": 1, "project_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:01:55,718 132911 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.161:22' as 'ubuntu' with public key authentication 2022-09-13 20:01:59,786 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.161 ([Errno None] Unable to connect to port 22 on 172.27.1.161). Number attempts: 1. Retry after 2 seconds. 2022-09-13 20:02:05,353 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.161 ([Errno None] Unable to connect to port 22 on 172.27.1.161). Number attempts: 2. Retry after 3 seconds. 2022-09-13 20:02:11,913 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.161 ([Errno None] Unable to connect to port 22 on 172.27.1.161). Number attempts: 3. Retry after 4 seconds. 2022-09-13 20:02:19,498 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.161 ([Errno None] Unable to connect to port 22 on 172.27.1.161). Number attempts: 4. Retry after 5 seconds. 2022-09-13 20:02:28,073 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.161 ([Errno None] Unable to connect to port 22 on 172.27.1.161). Number attempts: 5. Retry after 6 seconds. 2022-09-13 20:02:34,582 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.161 ([Errno None] Unable to connect to port 22 on 172.27.1.161). Number attempts: 6. Retry after 7 seconds. 2022-09-13 20:02:42,087 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.161 ([Errno None] Unable to connect to port 22 on 172.27.1.161). Number attempts: 7. Retry after 8 seconds. 2022-09-13 20:02:50,594 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.161 ([Errno None] Unable to connect to port 22 on 172.27.1.161). Number attempts: 8. Retry after 9 seconds. 2022-09-13 20:03:00,103 132911 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.161 ([Errno None] Unable to connect to port 22 on 172.27.1.161). Number attempts: 9. Retry after 10 seconds. 2022-09-13 20:03:10,627 132911 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-09-13 20:03:10,788 132911 INFO [paramiko.transport] Authentication (publickey) successful! 2022-09-13 20:03:10,788 132911 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.161 successfully created 2022-09-13 20:03:10,890 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf/ips 0.101s 2022-09-13 20:03:10,891 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:10 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-fb06bedd-3b80-40ff-9758-fcbe2fe20bf3', 'x-compute-request-id': 'req-fb06bedd-3b80-40ff-9758-fcbe2fe20bf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1679986175-network": [{"version": 4, "addr": "172.20.0.14"}, {"version": 4, "addr": "172.27.1.161"}]}}' 2022-09-13 20:03:11,088 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes 0.194s 2022-09-13 20:03:11,089 132911 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-1144456883"}} Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21c5549d-88de-48ac-b56e-077900cb87b1', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21c5549d-88de-48ac-b56e-077900cb87b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.022463", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-09-13 20:03:11,180 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.078s 2022-09-13 20:03:11,180 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a28d573-e2da-48fb-b2eb-b7bcc81d45f2', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a28d573-e2da-48fb-b2eb-b7bcc81d45f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:12,235 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:03:12,235 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53091030-0fb4-451c-a5bc-124f1ae9117c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53091030-0fb4-451c-a5bc-124f1ae9117c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:13,295 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.046s 2022-09-13 20:03:13,295 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcafaa88-d257-4015-bbec-45f997e5719d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcafaa88-d257-4015-bbec-45f997e5719d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:14,347 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:03:14,348 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecc46013-bf1e-4db9-aa62-d861298c4dc8', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecc46013-bf1e-4db9-aa62-d861298c4dc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:15,400 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:03:15,401 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d8789b9-d975-4924-aa8c-92a7b2f9fa31', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d8789b9-d975-4924-aa8c-92a7b2f9fa31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:16,454 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:03:16,454 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b72277eb-79f4-47a0-a3eb-85e9292c187e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b72277eb-79f4-47a0-a3eb-85e9292c187e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:17,511 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.044s 2022-09-13 20:03:17,512 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76fe7cb5-00ec-4c55-8c50-82b95ce42a8e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76fe7cb5-00ec-4c55-8c50-82b95ce42a8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:18,566 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:03:18,566 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13ae46d1-e6c0-423e-a403-c1e6533a710d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13ae46d1-e6c0-423e-a403-c1e6533a710d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:19,618 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:03:19,619 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73880679-7509-4a84-92f6-24ebdf15aef4', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73880679-7509-4a84-92f6-24ebdf15aef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:20,672 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:03:20,672 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-014f6fda-310a-49b3-8adc-c7ea2cf6ec79', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-014f6fda-310a-49b3-8adc-c7ea2cf6ec79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:21,725 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:03:21,726 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5480fb7f-568a-4f1f-89ae-1f6b2cd0ee48', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5480fb7f-568a-4f1f-89ae-1f6b2cd0ee48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:22,776 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:03:22,777 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c2faf92-9404-46ac-a632-2c71c4fdbc56', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c2faf92-9404-46ac-a632-2c71c4fdbc56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:23,829 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:03:23,829 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc037f31-4307-47eb-858b-8da0fe8aac7a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc037f31-4307-47eb-858b-8da0fe8aac7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:24,882 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:03:24,883 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00f310d4-e57e-4a31-abdd-c5e5cf27ac0d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00f310d4-e57e-4a31-abdd-c5e5cf27ac0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:25,936 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:03:25,936 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f52be833-43e1-4107-b472-52aca27ec634', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f52be833-43e1-4107-b472-52aca27ec634', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:26,989 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:03:26,989 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b4dd8fd-8a93-4238-aa81-8149e01a6b68', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b4dd8fd-8a93-4238-aa81-8149e01a6b68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:28,043 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:03:28,043 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37fd7acd-9dd7-4148-9b46-cf53179286d2', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37fd7acd-9dd7-4148-9b46-cf53179286d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:29,096 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:03:29,096 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df4cf6b1-4fab-4872-81fb-93cb7baa4272', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df4cf6b1-4fab-4872-81fb-93cb7baa4272', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:30,148 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:03:30,149 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-add2b4ed-6ca1-4faf-8233-4735bd670669', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-add2b4ed-6ca1-4faf-8233-4735bd670669', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:31,200 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:03:31,201 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46364e10-54be-4b2f-a010-9ad6c621801b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46364e10-54be-4b2f-a010-9ad6c621801b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:32,253 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:03:32,254 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0d93b9c-6ddd-475b-b0e3-2a6b877ff3a2', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0d93b9c-6ddd-475b-b0e3-2a6b877ff3a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:33,307 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:03:33,308 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d3ed161-04ba-4b00-8710-8a5ace013e0b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d3ed161-04ba-4b00-8710-8a5ace013e0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:34,358 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:03:34,359 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab37da77-1c2e-45e9-9538-dfb2f6bd64da', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab37da77-1c2e-45e9-9538-dfb2f6bd64da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:35,411 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:03:35,412 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51dc6b15-e293-4051-8e33-2b3c6d8b1d63', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51dc6b15-e293-4051-8e33-2b3c6d8b1d63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:36,461 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:03:36,462 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43880846-fdf7-47bc-9591-67fc7ea2c26f', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43880846-fdf7-47bc-9591-67fc7ea2c26f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:37,513 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:03:37,513 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0820ac7-8ebb-4cc1-91ef-666c503ff98a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0820ac7-8ebb-4cc1-91ef-666c503ff98a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:38,563 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:03:38,564 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87460251-694a-460d-a7ca-05ae1faaffde', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87460251-694a-460d-a7ca-05ae1faaffde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:39,615 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:03:39,615 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad183472-606d-45f3-aaf4-618b836c36f7', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad183472-606d-45f3-aaf4-618b836c36f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:40,667 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:03:40,668 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67729bd5-fc29-4172-8896-e97e687f32d0', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67729bd5-fc29-4172-8896-e97e687f32d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:41,721 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:03:41,722 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1d3bb7d-ffda-45d8-9c37-158e6f667511', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1d3bb7d-ffda-45d8-9c37-158e6f667511', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:42,777 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.042s 2022-09-13 20:03:42,778 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-035b181e-18f7-4063-9299-440306d42a78', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-035b181e-18f7-4063-9299-440306d42a78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:43,829 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:03:43,829 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d18e17bf-2a1c-423b-993d-c1f3fa2621b1', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d18e17bf-2a1c-423b-993d-c1f3fa2621b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:44,881 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:03:44,881 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d0d6ba2-6173-4e8a-96ad-61516af8a6ea', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d0d6ba2-6173-4e8a-96ad-61516af8a6ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:45,935 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:03:45,935 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4a94df9-1373-4809-b91a-61817a39d75f', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4a94df9-1373-4809-b91a-61817a39d75f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:46,984 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:03:46,985 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-699fb346-adeb-4159-843b-640f4ac05db5', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-699fb346-adeb-4159-843b-640f4ac05db5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:48,036 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:03:48,037 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2243f8a9-7fa4-4e00-a326-807b6e85e71a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2243f8a9-7fa4-4e00-a326-807b6e85e71a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:49,089 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:03:49,089 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a7f98d4-1e4f-4a70-8aa1-f47d3593ae80', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a7f98d4-1e4f-4a70-8aa1-f47d3593ae80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:50,142 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:03:50,142 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49fc76bc-ed83-4fec-a258-11fed5a0e602', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49fc76bc-ed83-4fec-a258-11fed5a0e602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:51,194 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:03:51,195 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf2ca31c-bc9a-4383-806a-702faf928efb', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf2ca31c-bc9a-4383-806a-702faf928efb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:52,247 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:03:52,247 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43b98500-4b91-46a7-b4f4-54ad21787332', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43b98500-4b91-46a7-b4f4-54ad21787332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:53,303 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.042s 2022-09-13 20:03:53,303 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e56f99d-3a46-4586-92d7-23e3e041f67f', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e56f99d-3a46-4586-92d7-23e3e041f67f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:54,355 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:03:54,355 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9de65844-3ab2-46fe-954b-cd3d4ee1274e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9de65844-3ab2-46fe-954b-cd3d4ee1274e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:55,407 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:03:55,407 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68f11686-4102-4cc1-87a0-b672d73faf0c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68f11686-4102-4cc1-87a0-b672d73faf0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:56,459 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:03:56,459 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd755703-bddd-4e27-a86c-9786ce227325', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd755703-bddd-4e27-a86c-9786ce227325', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:57,511 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:03:57,512 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-278362b7-84a9-499b-b9b0-12ed97410dad', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-278362b7-84a9-499b-b9b0-12ed97410dad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:58,562 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:03:58,563 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06309ff7-8b73-4e15-b937-95056afb6edc', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06309ff7-8b73-4e15-b937-95056afb6edc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:03:59,615 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:03:59,616 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92c1cc39-4a4d-486d-9bf8-0b00bcf3fe49', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92c1cc39-4a4d-486d-9bf8-0b00bcf3fe49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:00,670 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.042s 2022-09-13 20:04:00,671 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2e933d2-600d-480d-bfef-04590698ee93', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2e933d2-600d-480d-bfef-04590698ee93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:01,723 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:04:01,724 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e03168d-5eb3-48bd-a124-23b6e8e9be7f', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e03168d-5eb3-48bd-a124-23b6e8e9be7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:02,775 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:04:02,775 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ee7b2ce-6e9e-42a0-85e4-e560233b28a1', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ee7b2ce-6e9e-42a0-85e4-e560233b28a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:03,829 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.041s 2022-09-13 20:04:03,830 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c3f8f04-cc17-4885-b4fc-08011a4a36ff', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c3f8f04-cc17-4885-b4fc-08011a4a36ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:04,880 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:04:04,880 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7eaa77f-26c4-45d3-af01-2247662f1443', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7eaa77f-26c4-45d3-af01-2247662f1443', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:05,932 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:04:05,933 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c99e0a84-a4fd-4542-b6d4-ad72a35594b5', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c99e0a84-a4fd-4542-b6d4-ad72a35594b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:06,984 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:04:06,984 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d75b6df-9d35-496d-bbb9-c7e024caeff7', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d75b6df-9d35-496d-bbb9-c7e024caeff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:08,038 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:04:08,039 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb47a224-4638-49ea-b631-1e26bf168aff', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb47a224-4638-49ea-b631-1e26bf168aff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:09,093 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:04:09,094 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fbc031a-512c-4cb3-ab40-3a18996a4624', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fbc031a-512c-4cb3-ab40-3a18996a4624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:10,154 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.048s 2022-09-13 20:04:10,154 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe60c242-4c57-446b-a3db-304b32ff2792', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe60c242-4c57-446b-a3db-304b32ff2792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:11,204 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:04:11,204 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6282c1a-c192-4927-8bcd-fec9c2f80a36', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6282c1a-c192-4927-8bcd-fec9c2f80a36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:12,254 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:04:12,255 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9174ccd1-d92b-4361-9e12-69c68aef32a6', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9174ccd1-d92b-4361-9e12-69c68aef32a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:13,319 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.050s 2022-09-13 20:04:13,319 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df5b5eec-fff7-490a-89bf-6affd55c9324', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df5b5eec-fff7-490a-89bf-6affd55c9324', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:14,370 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:04:14,371 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fcd1be9-585c-490f-b7f4-75a5c0b9e077', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fcd1be9-585c-490f-b7f4-75a5c0b9e077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:15,421 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:04:15,422 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53096c2c-fd6e-42b2-bb59-411101a7e496', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53096c2c-fd6e-42b2-bb59-411101a7e496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:16,473 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:04:16,473 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df57efb3-7c5d-4613-a666-c0a0d0b43979', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df57efb3-7c5d-4613-a666-c0a0d0b43979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:17,526 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:04:17,527 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-083070fc-56fb-4109-8def-c4028e316bb0', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-083070fc-56fb-4109-8def-c4028e316bb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:18,578 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:04:18,578 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e602021-8988-40b5-a7ec-51108f8dc876', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e602021-8988-40b5-a7ec-51108f8dc876', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:19,629 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:04:19,629 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f641aed6-bc83-4bef-86bf-4f78194435ec', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f641aed6-bc83-4bef-86bf-4f78194435ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:20,683 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:04:20,683 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8394fba-b3a3-4b55-83ee-997115b96b63', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8394fba-b3a3-4b55-83ee-997115b96b63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:21,735 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:04:21,736 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cb92b9e-6f26-46b4-9d0e-f68cf99649fb', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cb92b9e-6f26-46b4-9d0e-f68cf99649fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:22,788 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:04:22,789 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79f269ea-1504-4dda-a130-d82e338fcf0b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79f269ea-1504-4dda-a130-d82e338fcf0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:23,845 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.043s 2022-09-13 20:04:23,845 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31af5207-ad8d-43df-9b13-d1036f071f69', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31af5207-ad8d-43df-9b13-d1036f071f69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:24,896 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:04:24,896 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-960f7f46-4977-44d5-8ed9-e826411999ec', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-960f7f46-4977-44d5-8ed9-e826411999ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:25,955 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.044s 2022-09-13 20:04:25,955 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68dd2901-05fd-43d0-abf9-4337836f3a03', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68dd2901-05fd-43d0-abf9-4337836f3a03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:27,005 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:04:27,005 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66cfc68f-ed34-4191-a47a-58c8ce23f837', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66cfc68f-ed34-4191-a47a-58c8ce23f837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:28,060 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.042s 2022-09-13 20:04:28,061 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ca4c7f1-78eb-4623-8829-af8d7e46a41b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ca4c7f1-78eb-4623-8829-af8d7e46a41b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:29,111 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:04:29,112 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b71383d-dd86-44a3-b85f-b08933ec767b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b71383d-dd86-44a3-b85f-b08933ec767b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:30,164 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:04:30,164 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5ee316b-91f1-436a-876f-58311c86c8fe', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5ee316b-91f1-436a-876f-58311c86c8fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:31,216 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:04:31,217 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-109ceec7-81e2-411d-88b0-e5343787b1e8', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-109ceec7-81e2-411d-88b0-e5343787b1e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:32,269 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:04:32,269 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eac2a1e3-1156-4a90-ac49-4ce473ecb4d1', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eac2a1e3-1156-4a90-ac49-4ce473ecb4d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:33,324 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.041s 2022-09-13 20:04:33,325 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10ac9941-2cc8-461d-8b45-74b2d5a3d4e6', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10ac9941-2cc8-461d-8b45-74b2d5a3d4e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:34,383 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.045s 2022-09-13 20:04:34,383 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c416912-23ca-4737-a6da-a7a24c4709d7', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c416912-23ca-4737-a6da-a7a24c4709d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:35,434 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:04:35,434 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d48c2821-cf42-490a-a7ab-c701e042ada0', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d48c2821-cf42-490a-a7ab-c701e042ada0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:36,484 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:04:36,484 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b41ba997-2833-4d14-9705-107e2d5d0ebc', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b41ba997-2833-4d14-9705-107e2d5d0ebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:37,536 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:04:37,536 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b211d56-b025-444b-8665-3a4d3cc727fd', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b211d56-b025-444b-8665-3a4d3cc727fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:38,589 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:04:38,589 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e623e93-e340-4caf-af53-27ed05b7b90e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e623e93-e340-4caf-af53-27ed05b7b90e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:39,650 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.047s 2022-09-13 20:04:39,651 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d9f63d2-7e49-403f-a566-fad47ab0a57d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d9f63d2-7e49-403f-a566-fad47ab0a57d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:40,704 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:04:40,704 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b797c8e-93fe-4114-99c7-7c206730493c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b797c8e-93fe-4114-99c7-7c206730493c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:41,758 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.041s 2022-09-13 20:04:41,759 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d091ec76-3691-4daa-9fa8-63d884080c70', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d091ec76-3691-4daa-9fa8-63d884080c70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:42,811 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:04:42,811 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-137a5c16-4120-4eb9-a564-441d3b57a01f', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-137a5c16-4120-4eb9-a564-441d3b57a01f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:43,874 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.050s 2022-09-13 20:04:43,875 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9f61062-2db3-48af-849a-5a0b0fdbdcb4', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9f61062-2db3-48af-849a-5a0b0fdbdcb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:44,928 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:04:44,929 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b879fa18-3fa4-4413-9dad-d634ed17704a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b879fa18-3fa4-4413-9dad-d634ed17704a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:45,979 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:04:45,979 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9d567d9-440e-4d0d-a63d-8a365c436d07', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9d567d9-440e-4d0d-a63d-8a365c436d07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:47,029 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:04:47,029 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b91c2f2-9788-4c64-94cd-057428fe1d10', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b91c2f2-9788-4c64-94cd-057428fe1d10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:48,080 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:04:48,080 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6541fd77-e936-453a-9476-56c431921724', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6541fd77-e936-453a-9476-56c431921724', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:49,131 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:04:49,131 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-126f11dc-b0cd-414d-917a-9bf5e7d7c132', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-126f11dc-b0cd-414d-917a-9bf5e7d7c132', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:50,184 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.041s 2022-09-13 20:04:50,184 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f54a6789-afcd-4579-8ee9-3bbff08e636c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f54a6789-afcd-4579-8ee9-3bbff08e636c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:51,236 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:04:51,236 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ad0ba54-e5ad-41fd-8264-1500208ac74d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ad0ba54-e5ad-41fd-8264-1500208ac74d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:52,287 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:04:52,288 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c116b62-8cfb-430b-a71d-7f8b10728bb7', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c116b62-8cfb-430b-a71d-7f8b10728bb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:53,339 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:04:53,339 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4111ef45-820c-414a-bbbf-776e3cba1aa6', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4111ef45-820c-414a-bbbf-776e3cba1aa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:54,390 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:04:54,390 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb97f230-ad5f-4817-9587-ee3dffac2240', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb97f230-ad5f-4817-9587-ee3dffac2240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:55,442 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:04:55,442 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d984c4f1-5ea2-42d1-ac53-d3b6c14fb477', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d984c4f1-5ea2-42d1-ac53-d3b6c14fb477', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:56,503 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.047s 2022-09-13 20:04:56,503 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-570ba64e-983c-4cfc-9351-2f932796159d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-570ba64e-983c-4cfc-9351-2f932796159d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:57,560 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.044s 2022-09-13 20:04:57,561 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2dbf125-bd83-4164-8e80-d8cd45d7ea6b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2dbf125-bd83-4164-8e80-d8cd45d7ea6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:58,613 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:04:58,613 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8fd7954-bba7-4925-b620-19d966adfa8d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8fd7954-bba7-4925-b620-19d966adfa8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:04:59,667 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:04:59,668 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03cf5923-746b-426c-b30f-804f1453f790', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03cf5923-746b-426c-b30f-804f1453f790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:00,719 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:05:00,719 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55b6d79c-ebbe-4056-b4be-6fc89b1cf306', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55b6d79c-ebbe-4056-b4be-6fc89b1cf306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:01,770 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:05:01,770 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7ed16ba-777a-42f1-91b0-bbc72443d5b0', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7ed16ba-777a-42f1-91b0-bbc72443d5b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:02,965 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.181s 2022-09-13 20:05:02,965 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdf36fdb-135a-435c-8fc4-c7041bc2e361', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdf36fdb-135a-435c-8fc4-c7041bc2e361', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:04,017 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:05:04,017 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92bc5f00-5e9c-4903-9f0f-bf3c9269f721', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92bc5f00-5e9c-4903-9f0f-bf3c9269f721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:05,069 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:05:05,069 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc310b2b-50dc-4350-924f-c4d20ff3c154', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc310b2b-50dc-4350-924f-c4d20ff3c154', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:06,120 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:05:06,121 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8bbbbae-3c79-4f80-b567-c9fd2d85a5bb', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8bbbbae-3c79-4f80-b567-c9fd2d85a5bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:07,174 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:05:07,174 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d5b43d0-be6a-4464-9c39-4383462045dd', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d5b43d0-be6a-4464-9c39-4383462045dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:08,225 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:05:08,226 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c70d875c-90aa-4909-a021-fcd8501966a3', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c70d875c-90aa-4909-a021-fcd8501966a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:09,284 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.041s 2022-09-13 20:05:09,284 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f7a2ada-b319-4555-a3fd-555f585a9060', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f7a2ada-b319-4555-a3fd-555f585a9060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:10,334 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:05:10,335 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dc2a2d2-313c-4d9c-a990-38051276815b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dc2a2d2-313c-4d9c-a990-38051276815b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:11,386 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:05:11,387 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e92e266-5ef9-4721-869b-0bf66eb0b1d6', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e92e266-5ef9-4721-869b-0bf66eb0b1d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:12,437 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:05:12,437 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66216291-abca-4aa8-aafe-75268bbd21e2', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66216291-abca-4aa8-aafe-75268bbd21e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:13,489 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:05:13,489 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68782ea5-9d5f-4625-b22a-5ad45e79fc85', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68782ea5-9d5f-4625-b22a-5ad45e79fc85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:14,551 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.050s 2022-09-13 20:05:14,552 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc07f988-e882-4271-8c12-c2b2e5816b5b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc07f988-e882-4271-8c12-c2b2e5816b5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:15,604 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:05:15,604 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4cd1b6c-d1b4-45eb-b2de-35a74dea42a1', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4cd1b6c-d1b4-45eb-b2de-35a74dea42a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:16,659 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.041s 2022-09-13 20:05:16,659 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11acd585-f9f2-4d7f-8a4b-09b13932e072', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11acd585-f9f2-4d7f-8a4b-09b13932e072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:17,709 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:05:17,709 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9394abe-48e6-4b2e-bd86-382bb36d32dd', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9394abe-48e6-4b2e-bd86-382bb36d32dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:18,759 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:05:18,760 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32109292-59cd-4309-bf8f-ed544c3371f8', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32109292-59cd-4309-bf8f-ed544c3371f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:19,811 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:05:19,811 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35881365-0fb9-4d95-b68a-1d1c6eb8dc3a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35881365-0fb9-4d95-b68a-1d1c6eb8dc3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:20,874 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.049s 2022-09-13 20:05:20,875 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c282b3c-a9e1-4026-9bc7-9a1b163dd9fa', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c282b3c-a9e1-4026-9bc7-9a1b163dd9fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:21,925 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:05:21,926 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54c44207-118c-4874-9b91-96a15065ae9b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54c44207-118c-4874-9b91-96a15065ae9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:22,979 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:05:22,979 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22e246f7-e328-45e3-ac02-d389810daf81', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22e246f7-e328-45e3-ac02-d389810daf81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:24,030 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:05:24,031 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edb9cfe1-f46d-41e2-836b-335e67173053', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edb9cfe1-f46d-41e2-836b-335e67173053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:25,083 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:05:25,084 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-473d8dfc-9612-4802-8f7b-0be007c3962f', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-473d8dfc-9612-4802-8f7b-0be007c3962f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:26,134 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:05:26,134 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-798837ee-601d-48f0-8a73-758e73125f2a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-798837ee-601d-48f0-8a73-758e73125f2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:27,186 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:05:27,186 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb89b6f8-fa12-40a5-ad98-acc9e7766d9a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb89b6f8-fa12-40a5-ad98-acc9e7766d9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:28,240 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.041s 2022-09-13 20:05:28,241 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0ed271f-1df3-49a3-8322-6b83cb3d4ef9', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0ed271f-1df3-49a3-8322-6b83cb3d4ef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:29,292 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:05:29,293 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c0ee1f7-553b-42cc-a1fb-c5ac4d866a9a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c0ee1f7-553b-42cc-a1fb-c5ac4d866a9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:30,345 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:05:30,346 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-375bd702-8802-4f20-a064-df64a67335b2', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-375bd702-8802-4f20-a064-df64a67335b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:31,396 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:05:31,396 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e85a8e3-0eac-4f8e-a93b-1813662f7a20', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e85a8e3-0eac-4f8e-a93b-1813662f7a20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:32,447 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:05:32,447 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db8b8e9d-4994-4531-91fc-2900a9b1de1a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db8b8e9d-4994-4531-91fc-2900a9b1de1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:33,498 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:05:33,498 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2976966-85e3-4d87-aec4-d66d31597413', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2976966-85e3-4d87-aec4-d66d31597413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:34,551 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:05:34,551 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbca3b47-5180-4b78-847a-e1ab610ad61c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbca3b47-5180-4b78-847a-e1ab610ad61c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:35,606 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.041s 2022-09-13 20:05:35,606 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5e6e714-41a6-4500-af4a-edbf9c9b2b6b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5e6e714-41a6-4500-af4a-edbf9c9b2b6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:36,661 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.041s 2022-09-13 20:05:36,662 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c53e4345-c240-43fa-92c8-ba7e6be91b33', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c53e4345-c240-43fa-92c8-ba7e6be91b33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:37,711 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:05:37,711 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82f585fe-3f13-4549-b154-15276eb7e34f', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82f585fe-3f13-4549-b154-15276eb7e34f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:38,761 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:05:38,762 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2556c6c0-4d94-473e-b39b-c1b6441f0489', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2556c6c0-4d94-473e-b39b-c1b6441f0489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:39,812 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:05:39,813 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13b0d1fa-a696-4806-a628-ae9e1e903e6d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13b0d1fa-a696-4806-a628-ae9e1e903e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:40,870 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.044s 2022-09-13 20:05:40,871 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab6e4a45-5a86-4dca-87ad-5c8bbf8963e3', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab6e4a45-5a86-4dca-87ad-5c8bbf8963e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:41,926 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.043s 2022-09-13 20:05:41,927 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9a93b09-9960-4c69-ba4d-fcaf9052ec8b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9a93b09-9960-4c69-ba4d-fcaf9052ec8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:42,984 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.044s 2022-09-13 20:05:42,985 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f7431d0-d9dd-4dbc-9a68-65c3e5897869', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f7431d0-d9dd-4dbc-9a68-65c3e5897869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:44,043 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.046s 2022-09-13 20:05:44,044 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da6fb2b4-5b48-48e7-b93f-8ffaa5339bf8', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da6fb2b4-5b48-48e7-b93f-8ffaa5339bf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:45,103 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.046s 2022-09-13 20:05:45,104 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33ed7f2d-2e55-4e9c-b8a2-335adb6af680', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33ed7f2d-2e55-4e9c-b8a2-335adb6af680', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:46,161 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.043s 2022-09-13 20:05:46,161 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c878bbf-1969-418e-ada6-d13395c04738', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c878bbf-1969-418e-ada6-d13395c04738', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:47,223 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.049s 2022-09-13 20:05:47,223 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c4378be-aac1-49e4-ada4-98ed8ef417bc', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c4378be-aac1-49e4-ada4-98ed8ef417bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:48,278 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.041s 2022-09-13 20:05:48,278 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ee92803-04b5-4252-9409-fe7e20d5fb7e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ee92803-04b5-4252-9409-fe7e20d5fb7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:49,336 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.042s 2022-09-13 20:05:49,336 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5217e7f2-1331-4451-b91c-ba86ffffddc3', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5217e7f2-1331-4451-b91c-ba86ffffddc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:50,397 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.047s 2022-09-13 20:05:50,398 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19a9c121-2a92-4d69-9992-d0ef159bec6b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19a9c121-2a92-4d69-9992-d0ef159bec6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:51,453 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.042s 2022-09-13 20:05:51,453 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88596db7-fb27-4f45-ba71-bf37b5f5621d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88596db7-fb27-4f45-ba71-bf37b5f5621d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:52,512 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.043s 2022-09-13 20:05:52,513 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-483ae45e-c347-4a2b-8fe2-6c6fd87c6c4d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-483ae45e-c347-4a2b-8fe2-6c6fd87c6c4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:53,584 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.058s 2022-09-13 20:05:53,584 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2493473f-ecc1-4c1a-8943-5b0e9a2a090a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2493473f-ecc1-4c1a-8943-5b0e9a2a090a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:54,646 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.048s 2022-09-13 20:05:54,646 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9bb3f21-be67-45af-99f1-36acb7a95448', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9bb3f21-be67-45af-99f1-36acb7a95448', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:55,695 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.035s 2022-09-13 20:05:55,696 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4be5e8e1-bd05-4aaf-a42c-73a512a4f6b1', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4be5e8e1-bd05-4aaf-a42c-73a512a4f6b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:56,749 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:05:56,750 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74162b11-8947-4292-aaec-06de8d34a42c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74162b11-8947-4292-aaec-06de8d34a42c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:57,811 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.047s 2022-09-13 20:05:57,811 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c317422-06e4-4ff6-8817-2aa8fc1b0da7', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c317422-06e4-4ff6-8817-2aa8fc1b0da7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:58,871 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.047s 2022-09-13 20:05:58,872 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfa80b4c-1c3e-4108-ba29-c0eba2bcbdbd', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfa80b4c-1c3e-4108-ba29-c0eba2bcbdbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:05:59,946 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.061s 2022-09-13 20:05:59,946 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ace04e40-f9bc-4b1b-b032-424c509c2e2f', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ace04e40-f9bc-4b1b-b032-424c509c2e2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:00,999 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:06:01,000 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54941d73-5dd5-4e54-9728-cb48569f9a1d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54941d73-5dd5-4e54-9728-cb48569f9a1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:02,051 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:06:02,051 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54b8c46e-b637-472c-852e-7bf2baaeb677', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54b8c46e-b637-472c-852e-7bf2baaeb677', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:03,107 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.043s 2022-09-13 20:06:03,108 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ba87217-be15-4676-bc3f-f80e2aa57a0e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ba87217-be15-4676-bc3f-f80e2aa57a0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:04,161 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:06:04,162 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7f392a5-c5ca-4e4e-b90a-f35bae3cbcab', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7f392a5-c5ca-4e4e-b90a-f35bae3cbcab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:05,224 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.049s 2022-09-13 20:06:05,225 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a846467c-7bb0-4b12-939e-5bd127e47ca9', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a846467c-7bb0-4b12-939e-5bd127e47ca9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:06,288 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.050s 2022-09-13 20:06:06,288 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05c566cb-5ffc-4ae8-a80c-b4c75a331c61', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05c566cb-5ffc-4ae8-a80c-b4c75a331c61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:07,343 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.042s 2022-09-13 20:06:07,344 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f03478e-c887-42a3-9e88-c519844985bc', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f03478e-c887-42a3-9e88-c519844985bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:08,407 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.049s 2022-09-13 20:06:08,408 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71d94c28-e2e9-4279-925d-350f4b004584', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71d94c28-e2e9-4279-925d-350f4b004584', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:09,463 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.042s 2022-09-13 20:06:09,464 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52719097-6115-42da-95ec-4318c6200f47', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52719097-6115-42da-95ec-4318c6200f47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:10,526 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.048s 2022-09-13 20:06:10,526 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56ffac24-0dff-4ca9-9e3a-54ba577f6f04', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56ffac24-0dff-4ca9-9e3a-54ba577f6f04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:11,589 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.048s 2022-09-13 20:06:11,589 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14601dd4-83c8-4ba1-b884-0886f3706f05', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14601dd4-83c8-4ba1-b884-0886f3706f05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:12,640 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:06:12,641 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57b956b7-fc43-43b1-a055-f7a24a8005c3', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57b956b7-fc43-43b1-a055-f7a24a8005c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:13,850 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.195s 2022-09-13 20:06:13,850 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0996242-ceeb-4157-88b7-36765744e18a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0996242-ceeb-4157-88b7-36765744e18a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:14,902 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:06:14,902 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f0093b7-406f-423c-951c-c27459a755f9', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f0093b7-406f-423c-951c-c27459a755f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:15,969 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.053s 2022-09-13 20:06:15,969 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-263fa3b3-217a-4be2-a1dc-2fcbc8f9de47', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-263fa3b3-217a-4be2-a1dc-2fcbc8f9de47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:17,021 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:06:17,021 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95d076fa-860b-48c5-93c3-5334882999d4', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95d076fa-860b-48c5-93c3-5334882999d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:18,072 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:06:18,073 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2abfef9-450a-4db3-8abd-c1cdfe68be36', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2abfef9-450a-4db3-8abd-c1cdfe68be36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:19,124 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:06:19,124 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-457f77d0-7501-4b72-8286-4fcb54f30e84', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-457f77d0-7501-4b72-8286-4fcb54f30e84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:20,174 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:06:20,174 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23685134-b5fd-4a2a-8b75-0581bcf9286c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23685134-b5fd-4a2a-8b75-0581bcf9286c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:21,225 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:06:21,226 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b48234f-edd0-49d1-9fb7-176f3e1b573f', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b48234f-edd0-49d1-9fb7-176f3e1b573f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:22,280 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:06:22,280 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd697ee9-68ab-4c3f-ac6b-abcc1505aa57', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd697ee9-68ab-4c3f-ac6b-abcc1505aa57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:23,331 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:06:23,332 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4949772-0356-425c-8f25-b503765be35a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4949772-0356-425c-8f25-b503765be35a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:24,390 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.045s 2022-09-13 20:06:24,390 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b9ab756-1105-4205-8a17-8f9738ace8b9', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b9ab756-1105-4205-8a17-8f9738ace8b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:25,442 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:06:25,442 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cd87e42-6404-432d-972b-54600f63a31b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cd87e42-6404-432d-972b-54600f63a31b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:26,492 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:06:26,492 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-569bc23d-e485-4785-b67f-e8af8ddfa199', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-569bc23d-e485-4785-b67f-e8af8ddfa199', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:27,543 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:06:27,543 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6256f90-f115-4e72-ac3e-31f18062f257', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6256f90-f115-4e72-ac3e-31f18062f257', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:28,612 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.055s 2022-09-13 20:06:28,613 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95b3464f-7898-4454-9df5-3412aa6d81d2', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95b3464f-7898-4454-9df5-3412aa6d81d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:29,666 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:06:29,667 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d903b7f4-29dd-437a-a9bd-f71f7b2ea45e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d903b7f4-29dd-437a-a9bd-f71f7b2ea45e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:30,718 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:06:30,719 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84b4c8d0-7563-4235-bbae-d7794d58f9be', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84b4c8d0-7563-4235-bbae-d7794d58f9be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:31,771 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:06:31,771 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fa2aa5a-f1a5-4f6a-9eda-e4a488ce41f0', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fa2aa5a-f1a5-4f6a-9eda-e4a488ce41f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:32,821 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:06:32,821 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99f8b89f-70db-444c-ad29-75c12722edf0', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99f8b89f-70db-444c-ad29-75c12722edf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:33,873 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:06:33,873 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3093caa9-84b2-4bef-8f0e-6f6214f612d6', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3093caa9-84b2-4bef-8f0e-6f6214f612d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:34,924 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:06:34,924 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02e7ee48-2cd8-4ea0-a45a-8aad6cd106f9', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02e7ee48-2cd8-4ea0-a45a-8aad6cd106f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:35,974 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:06:35,975 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c49274b8-6156-48ed-8c4c-f03193c0d638', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c49274b8-6156-48ed-8c4c-f03193c0d638', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:37,025 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:06:37,026 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cded3388-5003-4213-b4cc-887f1c88f691', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cded3388-5003-4213-b4cc-887f1c88f691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:38,077 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:06:38,077 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-383a9b12-02dc-4b5b-95b6-84d53934df99', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-383a9b12-02dc-4b5b-95b6-84d53934df99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:39,129 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:06:39,129 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ce7fa62-2a52-4c88-964b-0c9743bf0e2f', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ce7fa62-2a52-4c88-964b-0c9743bf0e2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:40,183 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.041s 2022-09-13 20:06:40,184 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d25526e4-8f2f-4a00-8ea1-0d27a2e05337', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d25526e4-8f2f-4a00-8ea1-0d27a2e05337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:41,242 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.044s 2022-09-13 20:06:41,242 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f86dc652-a70e-4825-9a3f-5a030ad620cf', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f86dc652-a70e-4825-9a3f-5a030ad620cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:42,311 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.055s 2022-09-13 20:06:42,311 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a12b0a8b-68fb-4b8a-97a1-3991f62b0706', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a12b0a8b-68fb-4b8a-97a1-3991f62b0706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:43,368 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.044s 2022-09-13 20:06:43,369 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af5255f6-ff8b-49f3-b45d-9223176ed22a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af5255f6-ff8b-49f3-b45d-9223176ed22a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:44,419 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:06:44,419 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cffcf8bd-7e7a-4ed4-8566-ccbd0ed37fb2', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cffcf8bd-7e7a-4ed4-8566-ccbd0ed37fb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:45,477 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.043s 2022-09-13 20:06:45,477 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b076a580-893d-478c-99be-c5ac76bbe87f', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b076a580-893d-478c-99be-c5ac76bbe87f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:46,533 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.042s 2022-09-13 20:06:46,534 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-501563cd-4e25-43ac-a26e-b311ca7fa064', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-501563cd-4e25-43ac-a26e-b311ca7fa064', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:47,596 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.043s 2022-09-13 20:06:47,596 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3565778c-3a56-40fd-977a-21837c5eb17d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3565778c-3a56-40fd-977a-21837c5eb17d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:48,662 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.053s 2022-09-13 20:06:48,663 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9f313a5-42db-4b72-ab61-99f9cb86d5d7', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9f313a5-42db-4b72-ab61-99f9cb86d5d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:49,715 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:06:49,715 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e29ecf7d-6fcf-4d35-bd6b-8d60aaeccae6', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e29ecf7d-6fcf-4d35-bd6b-8d60aaeccae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:50,777 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.048s 2022-09-13 20:06:50,777 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-325acc9e-c652-4546-bdc9-15d1ac1ea429', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-325acc9e-c652-4546-bdc9-15d1ac1ea429', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:51,835 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.043s 2022-09-13 20:06:51,835 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ef111a9-2a9a-4c58-bc1d-61a17c5071ab', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ef111a9-2a9a-4c58-bc1d-61a17c5071ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:52,908 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.059s 2022-09-13 20:06:52,908 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-261a3cfc-98db-4bb5-93ae-beca89a9bc5c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-261a3cfc-98db-4bb5-93ae-beca89a9bc5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:53,958 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:06:53,959 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d6c195e-1ff1-418f-96fb-65a3b8b31de8', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d6c195e-1ff1-418f-96fb-65a3b8b31de8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:55,026 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.053s 2022-09-13 20:06:55,026 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43cb6219-98b9-4380-b97f-d6ae6443f230', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43cb6219-98b9-4380-b97f-d6ae6443f230', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:56,076 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:06:56,077 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5a3785f-aeac-4189-b654-e099e4cc873a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5a3785f-aeac-4189-b654-e099e4cc873a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:57,133 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.042s 2022-09-13 20:06:57,134 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d18d770-2451-4dd9-b21f-a20e035b41de', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d18d770-2451-4dd9-b21f-a20e035b41de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:58,187 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:06:58,187 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b62997b-b15f-474e-9800-f5390486cda5', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b62997b-b15f-474e-9800-f5390486cda5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:06:59,249 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.049s 2022-09-13 20:06:59,250 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cafae18a-206c-4527-9694-e098012455ac', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cafae18a-206c-4527-9694-e098012455ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:00,319 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.055s 2022-09-13 20:07:00,320 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d09369bd-8309-4bcb-b8e2-f7f73c639bbc', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d09369bd-8309-4bcb-b8e2-f7f73c639bbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:01,379 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.045s 2022-09-13 20:07:01,379 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-182fe10c-a6cb-4221-abb8-a8061d19ce1a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-182fe10c-a6cb-4221-abb8-a8061d19ce1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:02,433 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:07:02,433 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d13804ef-c568-4d2b-92ee-9c719b49bce7', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d13804ef-c568-4d2b-92ee-9c719b49bce7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:03,491 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.044s 2022-09-13 20:07:03,491 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e03107e-0055-4670-92ef-1bed655ff40a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e03107e-0055-4670-92ef-1bed655ff40a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:04,546 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.041s 2022-09-13 20:07:04,547 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bad22aab-c932-4fcd-9714-f3e544b35a2f', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bad22aab-c932-4fcd-9714-f3e544b35a2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:05,599 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:07:05,599 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fc6c3aa-7f19-4243-862d-b18995eb636b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fc6c3aa-7f19-4243-862d-b18995eb636b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:06,657 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.044s 2022-09-13 20:07:06,658 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c72a167-97c8-43c4-8af4-d20047de9db8', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c72a167-97c8-43c4-8af4-d20047de9db8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:07,712 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:07:07,712 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dec51e9-316f-4446-827b-fed8e4ec33f8', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dec51e9-316f-4446-827b-fed8e4ec33f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:08,762 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:07:08,762 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73da7334-9508-4e39-b578-a3691ed8b3cd', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73da7334-9508-4e39-b578-a3691ed8b3cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:09,813 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:07:09,814 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcade28a-3b4d-4e47-8c5d-fff73ce1a7ab', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcade28a-3b4d-4e47-8c5d-fff73ce1a7ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:10,868 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:07:10,868 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28959b3e-e67c-48c2-93e9-c6de0dd3551a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28959b3e-e67c-48c2-93e9-c6de0dd3551a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:11,919 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:07:11,920 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b386cfd3-bdbb-4613-bc63-3098b010c355', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b386cfd3-bdbb-4613-bc63-3098b010c355', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:12,969 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:07:12,969 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d00eb52-f506-4939-b176-662065532916', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d00eb52-f506-4939-b176-662065532916', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:14,020 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:07:14,020 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aadc39f-61e3-4676-85e0-cc78a1fd4f9b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aadc39f-61e3-4676-85e0-cc78a1fd4f9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:15,073 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:07:15,073 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c619edc2-171e-4452-942e-482036f4ca36', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c619edc2-171e-4452-942e-482036f4ca36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:16,134 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.045s 2022-09-13 20:07:16,134 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bd34b96-0f54-4fba-bb69-b92dbf05c54f', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bd34b96-0f54-4fba-bb69-b92dbf05c54f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:17,186 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:07:17,186 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59efe38c-a4a3-4d04-bdb8-cd65b714f699', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59efe38c-a4a3-4d04-bdb8-cd65b714f699', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:18,242 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.041s 2022-09-13 20:07:18,242 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd703884-7a12-4fc1-9a50-bf73598fcf04', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd703884-7a12-4fc1-9a50-bf73598fcf04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:19,295 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:07:19,296 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-326d10d7-c46a-4e20-be11-b0a3dfabcc28', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-326d10d7-c46a-4e20-be11-b0a3dfabcc28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:20,346 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:07:20,346 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf40f867-3fda-4de0-8706-92809d319a0a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf40f867-3fda-4de0-8706-92809d319a0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:21,398 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:07:21,398 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cc34524-6fb4-4ef1-964e-2a52d1e4e4ed', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cc34524-6fb4-4ef1-964e-2a52d1e4e4ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:22,448 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:07:22,448 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20f0b86e-00ca-4bbe-8c56-188241ab27c5', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20f0b86e-00ca-4bbe-8c56-188241ab27c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:23,499 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:07:23,499 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96a4137b-0990-4d85-beb1-e540b032d189', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96a4137b-0990-4d85-beb1-e540b032d189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:24,549 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:07:24,550 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa095c96-34ae-455b-8473-a4c20d102aff', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa095c96-34ae-455b-8473-a4c20d102aff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:25,602 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:07:25,603 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26dc23db-8b29-40dc-844c-85d8a411aaa3', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26dc23db-8b29-40dc-844c-85d8a411aaa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:26,655 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:07:26,655 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f9dc8f0-f6fd-4c44-be94-cd1ebab55713', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f9dc8f0-f6fd-4c44-be94-cd1ebab55713', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:27,708 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:07:27,708 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2ec4464-9b34-4796-99b9-6d7f41952df3', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2ec4464-9b34-4796-99b9-6d7f41952df3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:28,763 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.042s 2022-09-13 20:07:28,764 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb4afc60-0422-4dd6-a7ac-8c86b7aced20', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb4afc60-0422-4dd6-a7ac-8c86b7aced20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:29,814 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:07:29,815 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc8d0ef3-40e6-4988-836c-2b1e8239dc99', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc8d0ef3-40e6-4988-836c-2b1e8239dc99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:30,867 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:07:30,868 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba098dcb-7f7e-4143-ba9e-d2d38cbc0162', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba098dcb-7f7e-4143-ba9e-d2d38cbc0162', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:31,919 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:07:31,920 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6dc2217-7434-4206-8eb8-4d4efb6a7707', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6dc2217-7434-4206-8eb8-4d4efb6a7707', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:32,979 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.046s 2022-09-13 20:07:32,980 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83de3164-1859-441d-b45a-c89fad590d92', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83de3164-1859-441d-b45a-c89fad590d92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:34,029 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:07:34,029 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a73b080b-a275-4141-8307-15150da8ed7a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a73b080b-a275-4141-8307-15150da8ed7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:35,081 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:07:35,082 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c60c1131-60a2-4285-96b2-fdd3db9305c8', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c60c1131-60a2-4285-96b2-fdd3db9305c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:36,133 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:07:36,133 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06896e6c-bb65-4efa-ab12-a1ca5abf0d80', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06896e6c-bb65-4efa-ab12-a1ca5abf0d80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:37,186 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:07:37,186 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66a57132-6c30-4d96-9e64-bfb7ae8e535a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66a57132-6c30-4d96-9e64-bfb7ae8e535a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:38,253 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.053s 2022-09-13 20:07:38,253 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe6a4695-060d-43d8-8f2e-20b163985af0', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe6a4695-060d-43d8-8f2e-20b163985af0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:39,309 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.043s 2022-09-13 20:07:39,310 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eba93b1-a980-4473-8241-44cac531ef90', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eba93b1-a980-4473-8241-44cac531ef90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:40,360 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:07:40,360 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c5b4bd1-cd6c-43c5-a606-d0600603500c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c5b4bd1-cd6c-43c5-a606-d0600603500c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:41,419 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.045s 2022-09-13 20:07:41,419 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01f815d6-ff23-4455-ac02-473c1aa53362', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01f815d6-ff23-4455-ac02-473c1aa53362', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:42,469 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:07:42,469 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53cb297c-acb9-4930-a1cb-d640970404be', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53cb297c-acb9-4930-a1cb-d640970404be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:43,523 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:07:43,524 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f41dfdc7-efe9-431d-89ed-173d3217a403', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f41dfdc7-efe9-431d-89ed-173d3217a403', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:44,576 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:07:44,576 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d535b381-4bb5-4f69-a909-65a8206da111', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d535b381-4bb5-4f69-a909-65a8206da111', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:45,628 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:07:45,628 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99023f43-7329-470d-9d2a-5630d3559fee', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99023f43-7329-470d-9d2a-5630d3559fee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:46,689 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.045s 2022-09-13 20:07:46,689 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd6087a3-b3b9-48db-b2b1-5f0ea78b6ea5', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd6087a3-b3b9-48db-b2b1-5f0ea78b6ea5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:47,740 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:07:47,740 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-612f9eb1-ff92-4799-a075-100d1a32e6c6', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-612f9eb1-ff92-4799-a075-100d1a32e6c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:48,792 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:07:48,793 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3521355-51fa-4198-b6fb-bbdc73dfe205', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3521355-51fa-4198-b6fb-bbdc73dfe205', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:49,847 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.041s 2022-09-13 20:07:49,847 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba5497dc-5a01-4630-a615-a29e4642d634', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba5497dc-5a01-4630-a615-a29e4642d634', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:50,899 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:07:50,900 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a67a58f4-16f5-4433-92d9-9f0a468b838a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a67a58f4-16f5-4433-92d9-9f0a468b838a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:51,950 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:07:51,950 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21046174-28c6-4caa-9aa0-0470ed03092c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21046174-28c6-4caa-9aa0-0470ed03092c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:53,000 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.036s 2022-09-13 20:07:53,000 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23d13ca1-1b25-4137-8f13-c38de9605da5', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23d13ca1-1b25-4137-8f13-c38de9605da5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:54,052 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:07:54,052 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23858cc7-5f03-4459-8523-121c22475d9c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23858cc7-5f03-4459-8523-121c22475d9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:55,109 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.043s 2022-09-13 20:07:55,110 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa7b7f0a-22e6-4d1c-89af-960c95bd94d7', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa7b7f0a-22e6-4d1c-89af-960c95bd94d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:56,161 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:07:56,162 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1c101fd-bcbb-423f-9089-896418e20f88', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1c101fd-bcbb-423f-9089-896418e20f88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:57,214 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:07:57,214 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eddd4033-9e37-43f5-8353-9d9b1938027b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eddd4033-9e37-43f5-8353-9d9b1938027b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:58,267 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:07:58,267 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31cc1e8c-400c-46a6-a72d-81aa916be928', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31cc1e8c-400c-46a6-a72d-81aa916be928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:07:59,319 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:07:59,319 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d6b1583-26f2-45d5-8e4f-c1926ead913d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d6b1583-26f2-45d5-8e4f-c1926ead913d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:00,369 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:08:00,369 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df7614b5-3ce6-4542-8710-8bf5f972cd59', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df7614b5-3ce6-4542-8710-8bf5f972cd59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:01,420 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:08:01,420 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90696769-09f7-4ea1-a5d1-ef8c818aebd1', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90696769-09f7-4ea1-a5d1-ef8c818aebd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:02,471 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:08:02,471 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-819a41a4-c760-4916-9047-94e221e4b04e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-819a41a4-c760-4916-9047-94e221e4b04e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:03,527 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.041s 2022-09-13 20:08:03,527 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2190013-2035-4d20-8ac3-564c734f553e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2190013-2035-4d20-8ac3-564c734f553e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:04,586 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.044s 2022-09-13 20:08:04,587 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bbf5921-e803-4c3b-8241-ce6377a4ef42', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bbf5921-e803-4c3b-8241-ce6377a4ef42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:05,642 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.041s 2022-09-13 20:08:05,642 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8025acf-432a-4a48-8aa4-2aa58a945f1d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8025acf-432a-4a48-8aa4-2aa58a945f1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:06,700 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.044s 2022-09-13 20:08:06,701 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e1531e2-7a26-4457-b29f-7b3d6c2f280c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e1531e2-7a26-4457-b29f-7b3d6c2f280c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:07,756 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.042s 2022-09-13 20:08:07,756 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdcff4c3-c740-4719-b021-ab14040d1dc7', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdcff4c3-c740-4719-b021-ab14040d1dc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:08,837 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.067s 2022-09-13 20:08:08,837 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95640e4b-77e2-48dd-afdd-fbc434420d44', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95640e4b-77e2-48dd-afdd-fbc434420d44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:09,890 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:08:09,891 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-080e69a0-29c9-4797-bdec-e982a46d2d9e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-080e69a0-29c9-4797-bdec-e982a46d2d9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:11,151 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.247s 2022-09-13 20:08:11,151 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f786144d-8a93-408b-a07a-55b526b7f32e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f786144d-8a93-408b-a07a-55b526b7f32e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:12,202 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:08:12,203 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8472acfe-100c-4372-81f1-f679f121a95c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8472acfe-100c-4372-81f1-f679f121a95c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:13,253 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:08:13,253 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7567ddff-faec-4353-a831-86d1d2bfde94', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7567ddff-faec-4353-a831-86d1d2bfde94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:14,305 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:08:14,306 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0979ddbe-d206-4d60-b1e1-d5de952d9992', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0979ddbe-d206-4d60-b1e1-d5de952d9992', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:15,358 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:08:15,359 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fadf1836-456b-4247-8075-62d991682704', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fadf1836-456b-4247-8075-62d991682704', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:16,409 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:08:16,410 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af64f312-a9c9-45b3-971a-ba242f0a5ebb', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af64f312-a9c9-45b3-971a-ba242f0a5ebb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:17,466 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.042s 2022-09-13 20:08:17,466 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afcfb65a-eedc-4826-8972-e05de24e3456', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afcfb65a-eedc-4826-8972-e05de24e3456', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:18,518 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:08:18,518 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4e6e508-6c77-4ab8-a3f7-f20d3f7abaab', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4e6e508-6c77-4ab8-a3f7-f20d3f7abaab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:19,570 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:08:19,571 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38e51f69-6442-4c42-b3ea-f8a4c31ceeb8', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38e51f69-6442-4c42-b3ea-f8a4c31ceeb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:20,629 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.044s 2022-09-13 20:08:20,629 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c76a2b8-9c78-401d-9032-ad43c4973c93', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c76a2b8-9c78-401d-9032-ad43c4973c93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:21,682 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:08:21,683 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-153dbb38-3a01-4a81-acce-9815d8e05b77', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-153dbb38-3a01-4a81-acce-9815d8e05b77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:22,733 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:08:22,734 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b2af9a1-8bc5-4c46-ab26-68db1df38688', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b2af9a1-8bc5-4c46-ab26-68db1df38688', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:23,785 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:08:23,785 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91dff338-cee5-4b9c-b02d-e6fa9eb0409e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91dff338-cee5-4b9c-b02d-e6fa9eb0409e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:24,836 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:08:24,837 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4048dc1d-b593-4227-b525-c5fdff26e3ed', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4048dc1d-b593-4227-b525-c5fdff26e3ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:25,888 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:08:25,888 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-783ba9ad-0f82-4f9d-8c65-3cce4519a4e5', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-783ba9ad-0f82-4f9d-8c65-3cce4519a4e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:26,941 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:08:26,942 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88d0db44-fb96-4755-8337-9fbd1a2c29e8', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88d0db44-fb96-4755-8337-9fbd1a2c29e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:27,992 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:08:27,993 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3edf800a-aecb-4658-a6fd-4af8434819cd', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3edf800a-aecb-4658-a6fd-4af8434819cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:29,044 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:08:29,044 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b69d9d37-3f13-45a0-a7d3-158208145e51', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b69d9d37-3f13-45a0-a7d3-158208145e51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:30,096 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:08:30,097 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef519889-f835-4e01-817d-a1ec016dd110', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef519889-f835-4e01-817d-a1ec016dd110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:31,149 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:08:31,149 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-828a8555-775e-43bb-920d-8ea51cc3a52e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-828a8555-775e-43bb-920d-8ea51cc3a52e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:32,200 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:08:32,201 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dde13e6b-0d8f-4c80-b505-3a4a6233af7e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dde13e6b-0d8f-4c80-b505-3a4a6233af7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:33,251 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:08:33,252 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8178698d-bc96-4303-bd39-066f86b78da3', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8178698d-bc96-4303-bd39-066f86b78da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:34,304 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:08:34,304 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e13217bf-94f0-4751-bf55-2f2ce18cc2bf', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e13217bf-94f0-4751-bf55-2f2ce18cc2bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:35,358 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:08:35,358 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6a9140a-6955-4efe-84c4-6ba397455fbc', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6a9140a-6955-4efe-84c4-6ba397455fbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:36,415 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.042s 2022-09-13 20:08:36,415 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2fa3303-c27d-44dd-a5d0-3948fd2b0f4a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2fa3303-c27d-44dd-a5d0-3948fd2b0f4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:37,467 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:08:37,467 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5051fe9c-a3b2-4f1b-9717-7e30ea014c64', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5051fe9c-a3b2-4f1b-9717-7e30ea014c64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:38,519 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:08:38,520 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e88edc60-c68e-4a84-80db-691c45ee4e13', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e88edc60-c68e-4a84-80db-691c45ee4e13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:39,572 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:08:39,573 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ff40392-755e-41d4-b814-4e7693380458', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ff40392-755e-41d4-b814-4e7693380458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:40,626 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.041s 2022-09-13 20:08:40,627 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-765fca4c-a814-4ece-bfee-4e94c4f00783', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-765fca4c-a814-4ece-bfee-4e94c4f00783', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:41,684 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.044s 2022-09-13 20:08:41,684 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b69db91-cce2-40f7-9437-ed10091a2761', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b69db91-cce2-40f7-9437-ed10091a2761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:42,735 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:08:42,736 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6aba7a5d-bc22-43a1-9f8b-98dd7e0e6c65', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6aba7a5d-bc22-43a1-9f8b-98dd7e0e6c65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:43,787 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:08:43,787 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62221246-8872-4450-b826-43b154f3ddd8', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62221246-8872-4450-b826-43b154f3ddd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:44,840 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:08:44,840 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fd368f4-71f1-4422-a64e-29c63ae67747', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fd368f4-71f1-4422-a64e-29c63ae67747', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:45,892 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:08:45,893 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c6d2f6c-c9d4-4daa-b6a3-82b191794099', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c6d2f6c-c9d4-4daa-b6a3-82b191794099', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:46,943 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:08:46,943 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a47341d-1815-4914-ad0a-66b3157f3193', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a47341d-1815-4914-ad0a-66b3157f3193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:47,994 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:08:47,994 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd3541c0-01a5-4d88-9f53-b3268a50e149', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd3541c0-01a5-4d88-9f53-b3268a50e149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:49,070 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.061s 2022-09-13 20:08:49,070 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39a16900-8096-4135-8213-0e443d055e7c', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39a16900-8096-4135-8213-0e443d055e7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:50,120 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:08:50,121 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61a59458-eaca-4796-8bf3-edbae215d390', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61a59458-eaca-4796-8bf3-edbae215d390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:51,171 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:08:51,172 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e04995de-0ded-432f-baa6-762fcbd94c35', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e04995de-0ded-432f-baa6-762fcbd94c35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:52,225 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:08:52,226 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6b5719b-b143-4c52-8a1d-0206a34fa7ff', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6b5719b-b143-4c52-8a1d-0206a34fa7ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:53,282 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.041s 2022-09-13 20:08:53,282 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dea10f7-3e02-4df2-988d-9aa8a5434a71', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dea10f7-3e02-4df2-988d-9aa8a5434a71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:54,336 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.040s 2022-09-13 20:08:54,337 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-804bc087-63b7-48ea-b656-9807d55f33ad', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-804bc087-63b7-48ea-b656-9807d55f33ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:55,396 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.047s 2022-09-13 20:08:55,397 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-348636ca-58b6-4e56-9c95-d2559ec42703', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-348636ca-58b6-4e56-9c95-d2559ec42703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:56,457 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.045s 2022-09-13 20:08:56,457 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbba06c5-a744-4044-89c4-621aa5e934d0', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbba06c5-a744-4044-89c4-621aa5e934d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:57,508 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.037s 2022-09-13 20:08:57,508 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84963ef2-e9f5-4653-8036-ed37dc6a39b6', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84963ef2-e9f5-4653-8036-ed37dc6a39b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:58,569 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.046s 2022-09-13 20:08:58,569 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8333e04-28ac-4287-b398-004634820617', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8333e04-28ac-4287-b398-004634820617', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:08:59,627 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.044s 2022-09-13 20:08:59,628 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec0c0f31-5b9a-48d9-89b3-18769af4b771', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec0c0f31-5b9a-48d9-89b3-18769af4b771', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:09:00,699 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.058s 2022-09-13 20:09:00,700 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d78d250-4a19-4f83-a234-4d459782d3d7', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d78d250-4a19-4f83-a234-4d459782d3d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:09:01,757 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.044s 2022-09-13 20:09:01,758 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7eff200c-466c-4d43-9de0-61c20086f72b', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7eff200c-466c-4d43-9de0-61c20086f72b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:09:02,812 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.038s 2022-09-13 20:09:02,812 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7912b80b-9644-4a7a-b37d-5f008659eb4a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7912b80b-9644-4a7a-b37d-5f008659eb4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:09:03,869 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.043s 2022-09-13 20:09:03,869 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b1b0b60-a343-443e-a336-03911e333829', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b1b0b60-a343-443e-a336-03911e333829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:09:04,927 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.044s 2022-09-13 20:09:04,928 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37b8c391-36af-411a-af59-1e20237e0416', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37b8c391-36af-411a-af59-1e20237e0416', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:09:05,981 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.039s 2022-09-13 20:09:05,981 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63530bfc-45e2-4c01-8f9d-ce01aefcedb2', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63530bfc-45e2-4c01-8f9d-ce01aefcedb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:09:07,039 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.045s 2022-09-13 20:09:07,039 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04092e98-66e1-4139-bfcd-c617184df497', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04092e98-66e1-4139-bfcd-c617184df497', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:09:08,096 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.043s 2022-09-13 20:09:08,096 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f26f5b19-e2cf-4559-89e9-3b9dff44c7f6', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f26f5b19-e2cf-4559-89e9-3b9dff44c7f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:09:09,154 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.044s 2022-09-13 20:09:09,154 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a391f3b7-1e67-42d3-b67b-386c7e6239b8', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a391f3b7-1e67-42d3-b67b-386c7e6239b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:09:10,211 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.043s 2022-09-13 20:09:10,211 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6017a079-a1ea-4002-81a3-a2896d0a5c1d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6017a079-a1ea-4002-81a3-a2896d0a5c1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:09:11,278 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038 0.052s 2022-09-13 20:09:11,278 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73eea9b5-c8a4-4158-9f6c-1d172aca3167', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73eea9b5-c8a4-4158-9f6c-1d172aca3167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038'} Body: b'{"volume": {"id": "2776db1b-f3ff-45fb-92ce-eba7ef398038", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T20:03:11.000000", "updated_at": "2022-09-13T20:03:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1144456883", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/1c5fb3ff52124db488fc164b595503c4/volumes/2776db1b-f3ff-45fb-92ce-eba7ef398038"}], "user_id": "6a68278c8556492497def971fb1674a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c5fb3ff52124db488fc164b595503c4"}}' 2022-09-13 20:09:11,412 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf 0.120s 2022-09-13 20:09:11,412 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:11 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-529cd443-f2b7-4561-b5bb-31f1cdb3f613', 'x-compute-request-id': 'req-529cd443-f2b7-4561-b5bb-31f1cdb3f613', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf'} Body: b'' 2022-09-13 20:09:11,582 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf 0.168s 2022-09-13 20:09:11,582 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35d0a681-d5c5-47bb-8ddf-8116ba709af6', 'x-compute-request-id': 'req-35d0a681-d5c5-47bb-8ddf-8116ba709af6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf'} Body: b'{"server": {"id": "487d1233-bf7a-4868-862e-5ccf9d4ffacf", "name": "tempest-AttachVolumeShelveTestJSON-server-1809913472", "status": "ACTIVE", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:01:43Z", "updated": "2022-09-13T20:09:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1679986175-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:e8:6f"}, {"version": 4, "addr": "172.27.1.161", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:e8:6f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-716028752", "OS-SRV-USG:launched_at": "2022-09-13T20:01:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--743155503"}], "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}}' 2022-09-13 20:09:12,766 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf 0.166s 2022-09-13 20:09:12,766 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e394e48-4174-4189-8ef7-fad28e49a2ed', 'x-compute-request-id': 'req-0e394e48-4174-4189-8ef7-fad28e49a2ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf'} Body: b'{"server": {"id": "487d1233-bf7a-4868-862e-5ccf9d4ffacf", "name": "tempest-AttachVolumeShelveTestJSON-server-1809913472", "status": "ACTIVE", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:01:43Z", "updated": "2022-09-13T20:09:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1679986175-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:e8:6f"}, {"version": 4, "addr": "172.27.1.161", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:e8:6f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-716028752", "OS-SRV-USG:launched_at": "2022-09-13T20:01:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--743155503"}], "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}}' 2022-09-13 20:09:13,908 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf 0.124s 2022-09-13 20:09:13,908 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72941fce-b31f-4d7d-801e-59d432ec7acb', 'x-compute-request-id': 'req-72941fce-b31f-4d7d-801e-59d432ec7acb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf'} Body: b'{"server": {"id": "487d1233-bf7a-4868-862e-5ccf9d4ffacf", "name": "tempest-AttachVolumeShelveTestJSON-server-1809913472", "status": "DELETED", "tenant_id": "1c5fb3ff52124db488fc164b595503c4", "user_id": "6a68278c8556492497def971fb1674a8", "metadata": {}, "hostId": "96b027317dc0c10057a0c2ac99e654c0df0dfbf419d8ce8c738858eb", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:01:43Z", "updated": "2022-09-13T20:09:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-716028752", "OS-SRV-USG:launched_at": "2022-09-13T20:01:54.000000", "OS-SRV-USG:terminated_at": "2022-09-13T20:09:13.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-09-13 20:09:13,925 132911 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2022-09-13 20:09:14,969 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf 0.042s 2022-09-13 20:09:14,969 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:14 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-3b9c1294-2505-4baf-af5e-8e2205f1ecd9', 'x-compute-request-id': 'req-3b9c1294-2505-4baf-af5e-8e2205f1ecd9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/487d1233-bf7a-4868-862e-5ccf9d4ffacf'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 487d1233-bf7a-4868-862e-5ccf9d4ffacf could not be found."}}' 2022-09-13 20:09:15,000 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.15/compute/v2.1/os-keypairs/tempest-keypair-716028752 0.030s 2022-09-13 20:09:15,001 132911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:14 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-abc8bcfe-3f00-48e6-b311-91d0d884d72a', 'x-compute-request-id': 'req-abc8bcfe-3f00-48e6-b311-91d0d884d72a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15/compute/v2.1/os-keypairs/tempest-keypair-716028752'} Body: b'' 2022-09-13 20:09:15,132 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.15:9696/networking/v2.0/security-groups/03fc9c95-5fc0-4f11-9316-294c68fd26e5 0.130s 2022-09-13 20:09:15,132 132911 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-a05c24af-ea37-4bdc-bb0f-2389ed0cbfb8', 'content-length': '0', 'date': 'Tue, 13 Sep 2022 20:09:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-groups/03fc9c95-5fc0-4f11-9316-294c68fd26e5'} Body: b'' 2022-09-13 20:09:15,151 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.15:9696/networking/v2.0/security-groups/03fc9c95-5fc0-4f11-9316-294c68fd26e5 0.018s 2022-09-13 20:09:15,151 132911 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-b467dc3c-d119-4be8-ad8d-5b2d5a0e4d43', 'date': 'Tue, 13 Sep 2022 20:09:15 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-groups/03fc9c95-5fc0-4f11-9316-294c68fd26e5'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 03fc9c95-5fc0-4f11-9316-294c68fd26e5 does not exist", "detail": ""}}' 2022-09-13 20:09:15,819 132911 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.15:9696/networking/v2.0/floatingips/300959cc-7b4b-41ed-8a69-593e250de278 0.667s 2022-09-13 20:09:15,820 132911 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-fdab31da-e456-499e-96e0-a7669f1dff4e', 'content-length': '0', 'date': 'Tue, 13 Sep 2022 20:09:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/floatingips/300959cc-7b4b-41ed-8a69-593e250de278'} 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 2776db1b-f3ff-45fb-92ce-eba7ef398038 failed to reach available status (current creating) within the required time (360 s). |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 1 | 1 | 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:'': {{{ 2022-09-13 19:50:24,862 132925 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-09-13 19:50:24,862 132925 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-09-13 19:50:25,300 132925 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.15/compute/v2.1/os-keypairs 0.435s 2022-09-13 19:50:25,301 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-17006654", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPhk5QkjDEFKToZRdcGVw+Ozbt8tX3yG7kfEVk+Xr7sQeWLSeQFeDhwpgsX/f/9ZAnjdu4Za/e8k/cI8WDDve3GkoWxjYZBd0i1zO/1MDyO8I1VdA0cyq8lEPOymA3iuQ=="}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '384', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-524bbae4-f9d5-477d-9945-e6f9bf617b5a', 'x-compute-request-id': 'req-524bbae4-f9d5-477d-9945-e6f9bf617b5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-17006654", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPhk5QkjDEFKToZRdcGVw+Ozbt8tX3yG7kfEVk+Xr7sQeWLSeQFeDhwpgsX/f/9ZAnjdu4Za/e8k/cI8WDDve3GkoWxjYZBd0i1zO/1MDyO8I1VdA0cyq8lEPOymA3iuQ==", "fingerprint": "9f:86:7b:0c:a7:82:ee:d0:5a:da:f6:7b:b1:8d:40:0e", "user_id": "91a5130420764ac78383961d7665a964"}}' 2022-09-13 19:50:25,305 132925 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-17006654 created 2022-09-13 19:50:25,534 132925 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/security-groups 0.228s 2022-09-13 19:50:25,534 132925 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--1943759668", "description": "tempest-description--2059757071"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-f260ac7d-de78-4730-b1f8-bd88dc76f1f1', 'date': 'Tue, 13 Sep 2022 19:50:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "63890187-3550-4663-9557-3401546cc66a", "name": "tempest-securitygroup--1943759668", "stateful": true, "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "description": "tempest-description--2059757071", "shared": false, "security_group_rules": [{"id": "09d28778-937c-4ad2-b42a-83681b82216e", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "security_group_id": "63890187-3550-4663-9557-3401546cc66a", "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": 82, "description": null, "tags": [], "created_at": "2022-09-13T19:50:25Z", "updated_at": "2022-09-13T19:50:25Z", "revision_number": 0, "project_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}, {"id": "b8d989e7-aa43-400f-8d9a-dd43d876fc7f", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "security_group_id": "63890187-3550-4663-9557-3401546cc66a", "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": 83, "description": null, "tags": [], "created_at": "2022-09-13T19:50:25Z", "updated_at": "2022-09-13T19:50:25Z", "revision_number": 0, "project_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}], "tags": [], "created_at": "2022-09-13T19:50:25Z", "updated_at": "2022-09-13T19:50:25Z", "revision_number": 1, "project_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:50:26,602 132925 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/security-group-rules 1.067s 2022-09-13 19:50:26,602 132925 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": "63890187-3550-4663-9557-3401546cc66a", "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-b1c1f004-cb7c-4bcb-b4e4-9d8b6df8bde3', 'date': 'Tue, 13 Sep 2022 19:50:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0d84d9c4-da5c-4a19-9aa2-e0d660986092", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "security_group_id": "63890187-3550-4663-9557-3401546cc66a", "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": "2022-09-13T19:50:26Z", "updated_at": "2022-09-13T19:50:26Z", "revision_number": 0, "project_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:50:26,997 132925 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/security-group-rules 0.394s 2022-09-13 19:50:26,998 132925 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": "63890187-3550-4663-9557-3401546cc66a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e39f419b-1f7b-41aa-9d63-918c9593280f', 'date': 'Tue, 13 Sep 2022 19:50:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b3d399a9-168e-4a7d-aa56-61ee37224493", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "security_group_id": "63890187-3550-4663-9557-3401546cc66a", "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": "2022-09-13T19:50:26Z", "updated_at": "2022-09-13T19:50:26Z", "revision_number": 0, "project_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:50:26,998 132925 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1943759668 created 2022-09-13 19:50:29,156 132925 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/floatingips 2.157s 2022-09-13 19:50:29,156 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-af151efe-6f99-419a-bd05-199f67414b25', 'date': 'Tue, 13 Sep 2022 19:50:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6eb3bba4-68b7-4635-a2e4-d565b8cb2f2c", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "floating_ip_address": "172.27.1.150", "floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "description": "", "port_details": null, "tags": [], "created_at": "2022-09-13T19:50:28Z", "updated_at": "2022-09-13T19:50:28Z", "revision_number": 0}}' 2022-09-13 19:50:29,157 132925 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6eb3bba4-68b7-4635-a2e4-d565b8cb2f2c', 'tenant_id': 'b6912d8a0f544d9d9b2d9b1d1048952d', 'floating_ip_address': '172.27.1.150', 'floating_network_id': 'd93365cd-e645-4ba4-bf8f-fa4009c5626b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b6912d8a0f544d9d9b2d9b1d1048952d', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-09-13T19:50:28Z', 'updated_at': '2022-09-13T19:50:28Z', 'revision_number': 0, 'ip': '172.27.1.150'} created 2022-09-13 19:50:29,349 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.222.0.15/identity/v3/auth/tokens 0.186s 2022-09-13 19:50:29,349 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8fe036b4-1bab-4c12-8a3e-ac693c7bf8e7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "91a5130420764ac78383961d7665a964", "name": "tempest-AttachVolumeTestJSON-351906485-project", "password_expires_at": null}, "audit_ids": ["CsryaUD9QFmOdiJNIGY3_Q"], "expires_at": "2022-09-13T20:50:29.000000Z", "issued_at": "2022-09-13T19:50:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6912d8a0f544d9d9b2d9b1d1048952d", "name": "tempest-AttachVolumeTestJSON-351906485"}, "is_domain": false, "roles": [{"id": "284c674552164365ab075b703005206e", "name": "reader"}, {"id": "61f630f0ba254ac5bb25aa078b9876a0", "name": "member"}], "catalog": [{"endpoints": [{"id": "590814988f4f4204bdf29274a867e2f9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/placement", "region": "RegionOne"}], "id": "3f8a169ba5024ec9bccd7184ae6f3e19", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "b1d49843783a40cc890bf1885dae7343", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/compute/v2.1", "region": "RegionOne"}], "id": "71ba4eee202240db831a28978e1523aa", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "98c6e608710b45d89ef8fc15a9dc6cf1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d", "region": "RegionOne"}], "id": "80c9eed50cdb49f2947ade8463843a35", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0a751deecf334506b94ab929ca72ae17", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15:8080/v1/AUTH_b6912d8a0f544d9d9b2d9b1d1048952d", "region": "RegionOne"}, {"id": "8ab6c4ae578a4b9bafda34f9e43093e6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.15:8080", "region": "RegionOne"}], "id": "9cfff7ff45a9483184584e566736811d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "17e06d97f8804ea3bed32e185e577b09", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/compute/v2/b6912d8a0f544d9d9b2d9b1d1048952d", "region": "RegionOne"}], "id": "a1d4c774bc8a4686a317b951bdb4b789", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "58218a0674cc4045aa1a10feb2ed6c44", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d", "region": "RegionOne"}], "id": "c843e5dceb57488f8fd30c74ef2774af", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2e3116e760b54a34829b2306742f7df2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/image", "region": "RegionOne"}], "id": "d0c1fa45597944de88ead08e9bda7c21", "type": "image", "name": "glance"}, {"endpoints": [{"id": "4cd9e8bfee13415b85d53fdfa174c8e1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15:9696/networking", "region": "RegionOne"}], "id": "d215968803a540b1ad070ae208611700", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e72af39ddab34a478bd576c465b9a328", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/identity", "region": "RegionOne"}], "id": "f0dee672df3d441da51dc40106ea925f", "type": "identity", "name": "keystone"}]}}' 2022-09-13 19:50:29,350 132925 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '54b2ac05-16f4-453c-82f0-d26d89cd4a0e', 'name': 'tempest-AttachVolumeTestJSON-174868896-network', 'tenant_id': 'b6912d8a0f544d9d9b2d9b1d1048952d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b6912d8a0f544d9d9b2d9b1d1048952d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 373, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-09-13T19:50:16Z', 'updated_at': '2022-09-13T19:50:17Z', 'revision_number': 1} available for tenant 2022-09-13 19:50:29,350 132925 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-17006654', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPhk5QkjDEFKToZRdcGVw+Ozbt8tX3yG7kfEVk+Xr7sQeWLSeQFeDhwpgsX/f/9ZAnjdu4Za/e8k/cI8WDDve3GkoWxjYZBd0i1zO/1MDyO8I1VdA0cyq8lEPOymA3iuQ==', 'fingerprint': '9f:86:7b:0c:a7:82:ee:d0:5a:da:f6:7b:b1:8d:40:0e', 'user_id': '91a5130420764ac78383961d7665a964', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBdvBOMzhzXpcOYzu4IfuAfyGyitCyBVnf1ZEjtVyrIIYqQPQgK3CUW\nbiNbzdxWsOWgBwYFK4EEACKhZANiAART4ZOUJIwxBSk6GUXXBlcPjs27fLV98hu5\nHxFZPl6+7EHli0nkBXg4cKYLF/3//WQJ43buGWv3vJP3CPFgw73txpKFsY2GQXdI\ntczv9TA8jvCNVXQNHMqvJRDzspgN4rk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '63890187-3550-4663-9557-3401546cc66a', 'name': 'tempest-securitygroup--1943759668', 'stateful': True, 'tenant_id': 'b6912d8a0f544d9d9b2d9b1d1048952d', 'description': 'tempest-description--2059757071', 'shared': False, 'security_group_rules': [{'id': '09d28778-937c-4ad2-b42a-83681b82216e', 'tenant_id': 'b6912d8a0f544d9d9b2d9b1d1048952d', 'security_group_id': '63890187-3550-4663-9557-3401546cc66a', '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': 82, 'description': None, 'tags': [], 'created_at': '2022-09-13T19:50:25Z', 'updated_at': '2022-09-13T19:50:25Z', 'revision_number': 0, 'project_id': 'b6912d8a0f544d9d9b2d9b1d1048952d'}, {'id': 'b8d989e7-aa43-400f-8d9a-dd43d876fc7f', 'tenant_id': 'b6912d8a0f544d9d9b2d9b1d1048952d', 'security_group_id': '63890187-3550-4663-9557-3401546cc66a', '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': 83, 'description': None, 'tags': [], 'created_at': '2022-09-13T19:50:25Z', 'updated_at': '2022-09-13T19:50:25Z', 'revision_number': 0, 'project_id': 'b6912d8a0f544d9d9b2d9b1d1048952d'}], 'tags': [], 'created_at': '2022-09-13T19:50:25Z', 'updated_at': '2022-09-13T19:50:25Z', 'revision_number': 1, 'project_id': 'b6912d8a0f544d9d9b2d9b1d1048952d'}, 'floating_ip': {'id': '6eb3bba4-68b7-4635-a2e4-d565b8cb2f2c', 'tenant_id': 'b6912d8a0f544d9d9b2d9b1d1048952d', 'floating_ip_address': '172.27.1.150', 'floating_network_id': 'd93365cd-e645-4ba4-bf8f-fa4009c5626b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b6912d8a0f544d9d9b2d9b1d1048952d', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-09-13T19:50:28Z', 'updated_at': '2022-09-13T19:50:28Z', 'revision_number': 0, 'ip': '172.27.1.150'}} 2022-09-13 19:50:31,646 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.15/compute/v2.1/servers 2.295s 2022-09-13 19:50:31,647 132925 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-1521463524", "imageRef": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "54b2ac05-16f4-453c-82f0-d26d89cd4a0e"}], "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "key_name": "tempest-keypair-17006654", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-626590d3-7bfe-4da8-8908-ddb3f6804bcf', 'x-compute-request-id': 'req-626590d3-7bfe-4da8-8908-ddb3f6804bcf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/compute/v2.1/servers'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "adminPass": "password"}}' 2022-09-13 19:50:31,914 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.262s 2022-09-13 19:50:31,914 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:31 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-f36934b5-03d0-4d17-a3d8-fff7b8a0b1f9', 'x-compute-request-id': 'req-f36934b5-03d0-4d17-a3d8-fff7b8a0b1f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:32Z", "updated": "2022-09-13T19:50:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-17006654", "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": []}}' 2022-09-13 19:50:33,140 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.210s 2022-09-13 19:50:33,140 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:32 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-6066997a-480b-4863-810f-7c005220bde4', 'x-compute-request-id': 'req-6066997a-480b-4863-810f-7c005220bde4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:32Z", "updated": "2022-09-13T19:50:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-17006654", "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": []}}' 2022-09-13 19:50:34,562 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.408s 2022-09-13 19:50:34,563 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9472157-929d-4688-a326-1d8e4b9aee5d', 'x-compute-request-id': 'req-c9472157-929d-4688-a326-1d8e4b9aee5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:50:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "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": []}}' 2022-09-13 19:50:36,222 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.643s 2022-09-13 19:50:36,222 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1296', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94771693-66b9-4f86-8f2c-828c1e65ce33', 'x-compute-request-id': 'req-94771693-66b9-4f86-8f2c-828c1e65ce33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:50:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:50:36,237 132925 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 5 second wait 2022-09-13 19:50:38,148 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.909s 2022-09-13 19:50:38,148 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50: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-a5445bb5-93fc-47a7-99de-bbbbc4bb4502', 'x-compute-request-id': 'req-a5445bb5-93fc-47a7-99de-bbbbc4bb4502', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:50:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "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": []}}' 2022-09-13 19:50:38,162 132925 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait 2022-09-13 19:50:41,331 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 2.167s 2022-09-13 19:50:41,332 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:39 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-3f9fb892-17c9-4da6-b081-fc99d17337c2', 'x-compute-request-id': 'req-3f9fb892-17c9-4da6-b081-fc99d17337c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:50:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:50:45,656 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 3.306s 2022-09-13 19:50:45,659 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:42 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-62c730dc-338c-4ea6-807b-260d67b25e82', 'x-compute-request-id': 'req-62c730dc-338c-4ea6-807b-260d67b25e82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:50:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:50:48,497 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 1.817s 2022-09-13 19:50:48,497 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:46 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-b72a8098-bf7e-4ef0-92fb-94159d86356a', 'x-compute-request-id': 'req-b72a8098-bf7e-4ef0-92fb-94159d86356a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:50:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:50:51,235 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 1.719s 2022-09-13 19:50:51,235 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50: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-39715c43-5cf0-4b2c-9b2c-e5ca4a9f4f6f', 'x-compute-request-id': 'req-39715c43-5cf0-4b2c-9b2c-e5ca4a9f4f6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:50:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:50:52,605 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.351s 2022-09-13 19:50:52,606 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50: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-7ffc0f84-7fb8-4223-ac75-aeed7806c8aa', 'x-compute-request-id': 'req-7ffc0f84-7fb8-4223-ac75-aeed7806c8aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:50:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:50:53,859 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.239s 2022-09-13 19:50:53,860 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50: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-20416886-4bb6-4a39-8773-9242d6f3bf29', 'x-compute-request-id': 'req-20416886-4bb6-4a39-8773-9242d6f3bf29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:50:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:50:55,289 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.415s 2022-09-13 19:50:55,289 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50: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-90713bc8-656b-4f63-b6d4-ef1b0494d085', 'x-compute-request-id': 'req-90713bc8-656b-4f63-b6d4-ef1b0494d085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:50:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:50:56,479 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.174s 2022-09-13 19:50:56,479 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:56 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-f8935a41-09e5-455f-8ee4-c542c9756c4a', 'x-compute-request-id': 'req-f8935a41-09e5-455f-8ee4-c542c9756c4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:50:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:50:57,721 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.227s 2022-09-13 19:50:57,721 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:57 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-8f0f7481-fdff-4a23-a871-51f47746a913', 'x-compute-request-id': 'req-8f0f7481-fdff-4a23-a871-51f47746a913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:50:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:50:58,978 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.241s 2022-09-13 19:50:58,978 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:58 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-3f040cf6-612c-4a54-81e8-db4460e67ece', 'x-compute-request-id': 'req-3f040cf6-612c-4a54-81e8-db4460e67ece', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:50:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:00,191 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.197s 2022-09-13 19:51:00,191 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:59 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-11fed17f-f2fe-4e58-9911-93373fa04ec2', 'x-compute-request-id': 'req-11fed17f-f2fe-4e58-9911-93373fa04ec2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:50:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:01,419 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.214s 2022-09-13 19:51:01,420 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:01 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-68a7ba30-5c11-438b-9d4e-1b5ae9afb6fc', 'x-compute-request-id': 'req-68a7ba30-5c11-438b-9d4e-1b5ae9afb6fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:50:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:02,691 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.255s 2022-09-13 19:51:02,691 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:02 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-80cb3c9e-b12d-46ea-a440-c62d58022b2a', 'x-compute-request-id': 'req-80cb3c9e-b12d-46ea-a440-c62d58022b2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:50:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:04,313 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.598s 2022-09-13 19:51:04,313 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:03 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-0ebb38d0-6633-48a0-b4b9-8a2fda1cfe68', 'x-compute-request-id': 'req-0ebb38d0-6633-48a0-b4b9-8a2fda1cfe68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:50:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:05,864 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.531s 2022-09-13 19:51:05,864 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:05 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-63716483-60fc-43c1-85ac-d15c5cf11ba5', 'x-compute-request-id': 'req-63716483-60fc-43c1-85ac-d15c5cf11ba5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:07,676 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.796s 2022-09-13 19:51:07,676 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:06 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-3e6811b8-0a5c-43f6-bc8a-a1678d4f5f0c', 'x-compute-request-id': 'req-3e6811b8-0a5c-43f6-bc8a-a1678d4f5f0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:09,012 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.321s 2022-09-13 19:51:09,012 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:08 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-32ab7ac4-d898-42f1-801a-7019f88a7bb0', 'x-compute-request-id': 'req-32ab7ac4-d898-42f1-801a-7019f88a7bb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:10,279 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.251s 2022-09-13 19:51:10,279 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:10 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-bb975f13-fdca-4b7b-bb82-aaf5bb1b08f2', 'x-compute-request-id': 'req-bb975f13-fdca-4b7b-bb82-aaf5bb1b08f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "BUILD", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:11,592 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.289s 2022-09-13 19:51:11,592 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:11 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-c8cce3d7-32ad-40b7-bc57-278fbf804f8e', 'x-compute-request-id': 'req-c8cce3d7-32ad-40b7-bc57-278fbf804f8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:51:10Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:11,610 132925 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 40 second wait 2022-09-13 19:51:11,832 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-interface 0.221s 2022-09-13 19:51:11,832 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:11 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-1bf5af5f-9dc6-4386-8571-c0f7899f98f1', 'x-compute-request-id': 'req-1bf5af5f-9dc6-4386-8571-c0f7899f98f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "54b2ac05-16f4-453c-82f0-d26d89cd4a0e", "port_id": "ed5d740f-acca-4f75-8ba7-cdde8af8b525", "mac_addr": "fa:16:3e:a3:6b:45", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b645161a-4c72-4c71-b81b-3dd744e5a078", "ip_address": "172.20.0.13"}]}]}' 2022-09-13 19:51:13,554 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.222.0.15:9696/networking/v2.0/floatingips/6eb3bba4-68b7-4635-a2e4-d565b8cb2f2c 1.718s 2022-09-13 19:51:13,555 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "ed5d740f-acca-4f75-8ba7-cdde8af8b525"}} Response - Headers: {'content-type': 'application/json', 'content-length': '798', 'x-openstack-request-id': 'req-f7411d83-f085-42df-add7-27e4b06faec4', 'date': 'Tue, 13 Sep 2022 19:51:13 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/floatingips/6eb3bba4-68b7-4635-a2e4-d565b8cb2f2c'} Body: b'{"floatingip": {"id": "6eb3bba4-68b7-4635-a2e4-d565b8cb2f2c", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "floating_ip_address": "172.27.1.150", "floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b", "router_id": "4b122c00-66a6-449b-b98f-2ac6498d0486", "port_id": "ed5d740f-acca-4f75-8ba7-cdde8af8b525", "fixed_ip_address": "172.20.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "54b2ac05-16f4-453c-82f0-d26d89cd4a0e", "mac_address": "fa:16:3e:a3:6b:45", "admin_state_up": true, "status": "ACTIVE", "device_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-09-13T19:50:28Z", "updated_at": "2022-09-13T19:51:12Z", "revision_number": 1, "project_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:51:13,556 132925 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.150:22' as 'ubuntu' with public key authentication 2022-09-13 19:51:18,350 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 1. Retry after 2 seconds. 2022-09-13 19:51:23,914 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 2. Retry after 3 seconds. 2022-09-13 19:51:30,473 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 3. Retry after 4 seconds. 2022-09-13 19:51:38,058 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 4. Retry after 5 seconds. 2022-09-13 19:51:46,634 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 5. Retry after 6 seconds. 2022-09-13 19:51:56,201 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 6. Retry after 7 seconds. 2022-09-13 19:52:06,762 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 7. Retry after 8 seconds. 2022-09-13 19:52:18,346 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 8. Retry after 9 seconds. 2022-09-13 19:52:30,922 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 9. Retry after 10 seconds. 2022-09-13 19:52:44,490 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 10. Retry after 11 seconds. 2022-09-13 19:52:56,000 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 11. Retry after 12 seconds. 2022-09-13 19:53:08,515 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 12. Retry after 13 seconds. 2022-09-13 19:53:22,027 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 13. Retry after 14 seconds. 2022-09-13 19:53:36,543 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 14. Retry after 15 seconds. 2022-09-13 19:53:52,059 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 15. Retry after 16 seconds. 2022-09-13 19:54:08,640 132925 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-09-13 19:54:09,027 132925 INFO [paramiko.transport] Authentication (publickey) successful! 2022-09-13 19:54:09,027 132925 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.150 successfully created 2022-09-13 19:54:09,072 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/ips 0.044s 2022-09-13 19:54:09,072 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:09 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-6af0ed72-cde6-496e-a651-8ddbcfc7b331', 'x-compute-request-id': 'req-6af0ed72-cde6-496e-a651-8ddbcfc7b331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13"}, {"version": 4, "addr": "172.27.1.150"}]}}' 2022-09-13 19:54:09,076 132925 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.150:22' as 'ubuntu' with public key authentication 2022-09-13 19:54:09,103 132925 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-09-13 19:54:09,292 132925 INFO [paramiko.transport] Authentication (publickey) successful! 2022-09-13 19:54:09,292 132925 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.150 successfully created 2022-09-13 19:54:09,293 132925 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2022-09-13 19:54:09,293 132925 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.150:22' as 'ubuntu' with public key authentication 2022-09-13 19:54:09,329 132925 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-09-13 19:54:09,467 132925 INFO [paramiko.transport] Authentication (publickey) successful! 2022-09-13 19:54:09,467 132925 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.150 successfully created 2022-09-13 19:54:11,716 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes 0.250s 2022-09-13 19:54:11,716 132925 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-2030598037"}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94f7ca30-008e-4115-99f4-721792f326ca', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94f7ca30-008e-4115-99f4-721792f326ca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:11.651883", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-09-13 19:54:11,767 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.039s 2022-09-13 19:54:11,768 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e6db3cf-fc43-4002-9871-2479ca655583', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e6db3cf-fc43-4002-9871-2479ca655583', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:54:12,821 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.039s 2022-09-13 19:54:12,821 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60918e90-927d-4fa2-b757-fd403277574e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60918e90-927d-4fa2-b757-fd403277574e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:54:12.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:54:13,881 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 19:54:13,881 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e78904f7-edf3-4f4c-9912-48f0a67266da', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e78904f7-edf3-4f4c-9912-48f0a67266da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:54:14.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:54:13,894 132925 INFO [tempest.common.waiters] volume 467fd515-b223-4e82-a121-973978d0d065 reached available after waiting for 2.894588 seconds 2022-09-13 19:54:14,224 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.329s 2022-09-13 19:54:14,224 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "467fd515-b223-4e82-a121-973978d0d065"}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:13 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-b52ed6db-91ee-4e5c-8f24-718cc035c075', 'x-compute-request-id': 'req-b52ed6db-91ee-4e5c-8f24-718cc035c075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "device": "/dev/sdb"}}' 2022-09-13 19:54:14,273 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 19:54:14,273 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd26af00-20c8-4b62-8d0b-1bfe749f8fa1', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd26af00-20c8-4b62-8d0b-1bfe749f8fa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:54:14.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:54:15,362 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.076s 2022-09-13 19:54:15,363 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b884a608-9e2d-488e-a953-b08455a66fb5', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b884a608-9e2d-488e-a953-b08455a66fb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:54:15.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:54:16,423 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 19:54:16,423 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6590539-814b-49c7-b24a-3badfbe39ac7', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6590539-814b-49c7-b24a-3badfbe39ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:54:15.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:54:17,480 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:54:17,480 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf098e63-4325-4e7f-8ff7-fc523cc02029', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf098e63-4325-4e7f-8ff7-fc523cc02029', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:54:15.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:54:18,538 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 19:54:18,539 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e122f564-52c0-4c7b-bf38-71293acccacc', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e122f564-52c0-4c7b-bf38-71293acccacc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:54:15.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:54:19,597 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:54:19,597 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8088e6d9-5d83-46cb-a062-032e992ab15c', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8088e6d9-5d83-46cb-a062-032e992ab15c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:54:15.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:54:20,654 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:54:20,655 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc35405f-4a6b-4f60-bf50-04512580cabc', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc35405f-4a6b-4f60-bf50-04512580cabc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:54:15.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:54:21,713 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 19:54:21,714 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a0b55f6-3f99-4fe6-8b53-37c02a89e1a3', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a0b55f6-3f99-4fe6-8b53-37c02a89e1a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:54:15.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:54:22,771 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:54:22,771 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe01b2e9-7bf6-49cb-a527-4de250c4e182', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe01b2e9-7bf6-49cb-a527-4de250c4e182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:54:15.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:54:23,834 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.048s 2022-09-13 19:54:23,834 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e24de69-4a38-465d-9631-a7c67a9e4b58', 'content-length': '1205', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e24de69-4a38-465d-9631-a7c67a9e4b58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:54:23.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:54:23,847 132925 INFO [tempest.common.waiters] Attachment 893e5c45-6674-4e0e-8e52-df5aa0fbeac3 created for volume 467fd515-b223-4e82-a121-973978d0d065 to server 48077174-95e1-4274-a8b9-afad8b711a8a after waiting for 9.846994 seconds 2022-09-13 19:54:23,896 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.049s 2022-09-13 19:54:23,897 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d0c69a9-4443-45f3-bbd9-c05b91c7cb90', 'content-length': '1205', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d0c69a9-4443-45f3-bbd9-c05b91c7cb90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:54:23.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:54:23,910 132925 INFO [tempest.common.waiters] volume 467fd515-b223-4e82-a121-973978d0d065 reached in-use after waiting for 0.910490 seconds 2022-09-13 19:54:24,037 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/action 0.126s 2022-09-13 19:54:24,037 132925 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, 13 Sep 2022 19:54: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-a7ee3113-ed94-48d0-9274-7ca7d0d2a43d', 'x-compute-request-id': 'req-a7ee3113-ed94-48d0-9274-7ca7d0d2a43d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/action'} Body: b'' 2022-09-13 19:54:24,203 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.165s 2022-09-13 19:54:24,204 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9de15a87-664b-4c12-9ef3-07c200aa5c3f', 'x-compute-request-id': 'req-9de15a87-664b-4c12-9ef3-07c200aa5c3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:24Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:25,374 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.155s 2022-09-13 19:54:25,374 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfff7011-98be-4584-8564-5330efe19ee7', 'x-compute-request-id': 'req-dfff7011-98be-4584-8564-5330efe19ee7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:24Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:26,544 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.154s 2022-09-13 19:54:26,544 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02a75b68-aeb4-46d7-b5a3-4c7d3adfef0a', 'x-compute-request-id': 'req-02a75b68-aeb4-46d7-b5a3-4c7d3adfef0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:24Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:27,728 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.168s 2022-09-13 19:54:27,728 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8902365a-e743-444c-ab68-f1ffc77e99c0', 'x-compute-request-id': 'req-8902365a-e743-444c-ab68-f1ffc77e99c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:24Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:28,900 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.158s 2022-09-13 19:54:28,900 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e43b660-33a2-4bfb-b7c4-034bbb2ba000', 'x-compute-request-id': 'req-4e43b660-33a2-4bfb-b7c4-034bbb2ba000', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:24Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:30,070 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.154s 2022-09-13 19:54:30,070 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebb66a39-bad9-423f-a39e-b5115293908e', 'x-compute-request-id': 'req-ebb66a39-bad9-423f-a39e-b5115293908e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:24Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:31,237 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.151s 2022-09-13 19:54:31,237 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6e5a7d4-d284-4579-ba63-dca2c5d93ba8', 'x-compute-request-id': 'req-d6e5a7d4-d284-4579-ba63-dca2c5d93ba8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:24Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:32,403 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.150s 2022-09-13 19:54:32,403 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29b0a601-9339-4d0e-8455-1e0f40377870', 'x-compute-request-id': 'req-29b0a601-9339-4d0e-8455-1e0f40377870', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:24Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:33,573 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.155s 2022-09-13 19:54:33,573 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79340850-3b59-405a-883c-0f231c14f6f0', 'x-compute-request-id': 'req-79340850-3b59-405a-883c-0f231c14f6f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:24Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:34,739 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.151s 2022-09-13 19:54:34,740 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b29d110-e74e-44fa-a28a-dc8470f0e572', 'x-compute-request-id': 'req-3b29d110-e74e-44fa-a28a-dc8470f0e572', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:24Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:35,913 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.158s 2022-09-13 19:54:35,913 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-635572cf-6d7a-4d85-ae39-22982e07325e', 'x-compute-request-id': 'req-635572cf-6d7a-4d85-ae39-22982e07325e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:24Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:37,093 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.164s 2022-09-13 19:54:37,093 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62c213b1-92d4-4fb8-ba7f-c27b17bb2e85', 'x-compute-request-id': 'req-62c213b1-92d4-4fb8-ba7f-c27b17bb2e85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:24Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:38,271 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.164s 2022-09-13 19:54:38,272 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9edcd630-49fe-4098-9627-6b9f831df87d', 'x-compute-request-id': 'req-9edcd630-49fe-4098-9627-6b9f831df87d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:24Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:39,442 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.154s 2022-09-13 19:54:39,442 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88b97cb4-f58e-4d43-8d0b-fe7fe7a34a6d', 'x-compute-request-id': 'req-88b97cb4-f58e-4d43-8d0b-fe7fe7a34a6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:24Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:40,618 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.160s 2022-09-13 19:54:40,618 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fcf0a23-af46-47a5-bfc1-5e30e192941e', 'x-compute-request-id': 'req-2fcf0a23-af46-47a5-bfc1-5e30e192941e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:24Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:41,790 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.156s 2022-09-13 19:54:41,790 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1fb2f0f-4bcb-420e-8746-5ad693c3da17', 'x-compute-request-id': 'req-b1fb2f0f-4bcb-420e-8746-5ad693c3da17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:24Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:42,959 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.154s 2022-09-13 19:54:42,959 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71e33ef7-a6fe-4b04-b6ce-f0b2b97325e8', 'x-compute-request-id': 'req-71e33ef7-a6fe-4b04-b6ce-f0b2b97325e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:24Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:44,133 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.159s 2022-09-13 19:54:44,133 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1700', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49a430fd-635a-4a35-9837-21841e12dc29', 'x-compute-request-id': 'req-49a430fd-635a-4a35-9837-21841e12dc29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "SHUTOFF", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:43Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:44,149 132925 INFO [tempest.common.waiters] State transition "ACTIVE/powering-off" ==> "SHUTOFF/None" after 20 second wait 2022-09-13 19:54:44,270 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/action 0.121s 2022-09-13 19:54:44,271 132925 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, 13 Sep 2022 19:54: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-d3ebeb5a-50d3-4259-969c-cfaba65abf0e', 'x-compute-request-id': 'req-d3ebeb5a-50d3-4259-969c-cfaba65abf0e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/action'} Body: b'' 2022-09-13 19:54:44,427 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.155s 2022-09-13 19:54:44,427 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1709', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcc8aadc-14cb-484f-a00a-052bdceda799', 'x-compute-request-id': 'req-dcc8aadc-14cb-484f-a00a-052bdceda799', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "SHUTOFF", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:44Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:45,620 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.178s 2022-09-13 19:54:45,620 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1709', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f73cb09-bbaa-49bf-acd9-233556a1ec31', 'x-compute-request-id': 'req-7f73cb09-bbaa-49bf-acd9-233556a1ec31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "SHUTOFF", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:44Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:46,895 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.260s 2022-09-13 19:54:46,895 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1713', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-969d5670-a1e6-4a68-a6a4-82236f5bf364', 'x-compute-request-id': 'req-969d5670-a1e6-4a68-a6a4-82236f5bf364', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T19:54:46Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 19:54:46,911 132925 INFO [tempest.common.waiters] State transition "SHUTOFF/powering-on" ==> "ACTIVE/None" after 2 second wait 2022-09-13 19:54:46,911 132925 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2022-09-13 19:54:46,912 132925 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.150:22' as 'ubuntu' with public key authentication 2022-09-13 19:55:05,354 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 1. Retry after 2 seconds. 2022-09-13 19:55:10,922 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 2. Retry after 3 seconds. 2022-09-13 19:55:17,481 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 3. Retry after 4 seconds. 2022-09-13 19:55:25,065 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 4. Retry after 5 seconds. 2022-09-13 19:55:33,641 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 5. Retry after 6 seconds. 2022-09-13 19:55:40,148 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 6. Retry after 7 seconds. 2022-09-13 19:55:47,654 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 7. Retry after 8 seconds. 2022-09-13 19:55:56,161 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 8. Retry after 9 seconds. 2022-09-13 19:56:05,671 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 9. Retry after 10 seconds. 2022-09-13 19:56:16,197 132925 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.150 ([Errno None] Unable to connect to port 22 on 172.27.1.150). Number attempts: 10. Retry after 11 seconds. 2022-09-13 19:56:27,721 132925 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-09-13 19:56:27,858 132925 INFO [paramiko.transport] Authentication (publickey) successful! 2022-09-13 19:56:27,858 132925 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.150 successfully created 2022-09-13 19:56:28,632 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 DELETE http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments/467fd515-b223-4e82-a121-973978d0d065 0.350s 2022-09-13 19:56:28,632 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:28 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-52ec3d66-f366-4e77-a055-0245a2b05598', 'x-compute-request-id': 'req-52ec3d66-f366-4e77-a055-0245a2b05598', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments/467fd515-b223-4e82-a121-973978d0d065'} Body: b'' 2022-09-13 19:56:28,678 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 19:56:28,678 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-597c5806-6fc1-4143-be99-6ef0d2eb8bb4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-597c5806-6fc1-4143-be99-6ef0d2eb8bb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:29,734 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:56:29,735 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33ffeca4-5026-43fe-a128-7ff483044d9c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33ffeca4-5026-43fe-a128-7ff483044d9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:30,795 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 19:56:30,795 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9995996-8575-4433-9d13-1826d65a611c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9995996-8575-4433-9d13-1826d65a611c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:31,853 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:56:31,853 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdc246e6-b2e8-4760-b2d6-881b874722fa', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdc246e6-b2e8-4760-b2d6-881b874722fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:32,909 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.041s 2022-09-13 19:56:32,910 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21daa210-1ed0-4b3b-acc5-26f83d4e7e42', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21daa210-1ed0-4b3b-acc5-26f83d4e7e42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:33,969 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 19:56:33,970 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6b62774-08bc-4217-bb2f-9eda33883843', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6b62774-08bc-4217-bb2f-9eda33883843', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:35,028 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 19:56:35,029 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93caeb38-0154-49a4-9e24-37df8d6a0efa', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93caeb38-0154-49a4-9e24-37df8d6a0efa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:36,085 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:56:36,086 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e7bf283-1389-4245-9e7a-764d5caf6662', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e7bf283-1389-4245-9e7a-764d5caf6662', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:37,144 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:56:37,144 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-283ba1fe-c380-4424-8232-0bd6497c385b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-283ba1fe-c380-4424-8232-0bd6497c385b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:38,199 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:56:38,199 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3f9f879-dc9b-431b-bbe7-064c81421747', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3f9f879-dc9b-431b-bbe7-064c81421747', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:39,255 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:56:39,255 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73e996d3-6370-4647-8809-f1036f8e05d1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73e996d3-6370-4647-8809-f1036f8e05d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:40,313 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:56:40,313 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d828150-b038-4dbf-af04-7397e66d5db0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d828150-b038-4dbf-af04-7397e66d5db0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:41,369 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:56:41,369 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c2be3d8-ba16-4f65-bc62-2c819fd293e1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c2be3d8-ba16-4f65-bc62-2c819fd293e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:42,426 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:56:42,427 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5019afb9-2c75-40a5-b369-7683006fa911', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5019afb9-2c75-40a5-b369-7683006fa911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:43,485 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 19:56:43,485 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0efd439b-40da-4a71-a7a5-f185418d65ea', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0efd439b-40da-4a71-a7a5-f185418d65ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:44,543 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:56:44,543 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d9c1592-afb6-43ef-b2ff-7d25940e8dbc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d9c1592-afb6-43ef-b2ff-7d25940e8dbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:45,601 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:56:45,601 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d16d0b23-3c93-471f-893b-e135d65b1f94', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d16d0b23-3c93-471f-893b-e135d65b1f94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:46,658 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:56:46,659 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a7b71d3-e9b1-4ffa-a38f-52dac001f41a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a7b71d3-e9b1-4ffa-a38f-52dac001f41a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:47,717 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:56:47,717 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e390d62d-a03d-42cd-a86c-937eb726f48e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e390d62d-a03d-42cd-a86c-937eb726f48e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:48,774 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:56:48,774 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19fc6074-2703-41f6-9226-1961917f624d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19fc6074-2703-41f6-9226-1961917f624d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:49,829 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.041s 2022-09-13 19:56:49,830 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df0117eb-b0fe-4324-9a1f-8522293d003b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df0117eb-b0fe-4324-9a1f-8522293d003b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:50,887 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:56:50,887 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cef742b-3bd8-42ab-a908-1e38330f610d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cef742b-3bd8-42ab-a908-1e38330f610d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:51,944 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:56:51,944 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47da0bfd-1cda-422a-b9bc-e96a53239fcd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47da0bfd-1cda-422a-b9bc-e96a53239fcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:53,001 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:56:53,002 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80c65794-8cce-4643-a5b4-a785ee44d1f7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80c65794-8cce-4643-a5b4-a785ee44d1f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:54,059 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:56:54,060 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06be3e2f-5a1b-45d8-b937-66e2115e8b68', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06be3e2f-5a1b-45d8-b937-66e2115e8b68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:55,116 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:56:55,117 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d6c1c90-6c43-4e90-8134-b0fef2880f47', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d6c1c90-6c43-4e90-8134-b0fef2880f47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:56,173 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:56:56,173 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84f72e48-99da-4b3e-b24e-7574bbf4ba6c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84f72e48-99da-4b3e-b24e-7574bbf4ba6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:57,229 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:56:57,230 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70c22e6e-d10c-42f7-941a-985baff2738f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70c22e6e-d10c-42f7-941a-985baff2738f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:58,287 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:56:58,288 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35e4813f-6801-4be0-ac4c-3ce7aea84efc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35e4813f-6801-4be0-ac4c-3ce7aea84efc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:56:59,343 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:56:59,344 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd3ee1e3-e2f1-4da9-a2c4-a3c17f9e72aa', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd3ee1e3-e2f1-4da9-a2c4-a3c17f9e72aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:00,403 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 19:57:00,403 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-824eaa47-ac05-4a45-a942-af7e51bcc741', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-824eaa47-ac05-4a45-a942-af7e51bcc741', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:01,468 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:57:01,468 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-833bead5-503d-4733-a6b4-2e0dd0a7d518', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-833bead5-503d-4733-a6b4-2e0dd0a7d518', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:02,525 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:57:02,526 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-212c94f5-3f44-47f9-8d9b-b82b28206f59', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-212c94f5-3f44-47f9-8d9b-b82b28206f59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:03,582 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:57:03,582 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc14fa9-993f-480b-ba60-adcb3302f954', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc14fa9-993f-480b-ba60-adcb3302f954', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:04,640 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:57:04,640 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1873e28f-8955-424c-9aa7-5602665226b3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1873e28f-8955-424c-9aa7-5602665226b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:05,697 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:57:05,697 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17fc75e1-9081-47fa-a327-08668e3ea36a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17fc75e1-9081-47fa-a327-08668e3ea36a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:06,752 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.041s 2022-09-13 19:57:06,752 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f8564c9-9eab-4208-a0ff-41f7ce3ec22b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f8564c9-9eab-4208-a0ff-41f7ce3ec22b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:07,811 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:57:07,811 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cacfe050-3ad4-4bb4-b29d-c56a100d9c68', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cacfe050-3ad4-4bb4-b29d-c56a100d9c68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:08,872 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.047s 2022-09-13 19:57:08,873 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-381a873b-a29f-4f42-8655-9121636967d3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-381a873b-a29f-4f42-8655-9121636967d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:09,929 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:57:09,929 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f654944d-98c4-4130-a974-bc6a718b64f7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f654944d-98c4-4130-a974-bc6a718b64f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:10,985 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:57:10,985 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bfc4233-865e-45ad-9c7b-8307ef098f08', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bfc4233-865e-45ad-9c7b-8307ef098f08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:12,042 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:57:12,042 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09641993-9897-432b-824b-1826e61df91a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09641993-9897-432b-824b-1826e61df91a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:13,099 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:57:13,099 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a87c0737-46b7-4cef-b300-0521dbcd3816', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a87c0737-46b7-4cef-b300-0521dbcd3816', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:14,157 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:57:14,157 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-440d7bae-e0e3-4498-b820-54e850425387', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-440d7bae-e0e3-4498-b820-54e850425387', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:15,213 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:57:15,213 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe4feb40-7dbd-48df-9cc7-f26ea6baf69e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe4feb40-7dbd-48df-9cc7-f26ea6baf69e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:16,271 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:57:16,271 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a546a03e-127d-43f9-8025-92d87f630163', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a546a03e-127d-43f9-8025-92d87f630163', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:17,332 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.047s 2022-09-13 19:57:17,332 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e13d83d3-8d40-4eeb-81c4-cbc9c666b0a2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e13d83d3-8d40-4eeb-81c4-cbc9c666b0a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:18,390 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:57:18,391 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6054d7d7-aa02-4c76-a33d-81b4f945ea42', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6054d7d7-aa02-4c76-a33d-81b4f945ea42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:19,448 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:57:19,448 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-607ce972-22d4-413e-8de3-c267ca5da5fd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-607ce972-22d4-413e-8de3-c267ca5da5fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:20,504 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:57:20,504 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74b0a4c6-98f3-447f-8413-b08535db1433', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74b0a4c6-98f3-447f-8413-b08535db1433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:21,562 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:57:21,562 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bd59082-2b79-4dab-8ef0-b55dd41efe17', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bd59082-2b79-4dab-8ef0-b55dd41efe17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:22,619 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:57:22,619 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-914840be-13a6-4e02-9c76-6ec8368ac074', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-914840be-13a6-4e02-9c76-6ec8368ac074', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:23,678 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:57:23,678 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9af8d131-6d1d-426b-b7f8-fddcaa5d87c6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9af8d131-6d1d-426b-b7f8-fddcaa5d87c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:24,736 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:57:24,737 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40233ba7-b8ac-449e-a2dd-fbf45dbf8644', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40233ba7-b8ac-449e-a2dd-fbf45dbf8644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:25,793 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:57:25,793 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c236b14-5922-407c-9f62-85bf46c5d83a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c236b14-5922-407c-9f62-85bf46c5d83a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:26,853 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 19:57:26,853 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b96c3f71-0747-4e6a-8db0-665897ee7d14', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b96c3f71-0747-4e6a-8db0-665897ee7d14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:27,913 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 19:57:27,913 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1348c89b-d179-47ae-8b4c-2be10a559887', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1348c89b-d179-47ae-8b4c-2be10a559887', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:28,970 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:57:28,971 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f65b354d-ce26-4029-ab7a-d5b25036b2d6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f65b354d-ce26-4029-ab7a-d5b25036b2d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:30,032 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 19:57:30,032 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c10eb44a-b89d-4ae3-b98b-7dea83f627d9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c10eb44a-b89d-4ae3-b98b-7dea83f627d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:31,088 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:57:31,088 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edba7afa-15d7-419d-ab96-dc43856d7b02', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edba7afa-15d7-419d-ab96-dc43856d7b02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:32,147 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 19:57:32,147 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2f9f7cf-ddf4-4b86-bf0f-0dbfa3b0cb58', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2f9f7cf-ddf4-4b86-bf0f-0dbfa3b0cb58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:33,213 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.052s 2022-09-13 19:57:33,213 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bce9837-f429-4df4-9a8b-a3ea4cdc6468', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bce9837-f429-4df4-9a8b-a3ea4cdc6468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:34,272 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:57:34,272 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be8c27ff-9e93-4c1c-8533-cb64fd001a2d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be8c27ff-9e93-4c1c-8533-cb64fd001a2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:35,329 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:57:35,329 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea177859-df5f-4039-978c-340f3143ffaf', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea177859-df5f-4039-978c-340f3143ffaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:36,387 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:57:36,387 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3581cef3-1b4b-452b-85ad-43cded13845b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3581cef3-1b4b-452b-85ad-43cded13845b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:37,444 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:57:37,444 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-451a4b26-ec9a-4441-b598-a2e8ecc254e7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-451a4b26-ec9a-4441-b598-a2e8ecc254e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:38,500 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:57:38,501 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3b49434-a7c5-43a1-8745-9194c92b1943', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3b49434-a7c5-43a1-8745-9194c92b1943', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:39,559 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:57:39,559 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-422d50bb-2803-4713-bb11-c68f15e17812', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-422d50bb-2803-4713-bb11-c68f15e17812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:40,619 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:57:40,620 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e37feac-c1b4-4a73-be14-557061c5d1dd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e37feac-c1b4-4a73-be14-557061c5d1dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:41,677 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:57:41,678 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b8cba83-cba2-4976-8a7e-1ea9062af307', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b8cba83-cba2-4976-8a7e-1ea9062af307', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:42,736 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:57:42,736 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57a7ca43-917e-4203-8a09-c02c271dac1c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57a7ca43-917e-4203-8a09-c02c271dac1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:43,793 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:57:43,794 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e1fc50f-27f1-4bc1-9be0-3cc622f1e164', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e1fc50f-27f1-4bc1-9be0-3cc622f1e164', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:44,852 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:57:44,852 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ae0f91e-67ee-4723-b4cc-8136c1888fe9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ae0f91e-67ee-4723-b4cc-8136c1888fe9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:45,909 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:57:45,909 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3ef0c25-f2c5-4629-9b4f-bd1c6dfdfef5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3ef0c25-f2c5-4629-9b4f-bd1c6dfdfef5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:46,969 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 19:57:46,970 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f0f4e4d-f30f-415f-bdf3-4e444102f769', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f0f4e4d-f30f-415f-bdf3-4e444102f769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:48,029 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:57:48,029 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1becc44c-cfd6-4dd2-95bd-2bafdbdea08f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1becc44c-cfd6-4dd2-95bd-2bafdbdea08f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:49,087 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:57:49,087 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dc4c982-e352-41f8-b74c-fab571c9f600', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dc4c982-e352-41f8-b74c-fab571c9f600', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:50,143 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:57:50,143 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30d8075e-e61b-4f82-9458-c05e776d7320', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30d8075e-e61b-4f82-9458-c05e776d7320', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:51,200 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:57:51,200 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b95512a-e9b2-4b11-9f65-d167db001115', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b95512a-e9b2-4b11-9f65-d167db001115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:52,254 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.041s 2022-09-13 19:57:52,254 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86f0f01e-239e-4b17-895d-00acbb0f2b5d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86f0f01e-239e-4b17-895d-00acbb0f2b5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:53,311 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:57:53,311 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-285ca49b-d431-4daa-8ac4-d7d36b840d56', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-285ca49b-d431-4daa-8ac4-d7d36b840d56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:54,367 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:57:54,368 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4e66033-a2de-4216-a3dd-21afbda42040', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4e66033-a2de-4216-a3dd-21afbda42040', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:55,425 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:57:55,426 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3712a907-8666-49c2-b886-8d3aafe6fcf9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3712a907-8666-49c2-b886-8d3aafe6fcf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:56,482 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:57:56,482 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c128e9a-9994-473f-bbe6-41a6ed4b09f9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c128e9a-9994-473f-bbe6-41a6ed4b09f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:57,539 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:57:57,539 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81cef5a2-d732-4178-bdcc-407872f2523b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81cef5a2-d732-4178-bdcc-407872f2523b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:58,600 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:57:58,600 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5d4a46a-c47a-43b1-bfb1-9d278a713dfe', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5d4a46a-c47a-43b1-bfb1-9d278a713dfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:57:59,656 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:57:59,657 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3918cafe-7fbe-473e-856b-86ef36a74b77', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3918cafe-7fbe-473e-856b-86ef36a74b77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:00,715 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:58:00,716 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f77c765e-09cd-4344-a665-1b5933274ddb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f77c765e-09cd-4344-a665-1b5933274ddb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:01,773 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:01,773 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d511f2f-f5a6-4f06-823f-e854829a7225', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d511f2f-f5a6-4f06-823f-e854829a7225', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:02,831 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:58:02,831 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7234a6f3-40a2-4a8c-bb78-f53c8fd94997', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7234a6f3-40a2-4a8c-bb78-f53c8fd94997', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:03,887 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:58:03,888 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f03981f-9cc7-40bb-a1ee-bc0bfc90e37f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f03981f-9cc7-40bb-a1ee-bc0bfc90e37f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:04,945 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:04,946 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ea456b7-a797-41e9-b4ad-d8e2089e63c1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ea456b7-a797-41e9-b4ad-d8e2089e63c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:06,002 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:06,003 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-015a4df1-11db-41ab-a3c1-531df6dc3c89', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-015a4df1-11db-41ab-a3c1-531df6dc3c89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:07,060 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:07,061 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70982a1d-5337-45f7-9608-acbdecf58d64', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70982a1d-5337-45f7-9608-acbdecf58d64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:08,116 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:58:08,117 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f9407e0-7df3-4be1-bf68-b9e927eef101', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f9407e0-7df3-4be1-bf68-b9e927eef101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:09,174 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:09,174 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cd8e9d5-2c3e-4209-8c6c-efc03536b9e5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cd8e9d5-2c3e-4209-8c6c-efc03536b9e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:10,233 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:10,233 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a95d2d8-176c-427a-8c97-5cd37c763145', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a95d2d8-176c-427a-8c97-5cd37c763145', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:11,290 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:11,290 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eff07697-dccb-447e-b048-193cf6c7ff28', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eff07697-dccb-447e-b048-193cf6c7ff28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:12,347 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:58:12,347 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de5ff614-8033-4914-95e3-a69e51109f08', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de5ff614-8033-4914-95e3-a69e51109f08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:13,404 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:58:13,405 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1e63bd7-4990-499d-9c65-e2c2ffe12f5c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1e63bd7-4990-499d-9c65-e2c2ffe12f5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:14,460 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:14,461 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55bb6a75-2449-4c98-a778-c5b8fba4f531', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55bb6a75-2449-4c98-a778-c5b8fba4f531', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:15,519 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:58:15,519 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-187ece02-91ae-41ba-8a14-d043a3119971', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-187ece02-91ae-41ba-8a14-d043a3119971', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:16,575 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:58:16,576 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-615338a6-fb64-4e7b-9b15-c9d9649b1b80', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-615338a6-fb64-4e7b-9b15-c9d9649b1b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:17,634 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:58:17,634 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51b89605-76db-4e73-b80f-5963edb6abec', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51b89605-76db-4e73-b80f-5963edb6abec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:18,691 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:18,691 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e59a5779-ca99-4121-ab85-23aa499112a6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e59a5779-ca99-4121-ab85-23aa499112a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:19,752 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.047s 2022-09-13 19:58:19,752 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf16b769-7549-4837-8fc8-c11c82add07d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf16b769-7549-4837-8fc8-c11c82add07d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:20,810 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:58:20,810 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4691cec4-54f4-49ea-8106-b42bfbc840a6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4691cec4-54f4-49ea-8106-b42bfbc840a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:21,867 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:21,868 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7926cb05-0691-45f9-912f-1ed126afd73c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7926cb05-0691-45f9-912f-1ed126afd73c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:22,924 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:58:22,924 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03b65676-b264-4e83-a618-f3a5e0587b5f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03b65676-b264-4e83-a618-f3a5e0587b5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:23,984 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 19:58:23,985 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-feb947e6-9847-46ae-aaa2-00e9b84a9ccd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-feb947e6-9847-46ae-aaa2-00e9b84a9ccd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:25,046 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:25,046 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6278b581-76c2-481f-9872-2bbfe3e9b47a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6278b581-76c2-481f-9872-2bbfe3e9b47a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:26,103 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:26,103 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-736a8e16-18e9-4e31-b306-c5a1e0b192d3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-736a8e16-18e9-4e31-b306-c5a1e0b192d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:27,159 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:27,160 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e78cd1bf-b5e1-47c7-821f-8ddf5ad503a0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e78cd1bf-b5e1-47c7-821f-8ddf5ad503a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:28,217 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:28,218 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9dcce6d-cf44-49e4-b220-879d5baedd2e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9dcce6d-cf44-49e4-b220-879d5baedd2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:29,275 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:29,275 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-052bb95b-1e60-4e77-81d2-7226a94a9f2e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-052bb95b-1e60-4e77-81d2-7226a94a9f2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:30,332 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:58:30,333 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-053567f6-a8cc-4985-8cbd-d3174bc31a90', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-053567f6-a8cc-4985-8cbd-d3174bc31a90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:31,389 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:58:31,389 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6a5f082-ec89-4953-91fa-160ff92aca10', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6a5f082-ec89-4953-91fa-160ff92aca10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:32,448 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:58:32,448 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8b083b0-dd4a-4d8a-a77b-7725ad77fa2f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8b083b0-dd4a-4d8a-a77b-7725ad77fa2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:33,506 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:33,506 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84429164-5ce5-4e4d-a7fc-bc356c430a23', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84429164-5ce5-4e4d-a7fc-bc356c430a23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:34,563 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:34,563 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5435284-43c0-4660-a58d-0d14396e55d8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5435284-43c0-4660-a58d-0d14396e55d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:35,620 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:35,621 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5296c16-6e54-40de-aa00-0515d94fef38', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5296c16-6e54-40de-aa00-0515d94fef38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:36,677 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:58:36,677 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-716e2857-ca52-472e-bf1e-4e528ccd33d0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-716e2857-ca52-472e-bf1e-4e528ccd33d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:37,737 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 19:58:37,737 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa237f7a-2217-43bf-80b0-e31b56871bb3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa237f7a-2217-43bf-80b0-e31b56871bb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:38,796 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 19:58:38,796 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e23f3b98-f260-4d3f-8d77-b5f9330fc5ee', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e23f3b98-f260-4d3f-8d77-b5f9330fc5ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:39,853 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:39,854 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e664368-33a4-4157-9799-7bbdea948f32', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e664368-33a4-4157-9799-7bbdea948f32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:40,911 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:40,912 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9737e170-6fed-40cc-a336-7a11cabc4d69', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9737e170-6fed-40cc-a336-7a11cabc4d69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:41,968 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:41,969 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0142373e-015c-46d5-9e38-b471c3f23afb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0142373e-015c-46d5-9e38-b471c3f23afb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:43,025 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:58:43,026 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7915b02f-b102-4cfa-9322-9d74f4bb1ca4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7915b02f-b102-4cfa-9322-9d74f4bb1ca4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:44,088 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.048s 2022-09-13 19:58:44,088 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64dbd40d-d992-4033-b515-f3871d77625d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64dbd40d-d992-4033-b515-f3871d77625d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:45,146 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:45,146 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f2076e8-b04e-414c-888f-75ca54224aec', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f2076e8-b04e-414c-888f-75ca54224aec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:46,202 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:58:46,203 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bddf681-f121-4252-9a1b-c3ab11147651', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bddf681-f121-4252-9a1b-c3ab11147651', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:47,262 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 19:58:47,262 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34535d90-3f1a-4e38-8d1f-9b037d434ee6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34535d90-3f1a-4e38-8d1f-9b037d434ee6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:48,319 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:58:48,319 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9bb3047-eaf6-4d20-9978-a8b282375152', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9bb3047-eaf6-4d20-9978-a8b282375152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:49,375 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:58:49,376 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04650c8c-51ac-44fd-88bd-554544c27ad6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04650c8c-51ac-44fd-88bd-554544c27ad6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:50,434 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:58:50,434 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6358393a-9d58-4544-ac64-eda4b86f0334', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6358393a-9d58-4544-ac64-eda4b86f0334', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:51,491 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:51,491 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49ffe51a-ab20-446e-b17d-4b4590bd903e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49ffe51a-ab20-446e-b17d-4b4590bd903e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:52,548 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:52,548 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ea23630-bf2e-4ec3-b8d8-2af088362c58', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ea23630-bf2e-4ec3-b8d8-2af088362c58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:53,606 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:58:53,606 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d276e0c-7ad4-47a0-833c-1f1c1d998afe', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d276e0c-7ad4-47a0-833c-1f1c1d998afe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:54,662 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:58:54,663 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a33ad1ed-9884-4d1c-afda-8441a6e90b50', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a33ad1ed-9884-4d1c-afda-8441a6e90b50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:55,718 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:58:55,718 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12d6201f-8d48-4dc7-9d70-ea9dd594b6e7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12d6201f-8d48-4dc7-9d70-ea9dd594b6e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:56,775 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:56,775 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdd73bbc-565d-4754-b12f-87b15e194373', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdd73bbc-565d-4754-b12f-87b15e194373', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:57,831 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:58:57,831 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-911a08ab-3bcb-4bc6-9a12-0ad1b82a6e44', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-911a08ab-3bcb-4bc6-9a12-0ad1b82a6e44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:58,888 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:58,888 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33063bd4-ae98-4255-9fff-2d24f4b6cd7e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33063bd4-ae98-4255-9fff-2d24f4b6cd7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:58:59,946 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:58:59,946 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f2deefe-dc22-4a2c-b692-9b732381298c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f2deefe-dc22-4a2c-b692-9b732381298c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:01,004 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:59:01,004 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e09b4cf3-32e9-43ff-8fe2-f85bb6ff6116', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e09b4cf3-32e9-43ff-8fe2-f85bb6ff6116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:02,061 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:02,061 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-779decbf-800c-4d87-96b0-405bf0098d86', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-779decbf-800c-4d87-96b0-405bf0098d86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:03,117 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:59:03,117 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dfc536c-80b4-4fd3-8673-d8bfab1a8d7d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dfc536c-80b4-4fd3-8673-d8bfab1a8d7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:04,175 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:04,175 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93554c81-22ef-4543-ade7-e7aa0f6808bd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93554c81-22ef-4543-ade7-e7aa0f6808bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:05,231 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:05,232 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a12227bb-5c99-4300-b767-236299c5aaff', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a12227bb-5c99-4300-b767-236299c5aaff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:06,291 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 19:59:06,292 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-422bc8a6-dff1-4c09-bf20-aa42e35f5485', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-422bc8a6-dff1-4c09-bf20-aa42e35f5485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:07,348 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:59:07,348 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-452bb92a-feed-4a8e-b512-324d3c38d26e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-452bb92a-feed-4a8e-b512-324d3c38d26e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:08,406 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:59:08,406 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0faa542c-97c7-478a-8cb6-b1a4319ca004', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0faa542c-97c7-478a-8cb6-b1a4319ca004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:09,462 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:59:09,462 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adfddc3a-f686-4433-8008-a98861f43296', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adfddc3a-f686-4433-8008-a98861f43296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:10,519 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:10,520 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6a75062-5420-40cc-86c7-4717260bfee4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6a75062-5420-40cc-86c7-4717260bfee4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:11,576 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:11,577 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79321b07-1ed5-4990-a5ad-8a0373e078b7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79321b07-1ed5-4990-a5ad-8a0373e078b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:12,635 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:12,635 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f82069ff-cee8-4040-9940-7856fd8a3345', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f82069ff-cee8-4040-9940-7856fd8a3345', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:13,693 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:59:13,693 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c406bf37-22d5-4fac-a4a3-86138270f321', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c406bf37-22d5-4fac-a4a3-86138270f321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:14,749 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:59:14,749 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-474d3304-ad8d-481e-8e3f-a8bda324c4fc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-474d3304-ad8d-481e-8e3f-a8bda324c4fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:15,807 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:59:15,808 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7f98984-d6cc-4f8e-a06e-bfc790e0a0b2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7f98984-d6cc-4f8e-a06e-bfc790e0a0b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:16,867 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 19:59:16,867 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d823ed0f-56ee-4e4a-831e-1c9ec1f30bcf', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d823ed0f-56ee-4e4a-831e-1c9ec1f30bcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:17,925 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:17,925 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e14357e-9cdf-4ce0-915e-02db87b4e1d9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e14357e-9cdf-4ce0-915e-02db87b4e1d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:18,986 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.048s 2022-09-13 19:59:18,987 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e416a192-467b-4bbd-b8ea-decd329bdfca', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e416a192-467b-4bbd-b8ea-decd329bdfca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:20,045 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:59:20,045 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82c86227-c223-44c8-98ed-6a653db5377a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82c86227-c223-44c8-98ed-6a653db5377a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:21,102 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:21,102 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1589f491-d29d-422c-838a-1fe6acc67c15', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1589f491-d29d-422c-838a-1fe6acc67c15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:22,160 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:22,160 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1869165a-1783-436c-9219-1b1ced836e54', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1869165a-1783-436c-9219-1b1ced836e54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:23,216 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:23,217 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee832135-5cca-44f6-955c-bb03a9c6c56d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee832135-5cca-44f6-955c-bb03a9c6c56d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:24,271 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:59:24,272 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc546ace-fe0b-407b-9449-79a5a8259377', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc546ace-fe0b-407b-9449-79a5a8259377', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:25,329 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:25,329 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-989ba4c9-e7d5-4e05-83f2-b7baea13e3c1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-989ba4c9-e7d5-4e05-83f2-b7baea13e3c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:26,386 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:26,386 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f06a9ae-6460-43a1-9cdb-79c95683456e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f06a9ae-6460-43a1-9cdb-79c95683456e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:27,445 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:59:27,445 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e35db001-4341-4cd8-9e9f-75648b9b124d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e35db001-4341-4cd8-9e9f-75648b9b124d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:28,501 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:28,502 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11f1f43e-eb32-438b-a370-eab75b3caa1c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11f1f43e-eb32-438b-a370-eab75b3caa1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:29,559 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:29,559 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c064b15-7aa4-4396-922e-4f2448edb783', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c064b15-7aa4-4396-922e-4f2448edb783', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:30,616 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:30,616 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4d24b21-7f7a-42ea-b9b2-1668a50fbf9d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4d24b21-7f7a-42ea-b9b2-1668a50fbf9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:31,673 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:31,673 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9fea80e-107d-4ba5-a886-736753aeaf89', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9fea80e-107d-4ba5-a886-736753aeaf89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:32,729 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:59:32,729 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84a55d44-0a21-4f12-ad1f-bc1e98c8ed3d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84a55d44-0a21-4f12-ad1f-bc1e98c8ed3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:33,786 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:33,787 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ab061eb-f3a8-4a6f-9f52-7b4ac24fd823', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ab061eb-f3a8-4a6f-9f52-7b4ac24fd823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:34,844 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:59:34,844 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc9e165-5698-471c-b378-3b24b3deb3c1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc9e165-5698-471c-b378-3b24b3deb3c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:35,901 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:35,901 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2dccb74-cfc4-41e3-b1af-4374d4a38cc5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2dccb74-cfc4-41e3-b1af-4374d4a38cc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:36,962 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.047s 2022-09-13 19:59:36,963 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5787ad6e-61b5-427d-9b9c-e1b837fadcae', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5787ad6e-61b5-427d-9b9c-e1b837fadcae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:38,019 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:59:38,020 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5962ec8-db6d-40f8-8926-7c68d43eaf20', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5962ec8-db6d-40f8-8926-7c68d43eaf20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:39,076 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:59:39,076 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c44018e7-edcd-4664-b6d5-a369ea9079c2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c44018e7-edcd-4664-b6d5-a369ea9079c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:40,135 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 19:59:40,135 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd10ed98-abe2-4339-89e4-3b174534b7dd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd10ed98-abe2-4339-89e4-3b174534b7dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:41,194 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:41,195 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-218e655e-b58f-43de-9622-9a6fdb6ee012', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-218e655e-b58f-43de-9622-9a6fdb6ee012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:42,251 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:42,252 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2510cdff-1680-4eb2-99aa-4a50980f5459', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2510cdff-1680-4eb2-99aa-4a50980f5459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:43,310 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 19:59:43,311 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f1eb944-2256-4377-9f95-a9c78319b428', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f1eb944-2256-4377-9f95-a9c78319b428', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:44,368 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:44,368 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b1fcd08-e418-4f2a-9c6a-b144b56b134c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b1fcd08-e418-4f2a-9c6a-b144b56b134c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:45,426 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 19:59:45,427 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4304c47-39a1-49a8-9c10-9fd499973031', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4304c47-39a1-49a8-9c10-9fd499973031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:46,492 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.052s 2022-09-13 19:59:46,493 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9eea73e4-4a37-4332-99e8-7a6a71f053b9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eea73e4-4a37-4332-99e8-7a6a71f053b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:47,552 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 19:59:47,556 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07e18e78-d87c-4623-8542-e11f03407dfa', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07e18e78-d87c-4623-8542-e11f03407dfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:48,617 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.047s 2022-09-13 19:59:48,618 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c356739-ba2b-42a0-ad76-146a5f493d8d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c356739-ba2b-42a0-ad76-146a5f493d8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:49,682 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.051s 2022-09-13 19:59:49,683 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17eae9e8-1de9-4b0b-a6a4-30fec19725c9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17eae9e8-1de9-4b0b-a6a4-30fec19725c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:50,740 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:50,740 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70095d65-f3c4-47a8-836c-79d310e78a6f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70095d65-f3c4-47a8-836c-79d310e78a6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:51,796 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:59:51,797 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6caf8b40-da04-43b6-bdad-d4ce839538e5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6caf8b40-da04-43b6-bdad-d4ce839538e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:52,854 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:52,854 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d29ba35-8a53-4127-9eff-523c3c50d615', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d29ba35-8a53-4127-9eff-523c3c50d615', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:53,911 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:53,911 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8c4b6cb-73f5-43f4-9538-15a83701858f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8c4b6cb-73f5-43f4-9538-15a83701858f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:54,968 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:59:54,968 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39f32ce4-6d22-430f-acee-68699de86cec', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39f32ce4-6d22-430f-acee-68699de86cec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:56,024 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:56,025 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ecc30e6-d8ac-45c0-8413-1169556580a6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ecc30e6-d8ac-45c0-8413-1169556580a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:57,082 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 19:59:57,082 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55aec98c-113b-44f6-ae0b-bdbf96c4f425', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55aec98c-113b-44f6-ae0b-bdbf96c4f425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:58,138 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.041s 2022-09-13 19:59:58,138 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3409d347-6d6e-45da-8719-9c4ddd62e22b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3409d347-6d6e-45da-8719-9c4ddd62e22b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 19:59:59,195 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 19:59:59,195 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-629ff0a3-929b-4b39-b80b-6bac2302c3e3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-629ff0a3-929b-4b39-b80b-6bac2302c3e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:00,251 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:00:00,251 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a37512d-2629-4ecb-a934-707c9755478a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a37512d-2629-4ecb-a934-707c9755478a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:01,308 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:01,309 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e765acf-b08d-40a2-b2ee-b85f0e29572d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e765acf-b08d-40a2-b2ee-b85f0e29572d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:02,364 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:02,365 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bcfd0df-5ac9-41a4-8404-c4e9bc8360e5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bcfd0df-5ac9-41a4-8404-c4e9bc8360e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:03,420 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:00:03,420 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d60742b7-7c3e-44e3-a825-4d11758f3359', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d60742b7-7c3e-44e3-a825-4d11758f3359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:04,477 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:00:04,478 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4081bef-3576-4dd4-9b49-5da65de814cd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4081bef-3576-4dd4-9b49-5da65de814cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:05,535 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:05,535 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be1b6c49-096c-4fd6-85ee-ce9097de1117', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be1b6c49-096c-4fd6-85ee-ce9097de1117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:06,591 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:00:06,592 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ff3a359-8189-4cfa-94cd-7ca4ed3c8a8e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ff3a359-8189-4cfa-94cd-7ca4ed3c8a8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:07,652 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:00:07,653 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad90410c-f386-438e-a3cc-0f45204133d2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad90410c-f386-438e-a3cc-0f45204133d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:08,709 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:08,709 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bfe7ab9-0217-471b-ae18-aa37680d4571', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bfe7ab9-0217-471b-ae18-aa37680d4571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:09,765 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:00:09,766 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcb61221-9da7-44fa-800b-bfc96365380b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcb61221-9da7-44fa-800b-bfc96365380b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:10,823 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:10,823 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bf03bb2-64aa-4c4c-a093-e2110f1a0897', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bf03bb2-64aa-4c4c-a093-e2110f1a0897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:11,880 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:11,880 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-989901b8-e627-4336-ad26-9e638bb9fcc7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-989901b8-e627-4336-ad26-9e638bb9fcc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:12,937 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:00:12,938 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d98334d3-2237-4c7c-bbe4-22c49fb70347', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d98334d3-2237-4c7c-bbe4-22c49fb70347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:13,995 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:13,995 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f008fca4-b2bf-4d7b-b619-7714e9d70288', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f008fca4-b2bf-4d7b-b619-7714e9d70288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:15,052 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:15,053 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4856eb62-9972-44b9-9012-8572a3d4a010', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4856eb62-9972-44b9-9012-8572a3d4a010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:16,114 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 20:00:16,115 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba029e4a-2f71-43ef-897e-efa23a1a7d75', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba029e4a-2f71-43ef-897e-efa23a1a7d75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:17,172 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:17,172 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-793367bc-8595-4c5d-ba48-25e8a3b35217', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-793367bc-8595-4c5d-ba48-25e8a3b35217', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:18,231 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:00:18,232 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10bf4f65-b63f-4f6d-9f9c-07789ffb504c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10bf4f65-b63f-4f6d-9f9c-07789ffb504c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:19,289 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:19,289 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b95f9b44-fd3a-4b51-a82f-e53f1f0e108b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b95f9b44-fd3a-4b51-a82f-e53f1f0e108b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:20,345 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:00:20,346 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0ea13b4-5e32-4938-9615-595b3056ebb5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0ea13b4-5e32-4938-9615-595b3056ebb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:21,405 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 20:00:21,405 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af22c59f-e263-4722-bf77-bb21151fc233', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af22c59f-e263-4722-bf77-bb21151fc233', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:22,462 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:22,462 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6728aa57-e709-48e2-99a9-a45e68792010', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6728aa57-e709-48e2-99a9-a45e68792010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:23,520 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:23,520 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-942ba03a-a10c-4df1-bd76-73faae205763', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-942ba03a-a10c-4df1-bd76-73faae205763', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:24,577 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:24,578 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ace3d584-8fa7-4a02-a568-ff589d72ccf2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ace3d584-8fa7-4a02-a568-ff589d72ccf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:25,635 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:00:25,635 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30fc8392-0220-493d-a42a-cdd243d47c37', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30fc8392-0220-493d-a42a-cdd243d47c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:26,693 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:00:26,694 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55e77b5a-caf9-4d6c-83fb-066478d55a84', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55e77b5a-caf9-4d6c-83fb-066478d55a84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:27,749 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:00:27,749 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a837d09-83ed-4f1f-9f7d-23b6c4990a00', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a837d09-83ed-4f1f-9f7d-23b6c4990a00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:28,807 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:28,807 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1adbd097-175e-4044-93a6-3959b48f445c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1adbd097-175e-4044-93a6-3959b48f445c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:29,866 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:00:29,866 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cda703eb-3cad-499e-800c-c81a6bd26128', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cda703eb-3cad-499e-800c-c81a6bd26128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:30,922 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:00:30,923 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-067bf2ea-5dea-42e9-b0a7-63b132f84198', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-067bf2ea-5dea-42e9-b0a7-63b132f84198', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:31,981 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:00:31,982 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c361ea7c-e8c2-471a-8222-f239780314cb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c361ea7c-e8c2-471a-8222-f239780314cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:33,039 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:33,039 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0854ef47-8a5b-4a09-af81-b2f6f0033abd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0854ef47-8a5b-4a09-af81-b2f6f0033abd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:34,102 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.049s 2022-09-13 20:00:34,103 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5180eb61-a225-4c74-af5e-6ffb93ba69d8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5180eb61-a225-4c74-af5e-6ffb93ba69d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:35,160 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:35,160 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98e3a3a6-5b80-48bc-8af9-f101bb41eb78', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98e3a3a6-5b80-48bc-8af9-f101bb41eb78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:36,217 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:00:36,218 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6de0217d-aed8-415a-905c-3b1262231869', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6de0217d-aed8-415a-905c-3b1262231869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:37,274 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:00:37,274 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04cc4a38-f5d7-4a50-866f-eddedfbcd819', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04cc4a38-f5d7-4a50-866f-eddedfbcd819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:38,334 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:38,335 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8390a6e-6983-4245-9ebc-ea309f09740b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8390a6e-6983-4245-9ebc-ea309f09740b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:39,391 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:00:39,391 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92642ccf-52a7-4fa7-a8fc-d34e7bda5173', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92642ccf-52a7-4fa7-a8fc-d34e7bda5173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:40,450 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:00:40,450 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65104887-dc20-488a-bf5a-f2f37a934093', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65104887-dc20-488a-bf5a-f2f37a934093', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:41,507 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:41,507 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1385be3-af9a-4f54-abdd-7ef39d848d5a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1385be3-af9a-4f54-abdd-7ef39d848d5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:42,565 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:42,565 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ec4165b-4927-43bc-a9c7-2d9ff39fbe78', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ec4165b-4927-43bc-a9c7-2d9ff39fbe78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:43,620 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:00:43,621 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c336525-5628-4180-862b-4dd9c8c57d47', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c336525-5628-4180-862b-4dd9c8c57d47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:44,679 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:00:44,680 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8009e67-4d54-4a2f-86d9-0545b176b9a3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8009e67-4d54-4a2f-86d9-0545b176b9a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:45,738 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:00:45,738 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-864fb351-fcf3-4095-8059-2a950b2c14ae', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-864fb351-fcf3-4095-8059-2a950b2c14ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:46,802 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.048s 2022-09-13 20:00:46,802 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a31f833-3d3a-43d4-994b-b69ffbadb40f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a31f833-3d3a-43d4-994b-b69ffbadb40f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:47,871 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.050s 2022-09-13 20:00:47,871 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9340b7ec-eaf4-4a52-b019-830841e23999', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9340b7ec-eaf4-4a52-b019-830841e23999', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:48,930 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:48,930 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7d79001-d83b-4115-ba49-98e5d89a0260', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7d79001-d83b-4115-ba49-98e5d89a0260', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:49,990 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:49,990 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80e946d9-4356-44c4-b42d-3fb97011b100', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80e946d9-4356-44c4-b42d-3fb97011b100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:51,048 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:00:51,048 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da7496df-1a3f-440d-a239-4f0f673b2687', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da7496df-1a3f-440d-a239-4f0f673b2687', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:52,104 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:00:52,104 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bad87874-a0c1-4f8f-b720-8c852d55435d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bad87874-a0c1-4f8f-b720-8c852d55435d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:53,162 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:00:53,162 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-361dee01-9f0b-4d7f-8a62-26bbc1ffee99', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-361dee01-9f0b-4d7f-8a62-26bbc1ffee99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:54,218 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:00:54,219 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33a71db5-7f9d-416c-aca8-564d160decfd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33a71db5-7f9d-416c-aca8-564d160decfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:55,278 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:00:55,278 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3265f86c-65ad-4b53-b3fa-b76d9583c646', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3265f86c-65ad-4b53-b3fa-b76d9583c646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:56,336 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:00:56,336 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d51dd20-362d-48a1-9fc8-7b1e179e819d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d51dd20-362d-48a1-9fc8-7b1e179e819d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:57,394 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:00:57,394 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c619b53f-05b2-40a4-9b8f-ab82fdd8af4f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c619b53f-05b2-40a4-9b8f-ab82fdd8af4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:58,451 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:58,452 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b578607-a186-437c-8482-dd34efbe163b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b578607-a186-437c-8482-dd34efbe163b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:00:59,509 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:00:59,509 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bb17bc5-6257-4fba-ad67-a8fb226d489a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bb17bc5-6257-4fba-ad67-a8fb226d489a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:00,566 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:01:00,566 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa76df23-04ee-4a6b-aa19-796cf04097b5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa76df23-04ee-4a6b-aa19-796cf04097b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:01,624 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:01,624 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c28ae585-d250-4b17-93b7-b3ac6d2b9a19', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c28ae585-d250-4b17-93b7-b3ac6d2b9a19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:02,681 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:02,681 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98007e60-b1a2-420c-8763-f2338f42a1bd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98007e60-b1a2-420c-8763-f2338f42a1bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:03,738 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:03,738 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f04dbe2-4aa3-418c-80c2-9ff34a7820c0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f04dbe2-4aa3-418c-80c2-9ff34a7820c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:04,795 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:04,796 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e7c4e92-2751-4126-b56e-65f8d9ff2123', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e7c4e92-2751-4126-b56e-65f8d9ff2123', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:05,853 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:05,853 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d27347d-e1ad-4bb9-9dc6-8e556f1db2e5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d27347d-e1ad-4bb9-9dc6-8e556f1db2e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:06,910 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:01:06,911 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03caf948-9308-49fa-99b9-e9f221ae11d8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03caf948-9308-49fa-99b9-e9f221ae11d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:07,968 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:07,969 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12295702-9a6e-44b4-8f03-67bf05851349', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12295702-9a6e-44b4-8f03-67bf05851349', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:09,048 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.065s 2022-09-13 20:01:09,048 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54b95a90-cd86-479f-a1bd-c4db128b6894', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54b95a90-cd86-479f-a1bd-c4db128b6894', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:10,104 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:10,105 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ba16f41-f0ff-433c-8c0d-be08291d3890', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ba16f41-f0ff-433c-8c0d-be08291d3890', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:11,162 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:11,162 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f764490-4256-4fe5-9996-55a0024a470b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f764490-4256-4fe5-9996-55a0024a470b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:12,220 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:12,220 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b82a9e56-eca0-432b-8d46-9147f20c0c03', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b82a9e56-eca0-432b-8d46-9147f20c0c03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:13,279 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:01:13,279 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97076fac-4df3-4b0f-9670-75d9b6945cb3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97076fac-4df3-4b0f-9670-75d9b6945cb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:14,336 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:14,336 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84eb8acc-9fc1-4e12-be17-9c4108524f1c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84eb8acc-9fc1-4e12-be17-9c4108524f1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:15,395 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:01:15,396 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-613659e2-aaeb-4b86-8d24-3887267ea8ba', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-613659e2-aaeb-4b86-8d24-3887267ea8ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:16,452 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:01:16,452 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e88c7186-83ab-4036-a98f-8e0ce737faa5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e88c7186-83ab-4036-a98f-8e0ce737faa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:17,514 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.047s 2022-09-13 20:01:17,514 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d6ec7ac-a25b-49e1-b1de-972b9f1601ab', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d6ec7ac-a25b-49e1-b1de-972b9f1601ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:18,571 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:18,571 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55d93921-2c5d-49d0-8cf0-8e278a359648', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55d93921-2c5d-49d0-8cf0-8e278a359648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:19,627 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:01:19,627 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d27fa3a-8918-4275-b778-0e68a21e8107', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d27fa3a-8918-4275-b778-0e68a21e8107', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:20,685 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:01:20,685 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a3fca33-3590-4922-879e-8dad119c7d98', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a3fca33-3590-4922-879e-8dad119c7d98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:21,747 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.048s 2022-09-13 20:01:21,748 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43a37292-693d-42ba-a19c-977eab1bbdcf', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43a37292-693d-42ba-a19c-977eab1bbdcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:22,809 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:01:22,809 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-393bc844-cb1d-47b0-9863-21793d2aba4d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-393bc844-cb1d-47b0-9863-21793d2aba4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:23,868 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:23,869 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9b14ed3-f144-4bfa-a3da-d0414fa901ce', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9b14ed3-f144-4bfa-a3da-d0414fa901ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:24,926 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:24,926 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8d11aaa-451e-42f1-9b3d-ae5463c30887', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8d11aaa-451e-42f1-9b3d-ae5463c30887', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:25,983 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:25,984 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ee67aaa-7d71-44d3-ad31-221f720de4a9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ee67aaa-7d71-44d3-ad31-221f720de4a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:27,041 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:27,041 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b8f91d2-fbf0-45c1-a33e-f7ca3dcf3cfc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b8f91d2-fbf0-45c1-a33e-f7ca3dcf3cfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:28,097 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:28,098 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad4abdf8-16d9-428f-bdcf-af03d2a9a026', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad4abdf8-16d9-428f-bdcf-af03d2a9a026', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:29,214 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.102s 2022-09-13 20:01:29,214 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65b751f8-03e2-4b94-bab9-2426eb3752be', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65b751f8-03e2-4b94-bab9-2426eb3752be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:30,270 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:30,271 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f90b9db2-3f30-49b1-9895-4c8576d8385e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f90b9db2-3f30-49b1-9895-4c8576d8385e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:31,327 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:31,327 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ba91428-9a40-43de-a4da-525c3405bdc0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ba91428-9a40-43de-a4da-525c3405bdc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:32,384 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:32,384 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf6f04e6-9c31-4aa2-b03e-8b4b9ffb1c5a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf6f04e6-9c31-4aa2-b03e-8b4b9ffb1c5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:33,442 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:33,442 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80ca8f41-a792-4078-9959-0e320d2e0d6e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80ca8f41-a792-4078-9959-0e320d2e0d6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:34,498 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:01:34,499 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-190f6d4e-b4a3-4083-9aa1-6b5b58b037b2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-190f6d4e-b4a3-4083-9aa1-6b5b58b037b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:35,556 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:35,556 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3980010d-776f-4ba0-be9c-c641a487ab94', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3980010d-776f-4ba0-be9c-c641a487ab94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:36,614 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:01:36,615 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c91bc7a5-1fbe-4410-b81e-eaed935a3dbf', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c91bc7a5-1fbe-4410-b81e-eaed935a3dbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:37,677 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.048s 2022-09-13 20:01:37,678 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dadce02e-7caa-4167-989b-c47e9f3d5fc2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dadce02e-7caa-4167-989b-c47e9f3d5fc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:38,735 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:38,735 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb2f90da-ae9a-4fc8-ad5b-8ea72bbb0921', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb2f90da-ae9a-4fc8-ad5b-8ea72bbb0921', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:39,796 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.047s 2022-09-13 20:01:39,797 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cd3ad2a-9ce8-4cd8-ad4a-847aafbace5f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cd3ad2a-9ce8-4cd8-ad4a-847aafbace5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:40,854 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:01:40,855 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5a26239-7ba1-4e88-bc54-198182028cb4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5a26239-7ba1-4e88-bc54-198182028cb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:41,914 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 20:01:41,914 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cf1986a-5157-47df-887f-063f29d574e0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cf1986a-5157-47df-887f-063f29d574e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:42,973 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:01:42,973 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94fc0ff5-5d1f-4076-a9fb-c530637e7dcb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94fc0ff5-5d1f-4076-a9fb-c530637e7dcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:44,043 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.054s 2022-09-13 20:01:44,043 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84f5be2d-1ac8-42f3-882d-cf7a3bd69da8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84f5be2d-1ac8-42f3-882d-cf7a3bd69da8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:45,103 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:01:45,103 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ced50273-8bf8-4449-aca4-919cfe24d4e2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ced50273-8bf8-4449-aca4-919cfe24d4e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:46,165 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.048s 2022-09-13 20:01:46,166 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d29c35d-fede-4f75-a5c3-66ba71003e9b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d29c35d-fede-4f75-a5c3-66ba71003e9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:47,222 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:47,223 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23e27b18-b25f-46cd-885c-1b7db484a107', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23e27b18-b25f-46cd-885c-1b7db484a107', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:48,281 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:01:48,281 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78cd085f-73b8-46f9-bb16-721f7dfdf921', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78cd085f-73b8-46f9-bb16-721f7dfdf921', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:49,339 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:01:49,339 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bba988cc-c473-4d6f-967d-c3e831cc51ef', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bba988cc-c473-4d6f-967d-c3e831cc51ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:50,398 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:01:50,398 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e09ad7d3-4f72-4bf4-9b54-5ab24df85648', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e09ad7d3-4f72-4bf4-9b54-5ab24df85648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:51,456 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:51,456 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f526cb6-b486-444f-a597-6532c7bfdb6e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f526cb6-b486-444f-a597-6532c7bfdb6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:52,513 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:01:52,514 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-663b1e2b-719b-4c6e-a18a-25eb18ea6ebf', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-663b1e2b-719b-4c6e-a18a-25eb18ea6ebf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:53,571 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:53,571 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e53274a-d5bb-4fd3-8470-2ddfc503642e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e53274a-d5bb-4fd3-8470-2ddfc503642e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:54,633 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:01:54,634 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c754c18c-f40f-4aa5-9ed8-8c08750b2098', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c754c18c-f40f-4aa5-9ed8-8c08750b2098', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:55,693 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:01:55,693 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63f99b10-0118-48e7-b064-9064a29b3bdf', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63f99b10-0118-48e7-b064-9064a29b3bdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:56,753 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 20:01:56,753 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b1194a7-6899-4705-affc-a50e3632a405', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b1194a7-6899-4705-affc-a50e3632a405', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:57,810 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:57,811 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-587b130c-80be-481c-b1e5-71d126f26dd6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-587b130c-80be-481c-b1e5-71d126f26dd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:58,869 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:01:58,870 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-352487dd-8d69-4a62-bb73-6eadb1b9e3d6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-352487dd-8d69-4a62-bb73-6eadb1b9e3d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:01:59,926 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:01:59,927 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b4309a8-59c6-4ec2-90de-6d42995793c1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b4309a8-59c6-4ec2-90de-6d42995793c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:00,984 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:02:00,985 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbef0326-057f-4530-b7b7-2c65aee18cd8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbef0326-057f-4530-b7b7-2c65aee18cd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:02,041 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:02:02,041 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f31a732-cdd5-442e-bbbb-8d60372d9fb4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f31a732-cdd5-442e-bbbb-8d60372d9fb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:03,099 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:02:03,100 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d47a7e90-033d-4026-90c8-9db91c45eb62', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d47a7e90-033d-4026-90c8-9db91c45eb62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:04,158 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:02:04,158 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f67db887-b547-4f52-bb16-6f81a671bc2c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f67db887-b547-4f52-bb16-6f81a671bc2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:05,214 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:02:05,214 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50fffdbd-47dd-4a98-a997-9bbe241b411d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50fffdbd-47dd-4a98-a997-9bbe241b411d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:06,273 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:02:06,273 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76fdcd46-32f5-4f7f-845e-183696ae0083', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76fdcd46-32f5-4f7f-845e-183696ae0083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:07,330 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:02:07,331 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df9b10cd-e8ed-4938-b462-a398547c44a6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df9b10cd-e8ed-4938-b462-a398547c44a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:08,386 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:02:08,386 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65c4ceb3-f044-48d9-abc0-024a2659ba93', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65c4ceb3-f044-48d9-abc0-024a2659ba93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:09,445 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:02:09,446 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e42bd59-0586-4fd0-9650-66b44412c1a0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e42bd59-0586-4fd0-9650-66b44412c1a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:10,504 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:02:10,504 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e68c8857-c1c5-4c5e-ad06-1c5c32d3d97a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e68c8857-c1c5-4c5e-ad06-1c5c32d3d97a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:11,561 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:02:11,561 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3c8577d-317b-4b17-937b-1776c72059f7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3c8577d-317b-4b17-937b-1776c72059f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:12,618 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:02:12,619 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d27a20c-b3f6-4f25-ae4f-82f9870df5a1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d27a20c-b3f6-4f25-ae4f-82f9870df5a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:13,677 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:02:13,678 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f99d44c7-6ac5-440b-b9ff-a38fef57bf21', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f99d44c7-6ac5-440b-b9ff-a38fef57bf21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:14,735 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:02:14,736 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-082c7007-2d91-4828-bdfd-82dfd9c087da', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-082c7007-2d91-4828-bdfd-82dfd9c087da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:15,794 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:02:15,795 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bb900f4-c82b-44fb-af63-8949e53e7337', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bb900f4-c82b-44fb-af63-8949e53e7337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:16,855 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.047s 2022-09-13 20:02:16,856 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f2bd4a4-6dfc-404d-8d17-9c6c5c55b51d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f2bd4a4-6dfc-404d-8d17-9c6c5c55b51d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:17,914 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:02:17,914 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b2ea667-e3cf-44ed-9f54-8a9883bc4cf2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b2ea667-e3cf-44ed-9f54-8a9883bc4cf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:18,972 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:02:18,972 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25ca5d2e-59c6-4bce-9b16-68d1965ee85f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25ca5d2e-59c6-4bce-9b16-68d1965ee85f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:20,027 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.041s 2022-09-13 20:02:20,028 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c2c5328-d971-452f-979c-1cd0e842e685', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c2c5328-d971-452f-979c-1cd0e842e685', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:21,087 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:02:21,087 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-115d993d-3027-4b03-a945-941e96460af4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-115d993d-3027-4b03-a945-941e96460af4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:22,145 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:02:22,146 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a5c7bdb-5f54-4bc1-b549-592526fed921', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a5c7bdb-5f54-4bc1-b549-592526fed921', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:23,208 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.048s 2022-09-13 20:02:23,208 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fadaaf3-8dce-4b94-9cbf-75c480974089', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fadaaf3-8dce-4b94-9cbf-75c480974089', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:24,265 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:02:24,265 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc80e213-775a-47ba-a933-9b5581e96426', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc80e213-775a-47ba-a933-9b5581e96426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:25,325 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:02:25,325 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4469fb02-e661-40bf-ad15-223f42f5c733', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4469fb02-e661-40bf-ad15-223f42f5c733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:26,381 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:02:26,382 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cc0d7c2-f0a5-47cc-81d0-931b68eb4499', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cc0d7c2-f0a5-47cc-81d0-931b68eb4499', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:27,443 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:02:27,443 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4b58426-2608-4396-8437-b3795ef6b43c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4b58426-2608-4396-8437-b3795ef6b43c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:28,501 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:02:28,501 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0ae7391-a578-4fb4-888b-66768a1e91b1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0ae7391-a578-4fb4-888b-66768a1e91b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:28,577 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.061s 2022-09-13 20:02:28,577 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e21156d-8cbb-4977-be74-bb8d830ecc67', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e21156d-8cbb-4977-be74-bb8d830ecc67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:02:28,638 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:02:28,638 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-34b0ab63-1888-40c6-8e4a-11345a28b302', 'x-compute-request-id': 'req-34b0ab63-1888-40c6-8e4a-11345a28b302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:29,690 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:02:29,690 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-7715ec93-d32f-42a2-94db-98a8a5491b01', 'x-compute-request-id': 'req-7715ec93-d32f-42a2-94db-98a8a5491b01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:30,742 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:02:30,743 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-949d175f-83ee-42a3-95ff-4d1a1cff6966', 'x-compute-request-id': 'req-949d175f-83ee-42a3-95ff-4d1a1cff6966', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:31,809 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.063s 2022-09-13 20:02:31,810 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-2d75460b-203a-4603-9449-c1374ab58917', 'x-compute-request-id': 'req-2d75460b-203a-4603-9449-c1374ab58917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:32,864 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:02:32,865 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-37b83efd-01ee-44bc-8a71-10b93265e961', 'x-compute-request-id': 'req-37b83efd-01ee-44bc-8a71-10b93265e961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:33,917 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:02:33,918 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-9845bd62-0734-43ab-961a-cc3dd04661c8', 'x-compute-request-id': 'req-9845bd62-0734-43ab-961a-cc3dd04661c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:34,969 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:02:34,969 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-c50029b9-4b98-4a0f-aae5-b6bed8a82bd9', 'x-compute-request-id': 'req-c50029b9-4b98-4a0f-aae5-b6bed8a82bd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:36,021 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:02:36,021 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-5e7691b4-85fa-44e4-8bd8-a6ac794568d4', 'x-compute-request-id': 'req-5e7691b4-85fa-44e4-8bd8-a6ac794568d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:37,073 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:02:37,073 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-87d78c40-ebe1-4a6e-9ba0-ffb3f93599c8', 'x-compute-request-id': 'req-87d78c40-ebe1-4a6e-9ba0-ffb3f93599c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:38,125 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:02:38,126 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-c554e21c-7d8c-4eb0-bfff-d460c16a2a14', 'x-compute-request-id': 'req-c554e21c-7d8c-4eb0-bfff-d460c16a2a14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:39,179 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:02:39,179 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-2656f66d-cb05-42c2-a517-19ebe0ea1044', 'x-compute-request-id': 'req-2656f66d-cb05-42c2-a517-19ebe0ea1044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:40,233 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:02:40,233 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-d9d9a15c-8c31-4cd8-91cb-a72adc422af6', 'x-compute-request-id': 'req-d9d9a15c-8c31-4cd8-91cb-a72adc422af6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:41,285 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:02:41,286 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-e65dabfa-bcb1-42ba-a9cb-bad07b3c98c0', 'x-compute-request-id': 'req-e65dabfa-bcb1-42ba-a9cb-bad07b3c98c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:42,337 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:02:42,337 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-bef9f7a5-2ff3-40d2-9e5f-35b798362c8f', 'x-compute-request-id': 'req-bef9f7a5-2ff3-40d2-9e5f-35b798362c8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:43,390 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:02:43,390 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-5088c590-034a-4de1-8126-a9931c4c70d6', 'x-compute-request-id': 'req-5088c590-034a-4de1-8126-a9931c4c70d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:44,442 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:02:44,443 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-ecbd8e66-10e4-43ff-87ea-6660c5dda695', 'x-compute-request-id': 'req-ecbd8e66-10e4-43ff-87ea-6660c5dda695', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:45,495 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:02:45,495 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-f116d019-7e5f-407c-a223-7826180ef8dc', 'x-compute-request-id': 'req-f116d019-7e5f-407c-a223-7826180ef8dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:46,548 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:02:46,548 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-5870bb8c-3abf-4e74-aad5-3e6b8c3ce93a', 'x-compute-request-id': 'req-5870bb8c-3abf-4e74-aad5-3e6b8c3ce93a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:47,600 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:02:47,600 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-0ee2f103-c66b-4d4e-bd6b-53ee667d563b', 'x-compute-request-id': 'req-0ee2f103-c66b-4d4e-bd6b-53ee667d563b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:48,651 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:02:48,652 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-b371b224-6cd9-4a9d-9e2d-fba3e5afa455', 'x-compute-request-id': 'req-b371b224-6cd9-4a9d-9e2d-fba3e5afa455', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:49,704 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:02:49,705 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-4cea1ac9-e2cb-4923-b75a-791a0049a502', 'x-compute-request-id': 'req-4cea1ac9-e2cb-4923-b75a-791a0049a502', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:50,757 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:02:50,757 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-c3c52409-8353-407d-aae1-c00c6a4902bb', 'x-compute-request-id': 'req-c3c52409-8353-407d-aae1-c00c6a4902bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:51,813 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:02:51,813 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-3b6ceb3c-9a4f-4190-990b-b5b531890849', 'x-compute-request-id': 'req-3b6ceb3c-9a4f-4190-990b-b5b531890849', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:52,867 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:02:52,867 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-f512ada3-5922-49d1-b340-b30369c5f0bf', 'x-compute-request-id': 'req-f512ada3-5922-49d1-b340-b30369c5f0bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:53,920 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:02:53,920 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-15cf99c9-1c37-4729-8902-fed17cb418c8', 'x-compute-request-id': 'req-15cf99c9-1c37-4729-8902-fed17cb418c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:54,971 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:02:54,971 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-a9dd56c3-0140-4690-9f05-3068458e4faa', 'x-compute-request-id': 'req-a9dd56c3-0140-4690-9f05-3068458e4faa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:56,024 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:02:56,024 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-49e0b66f-c171-44ec-aec4-700d22cc2509', 'x-compute-request-id': 'req-49e0b66f-c171-44ec-aec4-700d22cc2509', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:57,078 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:02:57,079 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-87b0f0f9-4ae5-4e93-a8a5-cd155db0a0c2', 'x-compute-request-id': 'req-87b0f0f9-4ae5-4e93-a8a5-cd155db0a0c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:58,132 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:02:58,132 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-81067f64-c101-44a4-9666-c6b1e1c9d770', 'x-compute-request-id': 'req-81067f64-c101-44a4-9666-c6b1e1c9d770', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:02:59,184 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:02:59,185 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-b130bf3a-6907-4764-8681-a9c84946efb0', 'x-compute-request-id': 'req-b130bf3a-6907-4764-8681-a9c84946efb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:00,238 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:03:00,239 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-81bba114-34d4-4dba-adb4-0b596910095d', 'x-compute-request-id': 'req-81bba114-34d4-4dba-adb4-0b596910095d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:01,293 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:03:01,294 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-2cd4c354-a289-4b97-b841-e40cad32ba54', 'x-compute-request-id': 'req-2cd4c354-a289-4b97-b841-e40cad32ba54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:02,346 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:02,346 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-4a4d0c67-d63d-41e0-8369-1bdbb056e571', 'x-compute-request-id': 'req-4a4d0c67-d63d-41e0-8369-1bdbb056e571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:03,397 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:03:03,397 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-5a2895d8-604c-4999-9437-6b0084e546d7', 'x-compute-request-id': 'req-5a2895d8-604c-4999-9437-6b0084e546d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:04,449 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:04,450 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-58191ad4-ff20-4899-8cad-b60cb11043a6', 'x-compute-request-id': 'req-58191ad4-ff20-4899-8cad-b60cb11043a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:05,501 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:05,502 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-7b5b0627-10ac-404c-824f-368cfc066f18', 'x-compute-request-id': 'req-7b5b0627-10ac-404c-824f-368cfc066f18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:06,554 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:03:06,555 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-3d0a2a1a-005d-46ae-a46e-e3297c6f4fad', 'x-compute-request-id': 'req-3d0a2a1a-005d-46ae-a46e-e3297c6f4fad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:07,606 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:03:07,607 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-98027936-1095-4f1d-9653-ddccc5f1dcdb', 'x-compute-request-id': 'req-98027936-1095-4f1d-9653-ddccc5f1dcdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:08,659 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:08,659 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-9c094691-eafb-4664-865a-95ce371edc06', 'x-compute-request-id': 'req-9c094691-eafb-4664-865a-95ce371edc06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:09,710 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:03:09,710 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-3a368378-f31a-4c4a-962d-283b7877f0c9', 'x-compute-request-id': 'req-3a368378-f31a-4c4a-962d-283b7877f0c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:10,764 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:03:10,764 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-5475ec4f-fbcb-4538-9ae0-924d6ca40517', 'x-compute-request-id': 'req-5475ec4f-fbcb-4538-9ae0-924d6ca40517', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:11,819 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:03:11,819 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-44b7e749-0e04-41c7-936f-f71cef18095f', 'x-compute-request-id': 'req-44b7e749-0e04-41c7-936f-f71cef18095f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:12,873 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:03:12,873 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-40547f67-80fa-40ea-8224-aaaec07a3bb4', 'x-compute-request-id': 'req-40547f67-80fa-40ea-8224-aaaec07a3bb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:13,926 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:03:13,926 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-c1761a7c-c8f0-40c1-9305-2ce5fbb1d0df', 'x-compute-request-id': 'req-c1761a7c-c8f0-40c1-9305-2ce5fbb1d0df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:14,978 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:03:14,979 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-27bff43c-591b-4118-ab3b-9e58d2efa5cc', 'x-compute-request-id': 'req-27bff43c-591b-4118-ab3b-9e58d2efa5cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:16,030 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:03:16,030 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-7e0aa3f6-12d6-41d5-97a3-2f5abc4cc6a4', 'x-compute-request-id': 'req-7e0aa3f6-12d6-41d5-97a3-2f5abc4cc6a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:17,082 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:17,083 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-c69e11ab-1d6c-4abe-bbcf-8e5c1948ec16', 'x-compute-request-id': 'req-c69e11ab-1d6c-4abe-bbcf-8e5c1948ec16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:18,148 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.061s 2022-09-13 20:03:18,148 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-640e027f-663f-49a9-814f-95bcf54d03e4', 'x-compute-request-id': 'req-640e027f-663f-49a9-814f-95bcf54d03e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:19,202 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:03:19,203 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-39d3e4f4-98d2-44ee-a472-21079bf82e0a', 'x-compute-request-id': 'req-39d3e4f4-98d2-44ee-a472-21079bf82e0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:20,256 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:03:20,256 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-376ef7c6-2b8b-4586-bc34-2606af49cd5a', 'x-compute-request-id': 'req-376ef7c6-2b8b-4586-bc34-2606af49cd5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:21,308 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:21,309 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-7ed247f1-3a29-4096-ae4f-8580206f7db3', 'x-compute-request-id': 'req-7ed247f1-3a29-4096-ae4f-8580206f7db3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:22,359 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:03:22,360 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-7d996791-5feb-4167-8392-4326cf77d5dc', 'x-compute-request-id': 'req-7d996791-5feb-4167-8392-4326cf77d5dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:23,412 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:23,413 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-f527222c-6cde-42d1-841e-3547f4a45520', 'x-compute-request-id': 'req-f527222c-6cde-42d1-841e-3547f4a45520', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:24,464 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:24,465 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-4e9f0722-f6fb-484f-88ea-f8945288a6de', 'x-compute-request-id': 'req-4e9f0722-f6fb-484f-88ea-f8945288a6de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:25,518 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:03:25,519 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-31b8dab7-bf41-45cf-bf37-a8ebe7a13848', 'x-compute-request-id': 'req-31b8dab7-bf41-45cf-bf37-a8ebe7a13848', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:26,570 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:26,570 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-70d953c7-770f-4fd0-a71d-08574cfde283', 'x-compute-request-id': 'req-70d953c7-770f-4fd0-a71d-08574cfde283', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:27,622 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:27,622 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-46c97c70-f189-48a0-ab9c-e437d017b365', 'x-compute-request-id': 'req-46c97c70-f189-48a0-ab9c-e437d017b365', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:28,677 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:03:28,677 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-eb68bf34-e505-4b46-981b-959c8dc3399f', 'x-compute-request-id': 'req-eb68bf34-e505-4b46-981b-959c8dc3399f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:29,730 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:29,730 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-e44338d8-e833-4031-8333-a1453caa6522', 'x-compute-request-id': 'req-e44338d8-e833-4031-8333-a1453caa6522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:30,784 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:03:30,785 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-e4901e55-3e96-4814-bf2f-c9b4ffee11ec', 'x-compute-request-id': 'req-e4901e55-3e96-4814-bf2f-c9b4ffee11ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:31,837 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:31,838 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-d59d433a-0aa2-42c9-8cd0-f1b0a00bb542', 'x-compute-request-id': 'req-d59d433a-0aa2-42c9-8cd0-f1b0a00bb542', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:32,891 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:03:32,891 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-bc046ad3-5d02-4b2f-9ace-b686b8806912', 'x-compute-request-id': 'req-bc046ad3-5d02-4b2f-9ace-b686b8806912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:33,944 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:33,944 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-94f654fb-9d0a-4ccb-8ddd-b09f108f52c0', 'x-compute-request-id': 'req-94f654fb-9d0a-4ccb-8ddd-b09f108f52c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:34,997 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:34,997 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-041a479b-6d67-4d93-a21e-03f68169e3bc', 'x-compute-request-id': 'req-041a479b-6d67-4d93-a21e-03f68169e3bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:36,051 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:03:36,051 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-4221ae34-88fc-4e68-9301-1b9a98edda86', 'x-compute-request-id': 'req-4221ae34-88fc-4e68-9301-1b9a98edda86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:37,108 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.053s 2022-09-13 20:03:37,109 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-8257be61-ac84-4cf7-9b5c-f01f1fefeeb7', 'x-compute-request-id': 'req-8257be61-ac84-4cf7-9b5c-f01f1fefeeb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:38,172 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.060s 2022-09-13 20:03:38,173 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-ed439fd4-d6e2-44f7-8927-f3963662e6e1', 'x-compute-request-id': 'req-ed439fd4-d6e2-44f7-8927-f3963662e6e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:39,225 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:39,226 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-aaac1c5c-9c50-4fb2-9f26-74a53b353314', 'x-compute-request-id': 'req-aaac1c5c-9c50-4fb2-9f26-74a53b353314', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:40,279 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:03:40,279 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-5c54f1e8-aebd-419c-b33a-fe7d14af7c05', 'x-compute-request-id': 'req-5c54f1e8-aebd-419c-b33a-fe7d14af7c05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:41,331 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:41,332 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-7ea54f16-a9d8-48a2-aa6e-19ee6001521d', 'x-compute-request-id': 'req-7ea54f16-a9d8-48a2-aa6e-19ee6001521d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:42,385 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:03:42,386 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-1cc5ac3c-3e76-4469-a740-30c645381f88', 'x-compute-request-id': 'req-1cc5ac3c-3e76-4469-a740-30c645381f88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:43,439 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:03:43,439 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-4cd96393-086c-47cb-ae9b-93a34f9b6286', 'x-compute-request-id': 'req-4cd96393-086c-47cb-ae9b-93a34f9b6286', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:44,492 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:44,492 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-1d8372bb-c8c7-4b5a-84c8-c18b2a5b2490', 'x-compute-request-id': 'req-1d8372bb-c8c7-4b5a-84c8-c18b2a5b2490', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:45,547 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:03:45,547 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-2dd20689-8cd9-4e5e-a8d7-0617f7605e19', 'x-compute-request-id': 'req-2dd20689-8cd9-4e5e-a8d7-0617f7605e19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:46,600 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:03:46,601 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-abf28191-1bae-4581-92d8-2af14646e700', 'x-compute-request-id': 'req-abf28191-1bae-4581-92d8-2af14646e700', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:47,652 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:47,653 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-9bf669be-4647-466a-af1b-1d555eaeff7c', 'x-compute-request-id': 'req-9bf669be-4647-466a-af1b-1d555eaeff7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:48,704 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:48,705 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-7a139819-6039-4972-8047-be1bc95a89f5', 'x-compute-request-id': 'req-7a139819-6039-4972-8047-be1bc95a89f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:49,756 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:03:49,756 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-38fb32e0-0f02-427c-bb53-1bc6866e144d', 'x-compute-request-id': 'req-38fb32e0-0f02-427c-bb53-1bc6866e144d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:50,809 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:50,809 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-1c119d78-cedc-42a1-960f-f83efcbaeafa', 'x-compute-request-id': 'req-1c119d78-cedc-42a1-960f-f83efcbaeafa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:51,862 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:03:51,863 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-1aafbec6-29a4-415d-bb11-b46c151381ab', 'x-compute-request-id': 'req-1aafbec6-29a4-415d-bb11-b46c151381ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:52,918 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:03:52,918 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-b183db0a-8a16-46d2-b8e7-bd1fd2494104', 'x-compute-request-id': 'req-b183db0a-8a16-46d2-b8e7-bd1fd2494104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:53,974 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:03:53,974 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-caaed3ec-e3a6-43ee-a8b5-1e0697ff9302', 'x-compute-request-id': 'req-caaed3ec-e3a6-43ee-a8b5-1e0697ff9302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:55,026 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:03:55,026 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-8563a625-90ef-4fed-9016-35bde404e837', 'x-compute-request-id': 'req-8563a625-90ef-4fed-9016-35bde404e837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:56,082 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:03:56,082 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-c3863b54-06ed-4fc8-94a7-99d09ce59841', 'x-compute-request-id': 'req-c3863b54-06ed-4fc8-94a7-99d09ce59841', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:57,140 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.053s 2022-09-13 20:03:57,141 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-a5c5e755-4ad7-45c7-b5e7-86d37437c357', 'x-compute-request-id': 'req-a5c5e755-4ad7-45c7-b5e7-86d37437c357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:58,193 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:03:58,193 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-3bc4a5f4-e477-4b91-a695-1cf65cfe07fd', 'x-compute-request-id': 'req-3bc4a5f4-e477-4b91-a695-1cf65cfe07fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:03:59,246 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:03:59,246 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-8e69dc83-60d8-489f-bb7f-0fc761afae22', 'x-compute-request-id': 'req-8e69dc83-60d8-489f-bb7f-0fc761afae22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:00,298 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:04:00,298 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-2fefddba-6892-467a-91fc-dbfe6048046c', 'x-compute-request-id': 'req-2fefddba-6892-467a-91fc-dbfe6048046c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:01,350 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:04:01,351 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-ea38758e-0e78-411d-b7bf-6e2361695e4b', 'x-compute-request-id': 'req-ea38758e-0e78-411d-b7bf-6e2361695e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:02,403 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:04:02,404 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-61b09236-07e0-4668-bf33-ab72b6e1a5fe', 'x-compute-request-id': 'req-61b09236-07e0-4668-bf33-ab72b6e1a5fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:03,461 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.053s 2022-09-13 20:04:03,461 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-8785bffe-66a9-47b1-9819-7d6ef3c428cc', 'x-compute-request-id': 'req-8785bffe-66a9-47b1-9819-7d6ef3c428cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:04,514 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:04:04,514 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-9481c12c-ee68-4049-bfca-e4c755b293ae', 'x-compute-request-id': 'req-9481c12c-ee68-4049-bfca-e4c755b293ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:05,567 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:04:05,567 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-3593366f-d682-4856-b4b5-f9361af2d328', 'x-compute-request-id': 'req-3593366f-d682-4856-b4b5-f9361af2d328', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:06,620 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:04:06,620 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-d5276f92-d2d0-4d48-97e9-843345bca9f9', 'x-compute-request-id': 'req-d5276f92-d2d0-4d48-97e9-843345bca9f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:07,672 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:04:07,672 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-7938482e-c8af-458a-8210-2f33407be0f0', 'x-compute-request-id': 'req-7938482e-c8af-458a-8210-2f33407be0f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:08,724 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:04:08,725 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-f26ef529-4bca-4cd3-a13f-5bdcc8d03fd1', 'x-compute-request-id': 'req-f26ef529-4bca-4cd3-a13f-5bdcc8d03fd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:09,779 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:04:09,779 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-a4369873-b14f-461a-bd70-ea2ddfe23218', 'x-compute-request-id': 'req-a4369873-b14f-461a-bd70-ea2ddfe23218', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:10,833 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:04:10,833 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-532ff3f0-dcf3-485f-9942-957c7fa83378', 'x-compute-request-id': 'req-532ff3f0-dcf3-485f-9942-957c7fa83378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:11,886 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:04:11,886 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-eaf4144a-d182-43f2-ae81-2d127cdabde4', 'x-compute-request-id': 'req-eaf4144a-d182-43f2-ae81-2d127cdabde4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:12,939 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:04:12,940 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-7e963492-1d10-4dea-8940-c28d0aab3df2', 'x-compute-request-id': 'req-7e963492-1d10-4dea-8940-c28d0aab3df2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:14,002 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.058s 2022-09-13 20:04:14,002 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-0406911c-e538-48cb-b755-53d446b46e2e', 'x-compute-request-id': 'req-0406911c-e538-48cb-b755-53d446b46e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:15,055 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:04:15,056 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-a84bc7eb-1583-43b6-8be9-2561e86c442a', 'x-compute-request-id': 'req-a84bc7eb-1583-43b6-8be9-2561e86c442a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:16,107 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:04:16,107 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-9e3e712c-bd5a-46f6-b394-c13e995344ef', 'x-compute-request-id': 'req-9e3e712c-bd5a-46f6-b394-c13e995344ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:17,163 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.052s 2022-09-13 20:04:17,163 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-a6e98f7e-4a93-4fca-959e-729068a39865', 'x-compute-request-id': 'req-a6e98f7e-4a93-4fca-959e-729068a39865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:18,217 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:04:18,217 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-47eb2487-1682-440d-9271-8e872cb6826f', 'x-compute-request-id': 'req-47eb2487-1682-440d-9271-8e872cb6826f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:19,269 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:04:19,270 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-9fcc5b08-124e-456a-9847-ba3d0c62a25c', 'x-compute-request-id': 'req-9fcc5b08-124e-456a-9847-ba3d0c62a25c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:20,322 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:04:20,322 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-ceda7839-d1ed-4fce-b5e7-a1b84404f31d', 'x-compute-request-id': 'req-ceda7839-d1ed-4fce-b5e7-a1b84404f31d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:21,374 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:04:21,374 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-54350dec-f457-486e-8e52-03faa9094a73', 'x-compute-request-id': 'req-54350dec-f457-486e-8e52-03faa9094a73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:22,426 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:04:22,427 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-3c6e6d19-19c7-490d-a158-b9564349c193', 'x-compute-request-id': 'req-3c6e6d19-19c7-490d-a158-b9564349c193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:23,479 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:04:23,480 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-15fcc752-aee4-4526-aefa-55c660a68b7d', 'x-compute-request-id': 'req-15fcc752-aee4-4526-aefa-55c660a68b7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:24,534 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:04:24,535 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-a2654df5-4f5a-4760-bb2d-cb84bc060d2c', 'x-compute-request-id': 'req-a2654df5-4f5a-4760-bb2d-cb84bc060d2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:25,588 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:04:25,588 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-92a2e03f-5bf9-430e-bdde-43816b819b54', 'x-compute-request-id': 'req-92a2e03f-5bf9-430e-bdde-43816b819b54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:26,644 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:04:26,644 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-7995a5a9-4ab0-4e69-a64b-dfa09c65f94f', 'x-compute-request-id': 'req-7995a5a9-4ab0-4e69-a64b-dfa09c65f94f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:27,698 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:04:27,698 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-7db77a32-918c-41c2-88ec-20089dffe16d', 'x-compute-request-id': 'req-7db77a32-918c-41c2-88ec-20089dffe16d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:28,749 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:04:28,750 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-57af4f6e-ceb1-44a1-a090-0f3d940c35b1', 'x-compute-request-id': 'req-57af4f6e-ceb1-44a1-a090-0f3d940c35b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:29,803 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:04:29,803 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-ed2dd52c-fc84-4a1a-b7f5-37406665a9aa', 'x-compute-request-id': 'req-ed2dd52c-fc84-4a1a-b7f5-37406665a9aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:30,860 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.053s 2022-09-13 20:04:30,861 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-4421d16c-faa5-430b-988d-40ad0c9fabc5', 'x-compute-request-id': 'req-4421d16c-faa5-430b-988d-40ad0c9fabc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:31,915 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:04:31,916 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-3ea01dcf-94a4-48e1-b6dc-11e8a0d60e93', 'x-compute-request-id': 'req-3ea01dcf-94a4-48e1-b6dc-11e8a0d60e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:32,972 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.053s 2022-09-13 20:04:32,973 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-08667cf4-50e4-41aa-b71d-ca89d789884e', 'x-compute-request-id': 'req-08667cf4-50e4-41aa-b71d-ca89d789884e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:34,026 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:04:34,026 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-fe53ec30-216a-4833-aaae-8035fec39884', 'x-compute-request-id': 'req-fe53ec30-216a-4833-aaae-8035fec39884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:35,080 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:04:35,081 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-ccf63037-c26f-4d67-8b36-955bb6462f08', 'x-compute-request-id': 'req-ccf63037-c26f-4d67-8b36-955bb6462f08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:36,145 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.060s 2022-09-13 20:04:36,145 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-0ae07851-d78c-4829-9636-2519ac475ac1', 'x-compute-request-id': 'req-0ae07851-d78c-4829-9636-2519ac475ac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:37,199 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:04:37,199 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-3337be41-fc3c-421b-bdcb-3bafe0d2e9ab', 'x-compute-request-id': 'req-3337be41-fc3c-421b-bdcb-3bafe0d2e9ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:38,255 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.052s 2022-09-13 20:04:38,255 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-5f447105-e410-45b2-add3-f3be7064d8a0', 'x-compute-request-id': 'req-5f447105-e410-45b2-add3-f3be7064d8a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:39,308 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:04:39,308 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-a3cdf918-f7ec-42a2-ae7d-7101b2f993c2', 'x-compute-request-id': 'req-a3cdf918-f7ec-42a2-ae7d-7101b2f993c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:40,361 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:04:40,361 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-5e6d01b2-9a4d-474d-956c-d29b3992c880', 'x-compute-request-id': 'req-5e6d01b2-9a4d-474d-956c-d29b3992c880', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:41,419 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.054s 2022-09-13 20:04:41,420 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-cd848f67-274a-4de8-b989-897132567253', 'x-compute-request-id': 'req-cd848f67-274a-4de8-b989-897132567253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:42,474 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:04:42,475 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-99dd3eff-7f1b-475b-9803-cf7f4bfe32c7', 'x-compute-request-id': 'req-99dd3eff-7f1b-475b-9803-cf7f4bfe32c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:43,537 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.058s 2022-09-13 20:04:43,538 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-80f3ea2d-b18f-4126-9ec3-9e9187166ee5', 'x-compute-request-id': 'req-80f3ea2d-b18f-4126-9ec3-9e9187166ee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:44,591 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:04:44,591 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-87e60ed3-c330-4c4a-90a2-c042f0777465', 'x-compute-request-id': 'req-87e60ed3-c330-4c4a-90a2-c042f0777465', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:45,645 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:04:45,645 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-f91236f0-f95d-4dbe-834e-bd1d515a8c54', 'x-compute-request-id': 'req-f91236f0-f95d-4dbe-834e-bd1d515a8c54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:46,699 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:04:46,699 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-2abc89ac-db54-4fbe-8b54-95c98d8e557a', 'x-compute-request-id': 'req-2abc89ac-db54-4fbe-8b54-95c98d8e557a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:47,751 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:04:47,752 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-742f6387-c61b-4109-b698-a2f771306505', 'x-compute-request-id': 'req-742f6387-c61b-4109-b698-a2f771306505', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:48,807 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:04:48,808 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-f89bd99a-3058-4a3f-bf4c-81e8960d8cdd', 'x-compute-request-id': 'req-f89bd99a-3058-4a3f-bf4c-81e8960d8cdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:49,864 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.052s 2022-09-13 20:04:49,864 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-3f0a2a10-aead-4cff-a30e-8423e5e66da1', 'x-compute-request-id': 'req-3f0a2a10-aead-4cff-a30e-8423e5e66da1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:50,918 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:04:50,919 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-fb752893-c901-4b2d-93fb-0f1208bfa7ee', 'x-compute-request-id': 'req-fb752893-c901-4b2d-93fb-0f1208bfa7ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:51,971 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:04:51,971 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-8a3ee2be-b2d1-4870-8c0f-49a61c2074c7', 'x-compute-request-id': 'req-8a3ee2be-b2d1-4870-8c0f-49a61c2074c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:53,023 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:04:53,023 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-f21432e8-1451-48ce-a14b-36227d08c478', 'x-compute-request-id': 'req-f21432e8-1451-48ce-a14b-36227d08c478', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:54,079 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:04:54,080 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-b9ce4906-ffe0-4fef-aadd-cd85aac8eb08', 'x-compute-request-id': 'req-b9ce4906-ffe0-4fef-aadd-cd85aac8eb08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:55,132 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:04:55,133 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-2f08c4fa-694f-4f8e-b104-c1418bbfcd9c', 'x-compute-request-id': 'req-2f08c4fa-694f-4f8e-b104-c1418bbfcd9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:56,185 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:04:56,185 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-ab930d78-0bc8-4e7d-8cc0-be98a9b30e69', 'x-compute-request-id': 'req-ab930d78-0bc8-4e7d-8cc0-be98a9b30e69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:57,238 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:04:57,238 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-846501e1-d62c-4bff-88af-e623152828e3', 'x-compute-request-id': 'req-846501e1-d62c-4bff-88af-e623152828e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:58,290 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:04:58,291 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-8ed75909-84b7-47c1-aa7d-63a174092dc8', 'x-compute-request-id': 'req-8ed75909-84b7-47c1-aa7d-63a174092dc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:04:59,343 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:04:59,343 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04: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-7b0fb462-8f37-401c-b132-6c132df1fd00', 'x-compute-request-id': 'req-7b0fb462-8f37-401c-b132-6c132df1fd00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:00,396 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:05:00,396 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-e732e5fb-b0b4-4929-a395-81623bd2b70c', 'x-compute-request-id': 'req-e732e5fb-b0b4-4929-a395-81623bd2b70c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:01,448 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:05:01,448 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-6a3d999d-5e16-49f3-89ee-c317a92a7800', 'x-compute-request-id': 'req-6a3d999d-5e16-49f3-89ee-c317a92a7800', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:02,505 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.052s 2022-09-13 20:05:02,505 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-8b821019-d8e0-4226-8296-b28589a49b21', 'x-compute-request-id': 'req-8b821019-d8e0-4226-8296-b28589a49b21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:03,558 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:05:03,558 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-60b60b5d-650f-4453-b80a-c7812a1b9a9a', 'x-compute-request-id': 'req-60b60b5d-650f-4453-b80a-c7812a1b9a9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:04,611 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:05:04,611 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-d3d07d4f-872f-4fcc-8fc8-a4960335b395', 'x-compute-request-id': 'req-d3d07d4f-872f-4fcc-8fc8-a4960335b395', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:05,663 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:05:05,663 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-306fba66-a9b1-4352-8598-99b8bdfd02ce', 'x-compute-request-id': 'req-306fba66-a9b1-4352-8598-99b8bdfd02ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:06,715 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:05:06,715 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-f2d3335c-9843-4b5f-911a-8f4b68968088', 'x-compute-request-id': 'req-f2d3335c-9843-4b5f-911a-8f4b68968088', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:07,768 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:05:07,768 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-c59a7769-bcda-441f-8ddf-673eed657454', 'x-compute-request-id': 'req-c59a7769-bcda-441f-8ddf-673eed657454', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:08,820 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:05:08,820 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-f69d95c0-61c5-4301-9402-c069ee28a461', 'x-compute-request-id': 'req-f69d95c0-61c5-4301-9402-c069ee28a461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:09,873 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:05:09,874 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-7250d248-ee1d-407e-aa20-78962dfc1996', 'x-compute-request-id': 'req-7250d248-ee1d-407e-aa20-78962dfc1996', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:10,925 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:05:10,926 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-dd0688b3-69e5-457a-bb2b-9d16d9edf44d', 'x-compute-request-id': 'req-dd0688b3-69e5-457a-bb2b-9d16d9edf44d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:11,978 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:05:11,978 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-351da001-59d6-434c-a294-069ca41cafd0', 'x-compute-request-id': 'req-351da001-59d6-434c-a294-069ca41cafd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:13,031 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:05:13,032 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-737681bb-9208-469d-b25a-80ddf4c17d8d', 'x-compute-request-id': 'req-737681bb-9208-469d-b25a-80ddf4c17d8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:14,087 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:05:14,087 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-32090f3f-e303-4798-80ba-ddca3d056149', 'x-compute-request-id': 'req-32090f3f-e303-4798-80ba-ddca3d056149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:15,141 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:05:15,142 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-d5a626ec-772b-459a-bfe0-fa2e55e7b453', 'x-compute-request-id': 'req-d5a626ec-772b-459a-bfe0-fa2e55e7b453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:16,193 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:05:16,194 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-23205d40-748b-45cf-ad11-b120e1afd210', 'x-compute-request-id': 'req-23205d40-748b-45cf-ad11-b120e1afd210', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:17,247 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:05:17,247 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-f0122eda-6d64-4ccb-b592-3ddb3086c281', 'x-compute-request-id': 'req-f0122eda-6d64-4ccb-b592-3ddb3086c281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:18,303 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:05:18,303 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-98e5b587-0436-46e1-8858-6c346489c34a', 'x-compute-request-id': 'req-98e5b587-0436-46e1-8858-6c346489c34a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:19,355 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:05:19,356 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-80aecf41-af2c-4d30-88d0-f5df765c40fe', 'x-compute-request-id': 'req-80aecf41-af2c-4d30-88d0-f5df765c40fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:20,409 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:05:20,409 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-229bdb57-03ca-40eb-adaa-f715e4f6560d', 'x-compute-request-id': 'req-229bdb57-03ca-40eb-adaa-f715e4f6560d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:21,461 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:05:21,461 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-13f45e4c-f6ba-466f-8a4e-b402d1ab69d9', 'x-compute-request-id': 'req-13f45e4c-f6ba-466f-8a4e-b402d1ab69d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:22,514 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:05:22,514 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-a3173712-9dc0-467d-8573-984d8b6e0944', 'x-compute-request-id': 'req-a3173712-9dc0-467d-8573-984d8b6e0944', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:23,566 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:05:23,566 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-56475035-7719-4215-a8fe-0320576cfaa5', 'x-compute-request-id': 'req-56475035-7719-4215-a8fe-0320576cfaa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:24,619 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:05:24,619 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-721e8472-9894-4ba4-a1a2-9107acaaf2e4', 'x-compute-request-id': 'req-721e8472-9894-4ba4-a1a2-9107acaaf2e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:25,671 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:05:25,672 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-553820d8-8bea-4407-8285-b0616efb6bcb', 'x-compute-request-id': 'req-553820d8-8bea-4407-8285-b0616efb6bcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:26,724 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:05:26,724 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-1dcd1717-cd9c-45a9-8180-af7780be111d', 'x-compute-request-id': 'req-1dcd1717-cd9c-45a9-8180-af7780be111d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:27,783 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.055s 2022-09-13 20:05:27,784 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-f425fda9-f5e6-4bab-8031-18a85991008a', 'x-compute-request-id': 'req-f425fda9-f5e6-4bab-8031-18a85991008a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:28,836 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:05:28,836 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-3380793d-d41f-4529-b702-a78ef873c5e8', 'x-compute-request-id': 'req-3380793d-d41f-4529-b702-a78ef873c5e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:29,890 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:05:29,890 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-a9a24e0a-f14d-45f9-afc7-6f64d58854a2', 'x-compute-request-id': 'req-a9a24e0a-f14d-45f9-afc7-6f64d58854a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:30,943 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:05:30,944 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-91702dba-e5e1-4163-a28f-9186f0554692', 'x-compute-request-id': 'req-91702dba-e5e1-4163-a28f-9186f0554692', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:31,996 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:05:31,996 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-e3218d44-d6e0-481c-bde8-ffa380485e76', 'x-compute-request-id': 'req-e3218d44-d6e0-481c-bde8-ffa380485e76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:33,048 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:05:33,048 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-83648152-8173-482b-8b72-e824a0e597dc', 'x-compute-request-id': 'req-83648152-8173-482b-8b72-e824a0e597dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:34,102 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:05:34,103 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-3bee5298-bb7f-40d4-a3f0-ac2167bddf63', 'x-compute-request-id': 'req-3bee5298-bb7f-40d4-a3f0-ac2167bddf63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:35,161 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.055s 2022-09-13 20:05:35,162 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-e6d9a499-068f-4e7e-8775-972b7922a449', 'x-compute-request-id': 'req-e6d9a499-068f-4e7e-8775-972b7922a449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:36,217 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.052s 2022-09-13 20:05:36,218 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-9b432eb8-58c4-490d-95a2-6a9810936a43', 'x-compute-request-id': 'req-9b432eb8-58c4-490d-95a2-6a9810936a43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:37,271 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:05:37,272 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-db8788ed-b96b-4b3a-af3e-f8b27627648f', 'x-compute-request-id': 'req-db8788ed-b96b-4b3a-af3e-f8b27627648f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:38,326 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:05:38,326 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-d0a1f4b9-1f46-451c-a40d-c8d476ef2f3a', 'x-compute-request-id': 'req-d0a1f4b9-1f46-451c-a40d-c8d476ef2f3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:39,380 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:05:39,380 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-3654fdb4-e215-4835-ba52-f4dcb7ada88e', 'x-compute-request-id': 'req-3654fdb4-e215-4835-ba52-f4dcb7ada88e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:40,433 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:05:40,434 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-aae8fa18-39d4-4407-953c-3685b0042d3c', 'x-compute-request-id': 'req-aae8fa18-39d4-4407-953c-3685b0042d3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:41,485 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:05:41,486 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-bb257019-3c9e-48cc-92bf-a49fba46f998', 'x-compute-request-id': 'req-bb257019-3c9e-48cc-92bf-a49fba46f998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:42,541 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:05:42,543 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-a64eb9b8-9c1d-42ea-aa1c-9bfcf859db35', 'x-compute-request-id': 'req-a64eb9b8-9c1d-42ea-aa1c-9bfcf859db35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:43,596 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:05:43,596 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-9f5d95c2-2e15-409a-8984-e4cff95d4ef4', 'x-compute-request-id': 'req-9f5d95c2-2e15-409a-8984-e4cff95d4ef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:44,652 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:05:44,652 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-023d19d6-6357-4963-91fe-890f738e69e4', 'x-compute-request-id': 'req-023d19d6-6357-4963-91fe-890f738e69e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:45,705 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:05:45,705 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-43ee5128-944e-48b7-b33f-72362141463e', 'x-compute-request-id': 'req-43ee5128-944e-48b7-b33f-72362141463e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:46,757 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:05:46,758 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-de812925-e623-49cf-9390-b38a349d7b2b', 'x-compute-request-id': 'req-de812925-e623-49cf-9390-b38a349d7b2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:47,811 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:05:47,811 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-61a5b3c7-dafd-451b-be16-261b05c37919', 'x-compute-request-id': 'req-61a5b3c7-dafd-451b-be16-261b05c37919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:48,867 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:05:48,867 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-b8dabf10-6877-4523-91e9-f2579b7ae1ce', 'x-compute-request-id': 'req-b8dabf10-6877-4523-91e9-f2579b7ae1ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:49,921 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:05:49,922 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-cb27ed75-6d1f-4550-8eee-8942626c9a1c', 'x-compute-request-id': 'req-cb27ed75-6d1f-4550-8eee-8942626c9a1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:50,973 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:05:50,974 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-b68838c5-828f-482f-88ad-cf2ebe6400b0', 'x-compute-request-id': 'req-b68838c5-828f-482f-88ad-cf2ebe6400b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:52,026 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:05:52,026 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-3f5ea604-99d1-4368-977e-39ce027f79f5', 'x-compute-request-id': 'req-3f5ea604-99d1-4368-977e-39ce027f79f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:53,078 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:05:53,078 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-cbd291cd-ff4d-48cf-9870-43ac3d1ae6ce', 'x-compute-request-id': 'req-cbd291cd-ff4d-48cf-9870-43ac3d1ae6ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:54,137 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.055s 2022-09-13 20:05:54,138 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-b5990230-b419-404f-b891-baec8d2452b1', 'x-compute-request-id': 'req-b5990230-b419-404f-b891-baec8d2452b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:55,198 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.056s 2022-09-13 20:05:55,198 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-154a94b7-8ed1-41ac-b7e9-2aa7f1e1edbc', 'x-compute-request-id': 'req-154a94b7-8ed1-41ac-b7e9-2aa7f1e1edbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:56,251 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:05:56,251 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-6b815a6c-2e33-4e31-be14-e7f83b1ebb18', 'x-compute-request-id': 'req-6b815a6c-2e33-4e31-be14-e7f83b1ebb18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:57,302 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:05:57,302 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-5d1b7304-409d-425b-ab92-b18677ed3c12', 'x-compute-request-id': 'req-5d1b7304-409d-425b-ab92-b18677ed3c12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:58,357 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:05:58,357 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-91bbb2c3-f2f8-4988-b742-8455ebb0d230', 'x-compute-request-id': 'req-91bbb2c3-f2f8-4988-b742-8455ebb0d230', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:05:59,410 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:05:59,410 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05: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-f1418ba3-6b2e-45bf-b58b-a03ed0ab9bbb', 'x-compute-request-id': 'req-f1418ba3-6b2e-45bf-b58b-a03ed0ab9bbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:00,472 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.057s 2022-09-13 20:06:00,472 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-8f594dd4-7193-41bf-a6fe-2bf8b442f7b3', 'x-compute-request-id': 'req-8f594dd4-7193-41bf-a6fe-2bf8b442f7b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:01,526 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:06:01,526 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-797a2893-3ff3-4382-b31d-8ee57e0d7ecb', 'x-compute-request-id': 'req-797a2893-3ff3-4382-b31d-8ee57e0d7ecb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:02,579 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:06:02,579 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-2baeadb8-cb04-4351-af9a-97cc24dd454a', 'x-compute-request-id': 'req-2baeadb8-cb04-4351-af9a-97cc24dd454a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:03,631 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:06:03,631 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-c6d66c6e-25ab-4e43-b8fc-4ac80ae7e28a', 'x-compute-request-id': 'req-c6d66c6e-25ab-4e43-b8fc-4ac80ae7e28a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:04,684 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:06:04,684 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-242c62c6-e64b-4c2e-a4a1-fbe187225a7a', 'x-compute-request-id': 'req-242c62c6-e64b-4c2e-a4a1-fbe187225a7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:05,737 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:06:05,738 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-f51e2a8c-dcf1-48ca-a6e9-68fa694111e6', 'x-compute-request-id': 'req-f51e2a8c-dcf1-48ca-a6e9-68fa694111e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:06,791 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:06:06,791 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-6f0992e9-561c-4df0-b75d-6e2bc6953a35', 'x-compute-request-id': 'req-6f0992e9-561c-4df0-b75d-6e2bc6953a35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:07,844 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:06:07,845 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-cd59396c-9d9c-425b-abc6-b843ac499ff3', 'x-compute-request-id': 'req-cd59396c-9d9c-425b-abc6-b843ac499ff3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:08,900 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:06:08,901 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-95ce751d-7be0-4cca-afbf-bc48c6694def', 'x-compute-request-id': 'req-95ce751d-7be0-4cca-afbf-bc48c6694def', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:09,953 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:06:09,954 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-b9f4d5aa-003f-4684-8f9c-5168d0d18833', 'x-compute-request-id': 'req-b9f4d5aa-003f-4684-8f9c-5168d0d18833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:11,006 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:06:11,006 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-ccc24fd9-99c1-4f7f-9ce7-365515e5d1a2', 'x-compute-request-id': 'req-ccc24fd9-99c1-4f7f-9ce7-365515e5d1a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:12,059 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:06:12,059 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-45fd942d-70c2-4f56-9f68-6fec0b74368b', 'x-compute-request-id': 'req-45fd942d-70c2-4f56-9f68-6fec0b74368b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:13,111 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:06:13,112 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-7bb17e04-e95b-47e4-aacc-c8749c57d6b1', 'x-compute-request-id': 'req-7bb17e04-e95b-47e4-aacc-c8749c57d6b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:14,163 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:06:14,164 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-99965fec-2e77-40b0-acfe-899e67ee86b2', 'x-compute-request-id': 'req-99965fec-2e77-40b0-acfe-899e67ee86b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:15,217 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:06:15,217 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-548fb959-54e2-45c6-9ba8-d9836299dae7', 'x-compute-request-id': 'req-548fb959-54e2-45c6-9ba8-d9836299dae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:16,272 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:06:16,273 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-2f50cf9e-062d-4b77-8544-0a7b66825f87', 'x-compute-request-id': 'req-2f50cf9e-062d-4b77-8544-0a7b66825f87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:17,325 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:06:17,326 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-ab8e4212-10f0-4035-bdf3-fb6287b73258', 'x-compute-request-id': 'req-ab8e4212-10f0-4035-bdf3-fb6287b73258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:18,379 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:06:18,380 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-217c916e-59ee-41a3-8cd5-f8edc3c0151b', 'x-compute-request-id': 'req-217c916e-59ee-41a3-8cd5-f8edc3c0151b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:19,432 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:06:19,433 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-a0f598d1-76c5-40f2-b7a9-b25e235b82bb', 'x-compute-request-id': 'req-a0f598d1-76c5-40f2-b7a9-b25e235b82bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:20,487 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:06:20,487 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-f88e6f77-c2e1-4e75-848d-ee08dd9bb819', 'x-compute-request-id': 'req-f88e6f77-c2e1-4e75-848d-ee08dd9bb819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:21,542 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:06:21,542 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-417f4d4c-ebf7-477f-a603-3116cd2a63b7', 'x-compute-request-id': 'req-417f4d4c-ebf7-477f-a603-3116cd2a63b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:22,594 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:06:22,594 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-87b336f0-af2f-4ed3-b0fd-3fbefdb71e86', 'x-compute-request-id': 'req-87b336f0-af2f-4ed3-b0fd-3fbefdb71e86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:23,647 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:06:23,648 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-921c2dbd-5e86-46a6-90da-522f7eb80d44', 'x-compute-request-id': 'req-921c2dbd-5e86-46a6-90da-522f7eb80d44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:24,700 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:06:24,700 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-3250e608-31fd-4db6-ae97-d0b1b6054c18', 'x-compute-request-id': 'req-3250e608-31fd-4db6-ae97-d0b1b6054c18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:25,752 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:06:25,753 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-9271aed4-ff26-4fec-83bb-205dfdd5e7c3', 'x-compute-request-id': 'req-9271aed4-ff26-4fec-83bb-205dfdd5e7c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:26,805 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:06:26,805 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-ac66de73-fb1a-4307-903a-352a1bac00fc', 'x-compute-request-id': 'req-ac66de73-fb1a-4307-903a-352a1bac00fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:27,858 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:06:27,858 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-4afd668a-03c3-4aff-899e-459e07df6319', 'x-compute-request-id': 'req-4afd668a-03c3-4aff-899e-459e07df6319', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:28,912 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:06:28,912 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-bce30cd1-ff8b-49f7-820d-29332caa0536', 'x-compute-request-id': 'req-bce30cd1-ff8b-49f7-820d-29332caa0536', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:30,131 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.215s 2022-09-13 20:06:30,131 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-25830f16-0543-4ac3-9416-b6a627184a37', 'x-compute-request-id': 'req-25830f16-0543-4ac3-9416-b6a627184a37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:31,184 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:06:31,184 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-c09376e4-90cd-479c-98d5-3305742cea7d', 'x-compute-request-id': 'req-c09376e4-90cd-479c-98d5-3305742cea7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:32,235 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:06:32,236 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-c9d53e46-c5b3-4737-913a-943e5e487ea0', 'x-compute-request-id': 'req-c9d53e46-c5b3-4737-913a-943e5e487ea0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:33,288 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:06:33,288 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-73c0f61c-a538-4d1c-aec5-92fe3b9c8567', 'x-compute-request-id': 'req-73c0f61c-a538-4d1c-aec5-92fe3b9c8567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:34,340 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:06:34,341 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-8e860a84-baf0-48d7-8318-80d96000ebf8', 'x-compute-request-id': 'req-8e860a84-baf0-48d7-8318-80d96000ebf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:35,392 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:06:35,393 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-d04a957f-be6f-4276-8cae-3243da6851c3', 'x-compute-request-id': 'req-d04a957f-be6f-4276-8cae-3243da6851c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:36,446 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:06:36,447 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-497438f6-4586-435d-8ef2-a23151053756', 'x-compute-request-id': 'req-497438f6-4586-435d-8ef2-a23151053756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:37,498 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:06:37,498 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-af8750f7-5f2a-4135-a116-a0175da4d6d9', 'x-compute-request-id': 'req-af8750f7-5f2a-4135-a116-a0175da4d6d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:38,552 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:06:38,553 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-74ad5db6-9efb-4cec-8c9d-1dcd35eb06f4', 'x-compute-request-id': 'req-74ad5db6-9efb-4cec-8c9d-1dcd35eb06f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:39,608 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.052s 2022-09-13 20:06:39,608 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-310e04dc-9f2d-4711-a0f5-f502a72a8043', 'x-compute-request-id': 'req-310e04dc-9f2d-4711-a0f5-f502a72a8043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:40,664 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.052s 2022-09-13 20:06:40,665 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-f630290a-ea3d-4161-b972-39849d942e1d', 'x-compute-request-id': 'req-f630290a-ea3d-4161-b972-39849d942e1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:41,716 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:06:41,717 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-b0c40292-4165-4e63-a2d3-f88f202d6f82', 'x-compute-request-id': 'req-b0c40292-4165-4e63-a2d3-f88f202d6f82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:42,770 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:06:42,770 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-5cdb38d6-7242-4e28-86e5-0ca34f8332ac', 'x-compute-request-id': 'req-5cdb38d6-7242-4e28-86e5-0ca34f8332ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:43,824 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:06:43,825 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-ad3224a6-94e3-4edd-96e1-e00fdbdb102c', 'x-compute-request-id': 'req-ad3224a6-94e3-4edd-96e1-e00fdbdb102c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:44,889 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.061s 2022-09-13 20:06:44,890 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-5ccb91d7-d814-447b-8a1d-6205570c7215', 'x-compute-request-id': 'req-5ccb91d7-d814-447b-8a1d-6205570c7215', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:45,947 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.054s 2022-09-13 20:06:45,947 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-116a906b-bc81-489c-968d-f6f60c0faa76', 'x-compute-request-id': 'req-116a906b-bc81-489c-968d-f6f60c0faa76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:47,000 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:06:47,001 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-157ff737-3df2-4bf4-ad2e-b717f9b067b7', 'x-compute-request-id': 'req-157ff737-3df2-4bf4-ad2e-b717f9b067b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:48,054 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:06:48,054 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-4ff33603-878d-4083-9ca0-aeed8c7a020d', 'x-compute-request-id': 'req-4ff33603-878d-4083-9ca0-aeed8c7a020d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:49,107 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:06:49,108 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-b2a94794-4c07-47c7-a977-4540df825f04', 'x-compute-request-id': 'req-b2a94794-4c07-47c7-a977-4540df825f04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:50,162 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:06:50,162 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-347dade8-77de-4b95-8165-7a1f8b242c0d', 'x-compute-request-id': 'req-347dade8-77de-4b95-8165-7a1f8b242c0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:51,213 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:06:51,213 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-7eedd932-5dab-4578-a552-01be3d0ff97c', 'x-compute-request-id': 'req-7eedd932-5dab-4578-a552-01be3d0ff97c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:52,273 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.056s 2022-09-13 20:06:52,274 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-c9d14275-bb2b-4d67-b333-769ade976588', 'x-compute-request-id': 'req-c9d14275-bb2b-4d67-b333-769ade976588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:53,327 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:06:53,327 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-524e4ee5-2368-4a05-9d9c-490659bb1669', 'x-compute-request-id': 'req-524e4ee5-2368-4a05-9d9c-490659bb1669', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:54,379 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:06:54,379 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-ffe51a54-7d6c-4ac6-b739-400e23e249fe', 'x-compute-request-id': 'req-ffe51a54-7d6c-4ac6-b739-400e23e249fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:55,431 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:06:55,432 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-626ba0ee-56a7-4277-b07e-a2e411a11f5c', 'x-compute-request-id': 'req-626ba0ee-56a7-4277-b07e-a2e411a11f5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:56,484 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:06:56,484 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-f5b57758-7761-458b-a83a-2e2140ce446f', 'x-compute-request-id': 'req-f5b57758-7761-458b-a83a-2e2140ce446f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:57,539 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:06:57,540 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-e90cf2fd-c01e-4ebf-a282-bcd2cf6bb45d', 'x-compute-request-id': 'req-e90cf2fd-c01e-4ebf-a282-bcd2cf6bb45d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:58,599 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.055s 2022-09-13 20:06:58,599 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-0f94e32d-a02c-4a4b-8479-9b52eaa610ee', 'x-compute-request-id': 'req-0f94e32d-a02c-4a4b-8479-9b52eaa610ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:06:59,667 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.064s 2022-09-13 20:06:59,667 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06: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-d48d6de2-e474-464c-b8c7-d2027556ff0a', 'x-compute-request-id': 'req-d48d6de2-e474-464c-b8c7-d2027556ff0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:00,735 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.063s 2022-09-13 20:07:00,735 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-e82c7ccd-49f5-42f8-ae25-47c59f3b62f3', 'x-compute-request-id': 'req-e82c7ccd-49f5-42f8-ae25-47c59f3b62f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:01,797 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.057s 2022-09-13 20:07:01,797 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-38068f7d-2682-44eb-bb14-25842b12903c', 'x-compute-request-id': 'req-38068f7d-2682-44eb-bb14-25842b12903c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:02,860 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.058s 2022-09-13 20:07:02,860 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-cdfa5ccf-a483-4470-95ca-98ffaf4dbb59', 'x-compute-request-id': 'req-cdfa5ccf-a483-4470-95ca-98ffaf4dbb59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:03,944 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.079s 2022-09-13 20:07:03,944 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-431cb0f2-0520-4f6d-b4af-5e6ce971ddc3', 'x-compute-request-id': 'req-431cb0f2-0520-4f6d-b4af-5e6ce971ddc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:04,998 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:07:04,998 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-0a26c527-d68a-4a7f-ae66-959b32da68fc', 'x-compute-request-id': 'req-0a26c527-d68a-4a7f-ae66-959b32da68fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:06,051 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:07:06,051 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-6e86c0b8-1ffa-4256-bd4f-967e61d28378', 'x-compute-request-id': 'req-6e86c0b8-1ffa-4256-bd4f-967e61d28378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:07,103 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:07:07,103 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-568c4082-dcf9-473e-b146-1b98bc774a38', 'x-compute-request-id': 'req-568c4082-dcf9-473e-b146-1b98bc774a38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:08,157 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:07:08,157 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-e9686683-5190-48dd-b994-d898295b5fa6', 'x-compute-request-id': 'req-e9686683-5190-48dd-b994-d898295b5fa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:09,209 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:07:09,210 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-08fefba5-4b1f-45fe-a3cc-2cdacae1d96a', 'x-compute-request-id': 'req-08fefba5-4b1f-45fe-a3cc-2cdacae1d96a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:10,261 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:07:10,262 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-16493b97-441c-4050-b53a-c815c495ddb2', 'x-compute-request-id': 'req-16493b97-441c-4050-b53a-c815c495ddb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:11,314 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:07:11,315 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-ba4f467a-008b-4afd-aebf-1053bcdd4820', 'x-compute-request-id': 'req-ba4f467a-008b-4afd-aebf-1053bcdd4820', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:12,367 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:07:12,368 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-6b9eb04b-4d76-4467-8a82-d6d727e62071', 'x-compute-request-id': 'req-6b9eb04b-4d76-4467-8a82-d6d727e62071', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:13,421 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:07:13,421 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-83097b83-fef9-469f-b250-089539dc6d3a', 'x-compute-request-id': 'req-83097b83-fef9-469f-b250-089539dc6d3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:14,475 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:07:14,476 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-5dbd85d9-a903-4cd9-ad7a-48920cbb7dde', 'x-compute-request-id': 'req-5dbd85d9-a903-4cd9-ad7a-48920cbb7dde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:15,529 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:07:15,529 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-4a2e2f3b-5017-4736-83a2-2fdd57dcda94', 'x-compute-request-id': 'req-4a2e2f3b-5017-4736-83a2-2fdd57dcda94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:16,581 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:07:16,582 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-0abbd8a1-393e-4562-b6fa-d22c2ce90a5d', 'x-compute-request-id': 'req-0abbd8a1-393e-4562-b6fa-d22c2ce90a5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:17,639 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.053s 2022-09-13 20:07:17,640 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-2b9010f5-2bd7-4f94-aa98-3d3eb6446211', 'x-compute-request-id': 'req-2b9010f5-2bd7-4f94-aa98-3d3eb6446211', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:18,693 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:07:18,694 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-31b371c4-8a86-4b2a-af02-0acc73463299', 'x-compute-request-id': 'req-31b371c4-8a86-4b2a-af02-0acc73463299', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:19,745 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:07:19,746 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-8a04e043-11b9-401e-a8b1-864ddea261a4', 'x-compute-request-id': 'req-8a04e043-11b9-401e-a8b1-864ddea261a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:20,798 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:07:20,799 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-0194390a-f176-4e88-a550-c5dd3c2aea40', 'x-compute-request-id': 'req-0194390a-f176-4e88-a550-c5dd3c2aea40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:21,852 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:07:21,853 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-2d8913c3-3956-4ace-ba71-19134f541e3b', 'x-compute-request-id': 'req-2d8913c3-3956-4ace-ba71-19134f541e3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:22,908 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:07:22,908 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-aa97dc55-574a-4932-80ca-28d0866ba193', 'x-compute-request-id': 'req-aa97dc55-574a-4932-80ca-28d0866ba193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:23,960 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:07:23,960 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-faaf7559-bb7a-457b-a9fb-b293c67677cc', 'x-compute-request-id': 'req-faaf7559-bb7a-457b-a9fb-b293c67677cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:25,013 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:07:25,013 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-cd1c338e-dcd4-4ed8-841b-68fc3cf28035', 'x-compute-request-id': 'req-cd1c338e-dcd4-4ed8-841b-68fc3cf28035', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:26,067 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:07:26,067 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-ec7f2ad2-eaca-4f79-9208-a5ee986115ba', 'x-compute-request-id': 'req-ec7f2ad2-eaca-4f79-9208-a5ee986115ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:27,120 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:07:27,120 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-5c780fa7-cc51-4ceb-adb8-4b765710af05', 'x-compute-request-id': 'req-5c780fa7-cc51-4ceb-adb8-4b765710af05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:28,172 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:07:28,173 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-bca5e1d6-3ef4-4f87-8b3b-429c6821f288', 'x-compute-request-id': 'req-bca5e1d6-3ef4-4f87-8b3b-429c6821f288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:29,224 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:07:29,225 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-c3eace73-ed9a-45fc-b348-c9fd38963668', 'x-compute-request-id': 'req-c3eace73-ed9a-45fc-b348-c9fd38963668', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:30,278 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:07:30,279 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-33fc9f93-3dc0-48b1-b304-364b8b9b2b0c', 'x-compute-request-id': 'req-33fc9f93-3dc0-48b1-b304-364b8b9b2b0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:31,329 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:07:31,330 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-cc2d3363-6b8a-4a10-ad24-225679c9319e', 'x-compute-request-id': 'req-cc2d3363-6b8a-4a10-ad24-225679c9319e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:32,383 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:07:32,383 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-af6f974e-87e2-4176-9e85-cd30c0028dd2', 'x-compute-request-id': 'req-af6f974e-87e2-4176-9e85-cd30c0028dd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:33,439 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:07:33,439 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-bea3fb0d-1d84-4c02-84dc-9e1f44bff26e', 'x-compute-request-id': 'req-bea3fb0d-1d84-4c02-84dc-9e1f44bff26e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:34,491 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:07:34,492 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-2c308248-809a-4836-b218-f6617854a674', 'x-compute-request-id': 'req-2c308248-809a-4836-b218-f6617854a674', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:35,551 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.055s 2022-09-13 20:07:35,551 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-6d6fbb15-5569-4e94-a24f-49687e016d67', 'x-compute-request-id': 'req-6d6fbb15-5569-4e94-a24f-49687e016d67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:36,603 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:07:36,603 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-1547717c-556d-4ea0-9b1e-495305ccd671', 'x-compute-request-id': 'req-1547717c-556d-4ea0-9b1e-495305ccd671', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:37,656 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:07:37,656 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-bf636503-2a7f-464d-8d25-d2f5eafcc1ce', 'x-compute-request-id': 'req-bf636503-2a7f-464d-8d25-d2f5eafcc1ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:38,712 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.053s 2022-09-13 20:07:38,712 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-a78f01df-e71d-473e-8da1-916ea7a734d3', 'x-compute-request-id': 'req-a78f01df-e71d-473e-8da1-916ea7a734d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:39,765 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:07:39,766 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-9ea0f410-956f-4f21-8a80-4c45b45cb5e2', 'x-compute-request-id': 'req-9ea0f410-956f-4f21-8a80-4c45b45cb5e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:40,819 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:07:40,819 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-ef75f5db-6cb7-4dd4-a5de-daa4d5aa5af8', 'x-compute-request-id': 'req-ef75f5db-6cb7-4dd4-a5de-daa4d5aa5af8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:41,871 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:07:41,872 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-fd4bb6a1-18bc-4293-9d7c-dcde44b8ea30', 'x-compute-request-id': 'req-fd4bb6a1-18bc-4293-9d7c-dcde44b8ea30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:42,924 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:07:42,925 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-e78cc82d-8fc8-483e-9cb8-9303bfcf6f9b', 'x-compute-request-id': 'req-e78cc82d-8fc8-483e-9cb8-9303bfcf6f9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:43,979 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:07:43,979 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-d1a99e6e-b0b8-4330-9790-54db49e09570', 'x-compute-request-id': 'req-d1a99e6e-b0b8-4330-9790-54db49e09570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:45,032 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:07:45,032 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-53c62da8-3978-467f-86fa-f525c4013391', 'x-compute-request-id': 'req-53c62da8-3978-467f-86fa-f525c4013391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:46,085 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:07:46,086 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-c8d54dfa-eccf-4529-a811-555603f761a6', 'x-compute-request-id': 'req-c8d54dfa-eccf-4529-a811-555603f761a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:47,138 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:07:47,139 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-e63cb18b-d8a4-42f4-880a-78c60f2e83a7', 'x-compute-request-id': 'req-e63cb18b-d8a4-42f4-880a-78c60f2e83a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:48,191 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:07:48,191 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-897f5387-85ec-4f16-805a-a65318a7686c', 'x-compute-request-id': 'req-897f5387-85ec-4f16-805a-a65318a7686c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:49,243 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:07:49,243 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-5b4456e6-ff8c-4057-be68-8df2b97ed858', 'x-compute-request-id': 'req-5b4456e6-ff8c-4057-be68-8df2b97ed858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:50,294 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:07:50,295 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-ac67672c-2a9f-495a-8c76-f080050dccf9', 'x-compute-request-id': 'req-ac67672c-2a9f-495a-8c76-f080050dccf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:51,348 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:07:51,348 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-99dbe271-0e05-463b-a500-20d58e7419da', 'x-compute-request-id': 'req-99dbe271-0e05-463b-a500-20d58e7419da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:52,401 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:07:52,401 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-c3646799-d8a7-493c-b2ce-a303f903d522', 'x-compute-request-id': 'req-c3646799-d8a7-493c-b2ce-a303f903d522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:53,466 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.061s 2022-09-13 20:07:53,466 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-1db7557e-3f5b-4ff8-8994-c195778e4be5', 'x-compute-request-id': 'req-1db7557e-3f5b-4ff8-8994-c195778e4be5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:54,519 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:07:54,519 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-9d9f08f6-068b-4c83-88e2-d4e1aefdb615', 'x-compute-request-id': 'req-9d9f08f6-068b-4c83-88e2-d4e1aefdb615', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:55,573 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:07:55,574 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-7885693c-39bf-4076-99f0-bfc017585e05', 'x-compute-request-id': 'req-7885693c-39bf-4076-99f0-bfc017585e05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:56,627 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:07:56,627 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-dd8c5439-52b3-4ca3-a19d-1874b76f5c8b', 'x-compute-request-id': 'req-dd8c5439-52b3-4ca3-a19d-1874b76f5c8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:57,680 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:07:57,680 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-bb3c07cb-b706-4def-8987-309bfe52f947', 'x-compute-request-id': 'req-bb3c07cb-b706-4def-8987-309bfe52f947', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:58,732 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:07:58,733 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-cce45c3d-f3a3-4f3f-b6ae-babb9cdd2339', 'x-compute-request-id': 'req-cce45c3d-f3a3-4f3f-b6ae-babb9cdd2339', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:07:59,785 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:07:59,786 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07: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-2b175964-7626-4065-9b8b-328d084cf5ce', 'x-compute-request-id': 'req-2b175964-7626-4065-9b8b-328d084cf5ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:00,842 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:08:00,842 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-90f7dd0a-4260-4057-9652-2bb9c07f965d', 'x-compute-request-id': 'req-90f7dd0a-4260-4057-9652-2bb9c07f965d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:01,896 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:08:01,896 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-0c8ec0ac-e6e3-4ab4-bf5b-ffe9d4d8f271', 'x-compute-request-id': 'req-0c8ec0ac-e6e3-4ab4-bf5b-ffe9d4d8f271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:02,964 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.063s 2022-09-13 20:08:02,964 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-222b239d-7be3-4b34-88d4-5f80d3d54f28', 'x-compute-request-id': 'req-222b239d-7be3-4b34-88d4-5f80d3d54f28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:04,017 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:08:04,017 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-4154a6a1-a0d0-442d-8a15-71f2267fa5a7', 'x-compute-request-id': 'req-4154a6a1-a0d0-442d-8a15-71f2267fa5a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:05,069 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:08:05,069 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-d66a14f3-4985-42ce-b521-efbac1af37c6', 'x-compute-request-id': 'req-d66a14f3-4985-42ce-b521-efbac1af37c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:06,120 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:08:06,120 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-9f76cec0-59f4-47ac-a472-18632a89d885', 'x-compute-request-id': 'req-9f76cec0-59f4-47ac-a472-18632a89d885', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:07,173 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:08:07,173 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-d7d45f50-f218-4078-a5b2-d29d26472824', 'x-compute-request-id': 'req-d7d45f50-f218-4078-a5b2-d29d26472824', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:08,226 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:08:08,227 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-6d092e2d-1f5a-4590-8076-4c6600748b07', 'x-compute-request-id': 'req-6d092e2d-1f5a-4590-8076-4c6600748b07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:09,280 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:08:09,281 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-35a91579-1d1f-4d5f-994c-a7b0dc8e9ce1', 'x-compute-request-id': 'req-35a91579-1d1f-4d5f-994c-a7b0dc8e9ce1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:10,336 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:08:10,336 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-27493063-0775-45e1-90ab-c6f3dc8d8353', 'x-compute-request-id': 'req-27493063-0775-45e1-90ab-c6f3dc8d8353', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:11,388 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:08:11,389 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-ce0333e9-e004-414d-8b30-ab07e0eb190c', 'x-compute-request-id': 'req-ce0333e9-e004-414d-8b30-ab07e0eb190c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:12,441 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:08:12,441 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-a374364f-7de4-4aaf-9931-6db8f252492f', 'x-compute-request-id': 'req-a374364f-7de4-4aaf-9931-6db8f252492f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:13,495 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.050s 2022-09-13 20:08:13,496 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-e2e0cc00-86c9-4d39-9ab6-176ce30cabbd', 'x-compute-request-id': 'req-e2e0cc00-86c9-4d39-9ab6-176ce30cabbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:14,548 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:08:14,548 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-d3649a23-7d3f-4071-95aa-e6ac57eca622', 'x-compute-request-id': 'req-d3649a23-7d3f-4071-95aa-e6ac57eca622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:15,601 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:08:15,601 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-9e8cbd25-da4d-4999-a133-9bbe4975e3e8', 'x-compute-request-id': 'req-9e8cbd25-da4d-4999-a133-9bbe4975e3e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:16,656 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:08:16,656 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-f5aabfac-72f6-4740-8067-332fde228378', 'x-compute-request-id': 'req-f5aabfac-72f6-4740-8067-332fde228378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:17,727 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.066s 2022-09-13 20:08:17,727 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-c3556d24-353a-4926-9804-7fdfbee64562', 'x-compute-request-id': 'req-c3556d24-353a-4926-9804-7fdfbee64562', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:18,781 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:08:18,781 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-6ec9faeb-a090-425b-b233-df80e8e0fd16', 'x-compute-request-id': 'req-6ec9faeb-a090-425b-b233-df80e8e0fd16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:19,833 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:08:19,833 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-db2a4aa3-bbbd-4d92-869c-4cf3eab46b3c', 'x-compute-request-id': 'req-db2a4aa3-bbbd-4d92-869c-4cf3eab46b3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:20,885 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:08:20,885 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-640c86fe-d69c-4f7f-83a7-8de2895bbe40', 'x-compute-request-id': 'req-640c86fe-d69c-4f7f-83a7-8de2895bbe40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:21,938 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:08:21,939 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-6059e58e-ea95-45b5-82c7-60da7a6bc1e4', 'x-compute-request-id': 'req-6059e58e-ea95-45b5-82c7-60da7a6bc1e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:22,989 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.047s 2022-09-13 20:08:22,990 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-4741e4da-45af-4583-818a-543ee2a458be', 'x-compute-request-id': 'req-4741e4da-45af-4583-818a-543ee2a458be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:24,046 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.052s 2022-09-13 20:08:24,046 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-164a12ca-a147-4ace-a738-e0568d70589a', 'x-compute-request-id': 'req-164a12ca-a147-4ace-a738-e0568d70589a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:25,101 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.051s 2022-09-13 20:08:25,102 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-d9b9f2cf-0db5-4bb0-b167-0ac6387e8a85', 'x-compute-request-id': 'req-d9b9f2cf-0db5-4bb0-b167-0ac6387e8a85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:26,155 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.049s 2022-09-13 20:08:26,155 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-ecad8fb4-020a-447a-a391-68288f9f3c98', 'x-compute-request-id': 'req-ecad8fb4-020a-447a-a391-68288f9f3c98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:27,207 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments 0.048s 2022-09-13 20:08:27,207 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08: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-3f5f1248-b0ac-4d66-9ebc-cc638f459a7a', 'x-compute-request-id': 'req-3f5f1248-b0ac-4d66-9ebc-cc638f459a7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "volumeId": "467fd515-b223-4e82-a121-973978d0d065", "serverId": "48077174-95e1-4274-a8b9-afad8b711a8a", "device": "/dev/sdb"}]}' 2022-09-13 20:08:28,329 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 POST http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/action 0.118s 2022-09-13 20:08:28,330 132925 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, 13 Sep 2022 20:08:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '76000', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb93e3f6-01e9-4ded-901c-7b540488965c', 'x-compute-request-id': 'req-eb93e3f6-01e9-4ded-901c-7b540488965c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a/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 2022-09-13 20:08:28,332 132925 DEBUG [tempest.common.waiters] Console output for 48077174-95e1-4274-a8b9-afad8b711a8a 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.116000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.120000] tsc: Detected 1995.191 MHz processor [ 0.124000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980764) [ 0.124000] pid_max: default: 32768 minimum: 301 [ 0.132003] Security Framework initialized [ 0.136006] Yama: becoming mindful. [ 0.140043] AppArmor: AppArmor initialized [ 0.144248] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.148101] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.152000] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.152010] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.156518] CPU: Physical Processor ID: 0 [ 0.160356] mce: CPU supports 1 MCE banks [ 0.164000] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.164005] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.168006] Spectre V2 : Mitigation: Full generic retpoline [ 0.172004] Speculative Store Bypass: Vulnerable [ 0.224398] Freeing SMP alternatives memory: 36K [ 0.230528] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.233577] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.236068] Hierarchical SRCU implementation. [ 0.240772] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.244029] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.248082] smp: Bringing up secondary CPUs ... [ 0.252007] smp: Brought up 1 node, 1 CPU [ 0.256005] smpboot: Max logical packages: 1 [ 0.260007] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.264485] devtmpfs: initialized [ 0.268087] x86/mm: Memory block size: 128MB [ 0.272250] evm: security.selinux [ 0.276009] evm: security.SMACK64 [ 0.280005] evm: security.SMACK64EXEC [ 0.284005] evm: security.SMACK64TRANSMUTE [ 0.288004] evm: security.SMACK64MMAP [ 0.292005] evm: security.apparmor [ 0.296005] evm: security.ima [ 0.300028] evm: security.capability [ 0.304214] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.308019] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.312086] pinctrl core: initialized pinctrl subsystem [ 0.316288] NET: Registered protocol family 16 [ 0.320146] audit: initializing netlink subsys (disabled) [ 0.324211] cpuidle: using governor ladder [ 0.328011] audit: type=2000 audit(1663098684.324:1): state=initialized audit_enabled=0 res=1 [ 0.332012] cpuidle: using governor menu [ 0.336083] ACPI: bus type PCI registered [ 0.340005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.349659] PCI: Using configuration type 1 for base access [ 0.356033] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.360307] ACPI: Added _OSI(Module Device) [ 0.364015] ACPI: Added _OSI(Processor Device) [ 0.368029] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.372006] ACPI: Added _OSI(Processor Aggregator Device) [ 0.380040] ACPI: Added _OSI(Linux-Dell-Video) [ 0.393204] ACPI: Interpreter enabled [ 0.396014] ACPI: (supports S0 S5) [ 0.400005] ACPI: Using IOAPIC for interrupt routing [ 0.404065] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.408551] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.457623] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.460014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.464040] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.468027] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.472465] PCI host bridge to bus 0000:00 [ 0.476009] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.480008] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.484008] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.488009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.492031] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.496008] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.537490] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.540007] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.544030] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.548007] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.554966] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.554966] * this clock source is slow. Consider trying other clock sources [ 0.568515] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.614776] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.620385] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.624781] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.632453] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.636672] SCSI subsystem initialized [ 0.640303] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.644000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.644007] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.652008] vgaarb: loaded [ 0.656076] pps_core: LinuxPPS API ver. 1 registered [ 0.660005] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.664042] PTP clock support registered [ 0.668090] EDAC MC: Ver: 3.0.0 [ 0.676724] hv_vmbus: Vmbus version:4.0 [ 0.680101] PCI: Using ACPI for IRQ routing [ 0.684731] NetLabel: Initializing [ 0.688013] NetLabel: domain hash size = 128 [ 0.692012] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.696064] NetLabel: unlabeled traffic allowed by default [ 0.700184] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.718081] VFS: Disk quotas dquot_6.6.0 [ 0.722154] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.726150] AppArmor: AppArmor Filesystem Enabled [ 0.730550] pnp: PnP ACPI init [ 0.741473] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.746523] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.751001] system 00:06: [io 0x0278-0x027f] has been reserved [ 0.755363] system 00:06: [io 0x0378-0x037f] has been reserved [ 0.760447] system 00:06: [io 0x0678-0x067f] has been reserved [ 0.764998] system 00:06: [io 0x0778-0x077f] has been reserved [ 0.769154] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 0.774901] system 00:07: [io 0x0400-0x043f] has been reserved [ 0.779794] system 00:07: [io 0x0370-0x0371] has been reserved [ 0.784735] system 00:07: [io 0x0440-0x044f] has been reserved [ 0.790159] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.795419] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.800778] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.806289] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 0.811444] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.816648] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 0.822731] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 0.828952] pnp: PnP ACPI: found 9 devices [ 0.840068] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.846449] NET: Registered protocol family 2 [ 0.850963] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.857331] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.862447] TCP: Hash tables configured (established 8192 bind 8192) [ 0.867512] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.873111] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.878144] NET: Registered protocol family 1 [ 0.882691] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.889235] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.895397] Unpacking initramfs... [ 1.202158] Freeing initrd memory: 13088K [ 1.206521] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.211073] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.217935] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984de7b583, max_idle_ns: 881590633483 ns [ 1.223450] Scanning for low memory corruption every 60 seconds [ 1.229416] Initialise system trusted keyrings [ 1.233495] Key type blacklist registered [ 1.237722] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.244502] zbud: loaded [ 1.248309] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.253575] fuse init (API version 7.26) [ 1.260229] Key type asymmetric registered [ 1.264674] Asymmetric key parser 'x509' registered [ 1.268995] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.275043] io scheduler noop registered (default) [ 1.279413] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.284070] ACPI: Power Button [PWRF] [ 1.288887] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.317292] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.348035] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.355875] Linux agpgart interface v0.103 [ 1.361577] loop: module loaded [ 1.365624] hv_vmbus: registering driver hv_storvsc [ 1.373604] scsi host0: storvsc_host_t [ 1.380052] random: fast init done [ 1.388437] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 1.397990] scsi host1: storvsc_host_t [ 1.406762] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.412760] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 1.425093] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 1.436646] scsi host2: ata_piix [ 1.441072] scsi host3: ata_piix [ 1.445379] sd 0:0:0:0: [sda] Write Protect is off [ 1.451207] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 1.456731] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 1.471395] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.476767] libphy: Fixed MDIO Bus: probed [ 1.481808] tun: Universal TUN/TAP device driver, 1.6 [ 1.487108] PPP generic driver version 2.4.2 [ 1.492183] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.513663] sda: sda1 [ 1.518524] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.524509] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.529005] mousedev: PS/2 mouse device common for all mice [ 1.534284] rtc_cmos 00:00: RTC can wake from S4 [ 1.565738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.575059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.582142] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 1.587047] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.593087] device-mapper: uevent: version 1.0.3 [ 1.597762] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 1.603937] NET: Registered protocol family 10 [ 1.613541] Segment Routing with IPv6 [ 1.618819] NET: Registered protocol family 17 [ 1.623030] Key type dns_resolver registered [ 2.552497] RAS: Correctable Errors collector initialized. [ 2.558667] registered taskstats version 1 [ 2.562977] Loading compiled-in X.509 certificates [ 2.571195] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 2.577187] zswap: loaded using pool lzo/zbud [ 2.593865] Key type big_key registered [ 2.598140] Key type trusted registered [ 2.606271] Key type encrypted registered [ 2.610493] AppArmor: AppArmor sha1 policy hashing enabled [ 2.614992] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 2.620735] evm: HMAC attrs: 0x1 [ 2.735872] rtc_cmos 00:00: setting system clock to 2022-09-13 19:51:28 UTC (1663098688) [ 2.741310] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 2.746030] EDD information not available. [ 3.171420] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 3.182241] ata2.00: configured for MWDMA2 [ 3.198944] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 3.214207] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 3.218714] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 3.226676] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ 3.235995] Freeing unused kernel memory: 2248K [ 3.248064] Write protecting the kernel read-only data: 18432k [ 3.253721] Freeing unused kernel memory: 2008K [ 3.263390] Freeing unused kernel memory: 124K [ 3.283343] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 3.287922] x86/mm: Checking user space page tables [ 3.303261] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 3.361917] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.368129] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.373221] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.378277] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.383726] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.396069] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.409643] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.417136] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.424177] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.429339] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.598362] hv_utils: Registering HyperV Utility Driver [ 3.604969] hv_vmbus: registering driver hv_util [ 3.616433] hv_vmbus: registering driver hv_netvsc [ 3.627197] hidraw: raw HID events driver (C) Jiri Kosina [ 3.638755] hv_vmbus: registering driver hyperv_keyboard [ 3.658458] 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 [ 3.741257] hv_vmbus: registering driver hid_hyperv [ 3.819695] hv_utils: Heartbeat IC version 3.0 [ 3.826343] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 3.871310] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 3.909109] hv_utils: Shutdown IC version 3.0 [ 3.925029] hv_utils: TimeSync IC version 4.0 [ 3.967109] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 4.068039] raid6: sse2x1 gen() 4843 MB/s [ 4.120040] raid6: sse2x1 xor() 2089 MB/s [ 4.172042] raid6: sse2x2 gen() 4626 MB/s [ 4.224036] raid6: sse2x2 xor() 2799 MB/s [ 4.276038] raid6: sse2x4 gen() 4827 MB/s [ 4.328040] raid6: sse2x4 xor() 4458 MB/s [ 4.334200] raid6: using algorithm sse2x1 gen() 4843 MB/s [ 4.345255] raid6: .... xor() 2089 MB/s, rmw enabled [ 4.357458] raid6: using intx1 recovery algorithm [ 4.367622] xor: measuring software checksum speed [ 4.424032] prefetch64-sse: 9559.000 MB/sec [ 4.468038] generic_sse: 8660.000 MB/sec [ 4.484260] xor: using function: prefetch64-sse (9559.000 MB/sec) [ 4.493268] 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-pemount ... [ 4.840065] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 5.090102] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 5.716503] 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) [ 5.730449] systemd[1]: Detected virtualization microsoft. [ 5.740839] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 5.814545] systemd[1]: Set hostname to <ubuntu>. [ 5.829606] systemd[1]: Initializing machine ID from random generator. [ 5.840667] systemd[1]: Installed transient /etc/machine-id file. [ 6.333937] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 6.415348] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 6.492415] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 6.581229] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[0;32m OK [0m] Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on udev Control Socket. [[0;32m OK [0m] Reached target Swap. [[0;32m OK [0m] Created slice System Slice. [[0;32m OK [0m] Reached target Slices. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on udev Kernel Socket. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [0m] Listening on Journal Socket. Starting Journal Service... Mounting Debug File System... Mounting POSIX Message Queue File System... Starting Load Kernel Modules... Starting Remount Root and Kernel File Systems...[ 7.960024] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System... [ 8.033911] iscsi: registered transport (tcp) Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 8.121787] iscsi: registered transport (iser) Starting Create list of required st... nodes for the current kenel... [ 8.228903] EXT4-fs (sda1): re-mounted. Opts: (null) [[0;32m OK [0m] Mounted Debug Fle 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 Remount Root and Kernel File Systems. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Initial cloud-init job (pre-networking)... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... Starting Apply Kernel Variables... Mounting FUSE Control File System... Mounting Configuration File System... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Mounted Configuration File System. [[0;32m OK [0m] Started udev Coldplug all Devices. Starting udev Kernel Device Manager... [[0;32m OK [m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target ocal File Systems. Starting LSB: AppArmor initialiation... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Kernel Device Manager. [[0;32m OK [0m] Started Commit a transient machine-id on disk. Starting CreateVolatile Files and Directories... [[0;32m OK [m] 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. [[0;32m OK [m] Started Create Volatile Files ad Directories. Starting UpdateUTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update TMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [ 81.993250] cloud-init[326]: Cloud-init v. 18.2 running 'init-local' at Tue, 13 Sep 2022 19:51:45 +0000. Up 19.46 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)... [ 154.194704] cloud-init[661]: Cloud-init v. 18.2 running 'init' at Tue, 13 Sep 2022 19:52:56 +0000. Up 90.15 seconds. [ 154.329237] [cloud-init[0;32m OK [0m[661]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++] Started Initial cloud-init job (metadata service crawler). [[ 154.502894] [0;32m OK [0mcloud-init] [661]: Reached target Cloud-config availability.ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+ [[0;32m OK [0m] [ 154.643797] Reached target Network is Online.cloud-init[661]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m[ 154.785085] cloud-init] [661]: Reached target System Initialization.ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+ [ [0;32m OK [0m[ 154.898222] cloud-init] [661]: Started Daily Cleanup of Temporary Directories.ci-info: | eth0 | True | 172.20.0.13 | 255.255.255.240 | . | fa:16:3e:a3:6b:45 | [ [0;32m OK [0m[ 155.009049] ] cloud-initListening on D-Bus System Message Bus Socket.[661]: ci-info: | eth0 | True | fe80::f816:3eff:fea3:6b45/64 | . | link | fa:16:3e:a3:6b:45 |[[0;32m OK [0m [ 155.159114] ] cloud-initListening on ACPID Listen Socket.[661]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |[[0;32m OK [0m ] [ 155.292911] Reached target Sockets.cloud-init [661]: ci-info: | lo | True | ::1/128 | . | host | . | [[ 155.402123] [0;32m OK [0mcloud-init] [661]: Started ACPI Events Check.ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+ [[0;32m OK [0m ] Reached target Paths.[ 155.568387] cloud-init[[661]: [0;32m OK [mci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++] Reached target Basic System. [ 155.736205] cloud-initStarting /etc/rc.local Compatibility...[661]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LSB: Record successful boot for GRUB... [ 155.933026] Starting Apply the settings specified in cloud-config...cloud-init [661]: [[0;32m OK [0mci-info: | Route | Destinatio | Gateway | Genmask | Interface | Flags |] Started D-Bus System Message Bus.[ 156.196221] cloud-init[661]: [ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[0;32m OK [0m] Started Deferred execution scheduler.[ 156.496229] cloud-init [661]: ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG |Starting Login Service... [[ 156.696319] [0;32m OK [0mcloud-init[661]: ] ci-info: | 1 | 169.254.169.254 | 172.20.0.1 | 255.255.255.255 | eth0 | UGH |Started Regular background program processing daemon. [ 156.899442] cloud-init Starting OpenBSD Secure Shell server...[661]: ci-info: | 2 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U |[[0;32m OK [0m [ 157.096807] ] cloud-init[661]: Started Unattended Upgrades Shutdown.ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [[0;32m OK [0m [ 157.312927] ] cloud-initStarted ACPI event daemon. [661]: [Generating public/private rsa key pair.[0;32m OK [0m] Started Daily apt download activities.[ 157.508217] cloud-init [661]: [[0;32m OK [0mYour identification has been saved in /etc/ssh/ssh_host_rsa_key.] Started Daily apt upgrade and clean activities.[ 157.661068] cloud-init[[661]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.[0;32m OK [0m] Reached target Timers.[ 157.796632] cloud-init [661]: Starting LSB: MD monitoring daemon...The key fingerprint is: [ 157.910970] [[0;32m OK [0mcloud-init] [661]: Started OpenBSD Secure Shell server.SHA256:QqFbSVyZ/ynZGQUDnfI0A737SzdDOkC5kRxbXyDBCBA root@tempest-attachvolumetestjson-server-1521463524 [[0;32m OK [0m[ 158.101417] ] cloud-initStarted /etc/rc.local Compatibility.[661]: The key's randomart image is:[ [0;32m OK [0m[ 158.227300] cloud-init] Started iSCSI initiator daemon (iscsid).[661]: +---[RSA 2048]----+ [[ 158.369793] cloud-init[0;32m OK [0m[661]: ] | .E+o+oO==...|Started Login Service. [[ 158.482122] [0;32m OK [0mcloud-init] [661]: Started LSB: MD monitoring daemon.| o.oo + #oo .| [ 158.579804] Starting Login to default iSCSI targets...cloud-init [661]: | . + . @ = . | [ 158.664066] cloud-init[661]: | + o * | [ 158.707637] [cloud-init[0;32m OK [0m[661]: ] | . . S * = . |Started Login to default iSCSI targets. [ 158.860234] [cloud-init[0;32m OK [0m[661]: ] | . o B o |Reached target Remote File Systems (Pre). [ 158.991923] [cloud-init[0;32m OK [0m[661]: | . +.o.|] [ 159.195532] Reached target Remote File Systems.cloud-init [661]: | .o.o| Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...[ 159.298621] cloud-init [661]: Starting Permit User Sessions...| .. | [ 159.416277] Starting LSB: automatic crash rport generation...cloud-init [661]: +----[SHA256]-----+[ [0;32m OK [0m[ 159.525708] ] cloud-initStarted LSB: Record successful boot for GRUB.[661]: Generating public/private dsa key pair. [[0;32m OK [0m[ 159.636248] ] cloud-initStarted Permit User Sessions.[661]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 159.788788] [cloud-init[0;32m OK [0m[661]: ] Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [ 159.911218] cloud-init[661]: [The key fingerprint is:[0;32m OK [0m ] [ 160.024979] Started Serial Getty on ttyS0.cloud-init [661]: [SHA256:+ivGD0eNzq0z2lhwrC9kRwLm1HJMjtzhbRPQT5N/MvY root@tempest-attachvolumetestjson-server-1521463524[0;32m OK [0m] Started Getty on tty1. [ 160.159873] [cloud-init[0;32m OK [0m[661]: The key's randomart image is:] Reached target Login Prompts. [ 160.253154] [cloud-init[0;32m OK [0m[661]: ] +---[DSA 1024]----+Started LSB: automatic crash reort generation. [ 160.349510] cloud-init[[661]: | ++o. . |[0;32m OK [0m ] Reached target Multi-User System.[ 160.454454] cloud-init [661]: [[0;32m OK [0m| .==+o..+ |] [ 160.579419] Reached target Graphical Interface.cloud-init[661]: | +o++ +o o | Starting Update UTMP about System Runlevel Changes...[ 160.666015] cloud-init [661]: | . .o.+. = . | [ 160.753605] cloud-init[661]: | .oS .. = | [ 160.805978] cloud-init[661]: | oO.. E | [ 160.859145] cloud-init[661]: | ++.= . | [ 160.903379] cloud-init[661]: | =Oo. | [ 160.947192] cloud-init[661]: | .o=B+ | [ 160.990301] cloud-init[661]: +----[SHA256]-----+ [ 161.034178] cloud-init[661]: Generating public/private ecdsa key pair.[ [0;32m OK [0m[ 161.102825] ] Started Update UTMP about System Runlevel Changes.cloud-init[661]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 161.189341] cloud-init[661]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pb. [ 161.239657] cloud-init[661]: The key fingerprint is: [ 161.299078] cloud-init[661]: SHA256:5pSb0AzqDUXTRd+A3KuJ1MxYEWQEM9+ZM9pEWwSIR3k root@tempest-attachvolumetestjson-server-1521463524 [ 161.364384] cloud-init[661]: The key's randomart image is: [ 161.407390] cloud-init[661]: +---[ECDSA 256]---+ [ 161.448168] cloud-init[661]: | o.+XXB+oo | [ 161.490927] cloud-init[661]: | . .o=B+EB | [ 161.534507] cloud-init[661]: | o B..X.. | [ 161.764251] cloud-init[661]: | o +o.++.o | [ 161.823580] cloud-init[661]: | o ..S..o. | [ 161.873924] cloud-init[661]: | . o =.oo | [ 161.918392] cloud-init[661]: | . . + | [ 161.964139] cloud-init[661]: | | [ 162.026346] cloud[661]: | | [ 162.047317] cloud-init[661]: +----[SHA256]-----+ [ 162.097016] cloud-init[661]: Generating public/private ed25519 key pair. [ 162.147905] cloud-init[661]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 162.207961] cloud-init[661]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 162.257728] cloud-init[661]: The key fingerprint is: [ 162.302884] cloud-init[661]: SHA256:6Sfa/r8Vtp+eRHTghcuy9fBZLvp608fUSV1Qr/mzAbc root@tempest-attachvolumetestjson-server-1521463524 [ 162.358813] cloud-init[661]: The key's randomart image is: [ 162.402491] cloud-init[661]: +--[ED25519 256]--+ [ 162.454233] cloud-init[661]: | o+o| [ 162.515316] cloud-init[661]: | ..oo| [ 162.565382] cloud-init[661]: | ..o=| [ 162.625739] cloud-init[661]: | . . *++| [ 162.685104] cloud-init[661]: | S =*B=| [ 162.747399] cloud-init[661]: | . ..=*B| [ 162.790833] cloud-init[661]: | o . .oE.| [ 162.840219] cloud-init[661]: | o o ..+.X| [ 162.894153] cloud-init[[661]: [0;32m OK [0m| ..o...+=o*o|] Created slice User Slice of ubuntu.[ 162.989751] cloud-init [661]: [+----[SHA256]-----+ [0;32m OK [0m] Started Session 1 of user ubuntu. Starting User Manager for UID 100... [[0;32m OK [0m] Started Session 2 of user ubuntu. [[0;32m OK [0m] Started User Manager for UID 1000. [[0;32m OK [0m] Started Session 3 of user ubuntu. Ubuntu 16.04.4 LTS tempest-attachvolumetestjson-server-1521463524 ttyS0 tempest-attachvolumetestjson-server-1521463524 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.128000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.132000] tsc: Detected 1995.191 MHz processor [ 0.132000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980764) [ 0.136007] pid_max: default: 32768 minimum: 301 [ 0.140056] Security Framework initialized [ 0.144005] Yama: becoming mindful. [ 0.148043] AppArmor: AppArmor initialized [ 0.152250] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.156114] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.160027] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.164012] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.168527] CPU: Physical Processor ID: 0 [ 0.172269] mce: CPU supports 1 MCE banks [ 0.176111] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.180011] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.184006] Spectre V2 : Mitigation: Full generic retpoline [ 0.188005] Speculative Store Bypass: Vulnerable [ 0.244421] Freeing SMP alternatives memory: 36K [ 0.252502] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.256094] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.260091] Hierarchical SRCU implementation. [ 0.264765] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.268004] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.272072] smp: Bringing up secondary CPUs ... [ 0.276006] smp: Brought up 1 node, 1 CPU [ 0.280005] smpboot: Max logical packages: 1 [ 0.284011] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.288485] devtmpfs: initialized [ 0.292087] x86/mm: Memory block size: 128MB [ 0.296246] evm: security.selinux [ 0.300008] evm: security.SMACK64 [ 0.304005] evm: security.SMACK64EXEC [ 0.308004] evm: security.SMACK64TRANSMUTE [ 0.312004] evm: security.SMACK64MMAP [ 0.316004] evm: security.apparmor [ 0.320007] evm: security.ima [ 0.324032] evm: security.capability [ 0.328217] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.332017] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.340101] pinctrl core: initialized pinctrl subsystem [ 0.344275] NET: Registered protocol family 16 [ 0.348141] audit: initializing netlink subsys (disabled) [ 0.352274] cpuidle: using governor ladder [ 0.356011] audit: type=2000 audit(1663098899.352:1): state=initialized audit_enabled=0 res=1 [ 0.360010] cpuidle: using governor menu [ 0.364129] ACPI: bus type PCI registered [ 0.368005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.372877] PCI: Using configuration type 1 for base access [ 0.380138] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.384614] ACPI: Added _OSI(Module Device) [ 0.388012] ACPI: Added _OSI(Processor Device) [ 0.392005] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.396005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.400031] ACPI: Added _OSI(Linux-Dell-Video) [ 0.413842] ACPI: Interpreter enabled [ 0.416048] ACPI: (supports S0 S5) [ 0.420007] ACPI: Using IOAPIC for interrupt routing [ 0.424071] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.430324] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.477741] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.480013] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.484014] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.488020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.492923] PCI host bridge to bus 0000:00 [ 0.496008] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.500009] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.504008] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.508035] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.512009] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.516009] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.554015] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.556007] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.560007] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.564012] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.572206] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.572206] * this clock source is slow. Consider trying other clock sources [ 0.591758] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.649849] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.652884] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.657222] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.660852] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.664714] SCSI subsystem initialized [ 0.668335] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.672000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.672007] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.676029] vgaarb: loaded [ 0.680067] pps_core: LinuxPPS API ver. 1 registered [ 0.684007] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.688026] PTP clock support registered [ 0.692098] EDAC MC: Ver: 3.0.0 [ 0.700263] hv_vmbus: Vmbus version:4.0 [ 0.704101] PCI: Using ACPI for IRQ routing [ 0.708740] NetLabel: Initializing [ 0.712042] NetLabel: domain hash size = 128 [ 0.716019] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.720045] NetLabel: unlabeled traffic allowed by default [ 0.724223] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.746658] VFS: Disk quotas dquot_6.6.0 [ 0.753303] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.762476] AppArmor: AppArmor Filesystem Enabled [ 0.767607] pnp: PnP ACPI init [ 0.780435] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.785743] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.791514] system 00:06: [io 0x0278-0x027f] has been reserved [ 0.795964] system 00:06: [io 0x0378-0x037f] has been reserved [ 0.799753] system 00:06: [io 0x0678-0x067f] has been reserved [ 0.807575] system 00:06: [io 0x0778-0x077f] has been reserved [ 0.814500] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 0.819344] system 00:07: [io 0x0400-0x043f] has been reserved [ 0.823074] system 00:07: [io 0x0370-0x0371] has been reserved [ 0.829745] system 00:07: [io 0x0440-0x044f] has been reserved [ 0.834901] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.839559] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.846703] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.852909] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 0.865163] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.870446] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 0.876203] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 0.885675] pnp: PnP ACPI: found 9 devices [ 0.897730] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.903694] NET: Registered protocol family 2 [ 0.908405] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.913186] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.918319] TCP: Hash tables configured (established 8192 bind 8192) [ 0.925104] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.937576] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.945752] NET: Registered protocol family 1 [ 0.951964] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.959272] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.964435] Unpacking initramfs... [ 1.284500] Freeing initrd memory: 13088K [ 1.299510] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.308901] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.325528] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984de7b583, max_idle_ns: 881590633483 ns [ 1.331536] Scanning for low memory corruption every 60 seconds [ 1.338451] Initialise system trusted keyrings [ 1.343094] Key type blacklist registered [ 1.348951] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.357718] zbud: loaded [ 1.363608] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.369066] fuse init (API version 7.26) [ 1.376481] Key type asymmetric registered [ 1.382218] Asymmetric key parser 'x509' registered [ 1.390811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.399232] io scheduler noop registered (default) [ 1.404901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.412086] ACPI: Power Button [PWRF] [ 1.428343] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.465103] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.472765] random: fast init done [ 1.508469] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.516452] Linux agpgart interface v0.103 [ 1.524120] loop: module loaded [ 1.528681] hv_vmbus: registering driver hv_storvsc [ 1.538648] scsi host0: storvsc_host_t [ 1.552118] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 1.560792] scsi host1: storvsc_host_t [ 1.572971] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.579069] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 1.586168] scsi 1:0:0:0: Direct-Access MSFT Virtual HD 10.0 PQ: 0 ANSI: 5 [ 1.601639] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 1.610169] scsi host2: ata_piix [ 1.615796] sd 0:0:0:0: [sda] Write Protect is off [ 1.626960] scsi host3: ata_piix [ 1.632530] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 1.638352] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 1.644389] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.663116] libphy: Fixed MDIO Bus: probed [ 1.667957] tun: Universal TUN/TAP device driver, 1.6 [ 1.673264] PPP generic driver version 2.4.2 [ 1.679666] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.709960] sda: sda1 [ 1.717761] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.723402] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.729038] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 1.736636] mousedev: PS/2 mouse device common for all mice [ 1.750090] rtc_cmos 00:00: RTC can wake from S4 [ 1.754174] sd 1:0:0:0: [sdb] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB) [ 1.758777] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 1.790795] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.795641] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.811145] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 2.756643] sd 1:0:0:0: [sdb] Write Protect is off [ 2.766430] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 2.772424] device-mapper: uevent: version 1.0.3 [ 2.776870] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 2.907995] NET: Registered protocol family 10 [ 2.925231] Segment Routing with IPv6 [ 2.931638] NET: Registered protocol family 17 [ 2.937116] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 2.943262] Key type dns_resolver registered [ 2.948852] RAS: Correctable Errors collector initialized. [ 2.953802] registered taskstats version 1 [ 2.960547] Loading compiled-in X.509 certificates [ 2.971217] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 2.982791] zswap: loaded using pool lzo/zbud [ 2.996078] Key type big_key registered [ 2.999751] Key type trusted registered [ 3.010129] Key type encrypted registered [ 3.015191] AppArmor: AppArmor sha1 policy hashing enabled [ 3.185700] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 3.193061] evm: HMAC attrs: 0x1 [ 3.229314] rtc_cmos 00:00: setting system clock to 2022-09-13 19:55:03 UTC (1663098903) [ 3.246313] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.259002] EDD information not available. [ 3.782738] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 3.797917] ata2.00: configured for MWDMA2 [ 3.819648] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 3.845263] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 3.855340] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 3.867419] sr 3:0:0:0: Attached scsi generic sg2 type 5 [ 3.950500] sd 1:0:0:0: [sdb] Attached SCSI disk [ 3.960037] Freeing unused kernel memory: 2248K [ 3.973098] Write protecting the kernel read-only data: 18432k [ 3.979167] Freeing unused kernel memory: 2008K [ 3.984417] Freeing unused kernel memory: 124K [ 3.999889] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 4.005603] x86/mm: Checking user space page tables [ 4.032793] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 4.097049] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.106613] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.113848] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.119713] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.129555] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.140118] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.156745] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.165469] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.175015] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.180900] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.358854] hv_utils: Registering HyperV Utility Driver [ 4.371609] hv_vmbus: registering driver hv_util [ 4.385501] hv_vmbus: registering driver hv_netvsc [ 4.395903] hidraw: raw HID events driver (C) Jiri Kosina [ 4.405946] hv_vmbus: registering driver hyperv_keyboard [ 4.436507] hv_vmbus: registering driver hid_hyperv [ 4.489312] 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.499861] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 4.565303] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 4.618005] hv_utils: Heartbeat IC version 3.0 [ 4.623574] hv_utils: Shutdown IC version 3.0 [ 4.711684] hv_utils: TimeSync IC version 4.0 [ 4.718871] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 4.884050] raid6: sse2x1 gen() 4182 MB/s [ 4.936044] raid6: sse2x1 xor() 3324 MB/s [ 4.988779] raid6: sse2x2 gen() 5349 MB/s [ 5.044038] raid6: sse2x2 xor() 3966 MB/s [ 5.096036] raid6: sse2x4 gen() 6446 MB/s [ 5.148081] raid6: sse2x4 xor() 5022 MB/s [ 5.153414] raid6: using algorithm sse2x4 gen() 6446 MB/s [ 5.158667] raid6: .... xor() 5022 MB/s, rmw enabled [ 5.164089] raid6: using intx1 recovery algorithm [ 5.171531] xor: measuring software checksum speed [ 5.212034] prefetch64-sse: 9428.000 MB/sec [ 5.256075] generic_sse: 8266.000 MB/sec [ 5.266980] xor: using function: prefetch64-sse (9428.000 MB/sec) [ 5.278756] 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.473996] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 5.709835] EXT4-fs (sda1): INFO: recovery required on readonly filesystem [ 5.715457] EXT4-fs (sda1): write access will be enabled during recovery [ 6.146520] EXT4-fs (sda1): recovery complete [ 6.349611] 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.924621] 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.933534] systemd[1]: Detected virtualization microsoft. [ 6.939488] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 6.986589] systemd[1]: Set hostname to <tempest-attachvolumetestjson-server-1521463524>. [ 7.377360] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 7.429871] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 7.477815] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 7.529236] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 7.589125] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 7.641161] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [[0;32m OK [0m] Created slice System Slice. [[0;32m OK [0m] Created slice system-getty.slice. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Listening on LVM2 poll daemon socket. Starting Load Kernel Modules... [[0;32m OK [0m] Listening on Journal Audit Socket.[ 7.956392] Loading iSCSI transport class v2.0-870. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.[ 8.017353] iscsi: registered transport (tcp) [[0;32m OK [0m] [ 8.066769] iscsi: registered transport (iser) Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m[ 8.116371] EXT4-fs (sda1): re-mounted. Opts: (null) ] Started Forward Password Requests to Wall Directory Watch. Mounting Huge Pages File System... Starting Create list of required st... nodes for the current kernel... [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Mounting Debug File System... [[0;32m OK [0m] Listening on Journal Socket (/dev/log). Starting Journal Service... Mounting POSIX Message Queue File System... [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [[0;32m OK [0m] Created slice User and Session Slice. [[0;32m OK [0m] Reached target Slices. [[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 Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Mounting Configuration File System... Starting Apply Kernel Variables... Mounting FUSE Control File System... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Initial cloud-init job (pre-networking)... 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 Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[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. Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started udev Kernel Device Manager. [[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. [[0;32m OK [0m] Found device /sys/subsystem/net/devices/eth0. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [ 32.352099] cloud-init[339]: Cloud-init v. 18.2 running 'init-local' at Tue, 13 Sep 2022 19:55:13 +0000. Up 13.21 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started ifup for eth0. 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. [ 74.095169] cloud-init[673]: Cloud-init v. 18.2 running 'init' at Tue, 13 Sep 2022 19:55:36 +0000. Up 35.83 seconds. [ 74.216276] cloud-init[673]: [[0;32m OK [0mci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++] Started Initial cloud-init job (metadata service crawler). [ 74.373126] cloud-init[[673]: [0;32m OK [0mci-info: +--------+------+------------------------------+-----------------+-------+-------------------+] Reached target System Initialization.[ 74.475174] cloud-init[673]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |[ [0;32m OK [0m[ 74.562234] ] cloud-initStarted ACPI Events Check.[673]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+[[0;32m OK [0m ] [ 74.680209] Reached target Paths.cloud-init[673]: ci-info: | eth0 | True | 172.20.0.13 | 255.255.255.240 | . | fa:16:3e:a3:6b:45 | [[ 74.767533] [0;32m OK [0mcloud-init] [673]: Started Daily apt download activities.ci-info: | eth0 | True | fe80::f816:3eff:fea3:6b45/64 | . | link | fa:16:3e:a3:6b:45 | [[0;32m OK [0m[ 74.888509] cloud-init] [673]: Listening on ACPID Listen Socket.ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ [0;32m OK [0m[ 75.006021] cloud-init] [673]: Started Daily Cleanup of Temporary Directories.ci-info: | lo | True | ::1/128 | . | host | . | [[0;32m OK [0m[ 75.111303] ] cloud-initListening on D-Bus System Message Bus Socket.[673]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+[ [0;32m OK [0m[ 75.210143] ] cloud-initStarted Daily apt upgrade and clean activities.[673]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++[ [0;32m OK [0m[ 75.318112] ] cloud-initReached target Timers.[673]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [ [0;32m OK [0m[ 75.424623] ] cloud-initReached target Sockets.[673]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |[[0;32m OK [0m] Reached target Basic System.[ 75.566340] cloud-init[673]: Starting LSB: Record successful boot for GRUB...ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [[ 75.710289] [0;32m OK [0mcloud-init[673]: ] ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG |Started Regular background program processing daemon. [ 75.808870] [cloud-init[0;32m OK [0m[673]: ci-info: | 1 | 169.254.169.254 | 172.20.0.1 | 255.255.255.255 | eth0 | UGH |] Started Deferred execution scheduler. [ 75.928184] Starting Login Service...cloud-init [673]: ci-info: | 2 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U |[[0;32m OK [0m] Started D-Bus System Message Bus.[ 76.077554] cloud-init [673]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [[0;32m OK [0m] Started ACPI event daemon. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. Starting LSB: MD monitoring daemon... [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target Network is Online. Starting OpenBSD Secure Shell server... Starting iSCSI initiator daemon (iscsid)... Starting /etc/rc.local Compatibility... Starting Apply the settings specified in cloud-config... [[0;32m OK [0m] Started OpenBSD Secure Shell server. [[0;32m OK [m] 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 Login Service. Starting Login to default iSCSI targets... [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[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 Permit User Sessions... Starting LSB: automatic crash report generation... [[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 Serial Getty on ttyS0. [[0;32m OK [0m] Started Getty on tty1. [[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-attachvolumetestjson-server-1521463524 ttyS0 tempest-attachvolumetestjson-server-1521463524 login: [ 150.935875] cloud-init[735]: Cloud-init v. 18.2 running 'modules:config' at Tue, 13 Sep 2022 19:56:19 +0000. Up 78.46 seconds. [ 161.013873] cloud-init[873]: Printing ubuntu user authorized keys [ 161.130546] cloud-init[873]: ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPhk5QkjDEFKToZRdcGVw+Ozbt8tX3yG7kfEVk+Xr7sQeWLSeQFeDhwpgsX/f/9ZAnjdu4Za/e8k/cI8WDDve3GkoWxjYZBd0i1zO/1MDyO8I1VdA0cyq8lEPOymA3iuQ== 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: +---------+-------------------+---------+---------+ <14>Sep 13 19:57:43 ec2: <14>Sep 13 19:57:43 ec2: ############################################################# <14>Sep 13 19:57:43 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Sep 13 19:57:43 ec2: 1024 SHA256:+ivGD0eNzq0z2lhwrC9kRwLm1HJMjtzhbRPQT5N/MvY root@tempest-attachvolumetestjson-server-1521463524 (DSA) <14>Sep 13 19:57:43 ec2: 256 SHA256:5pSb0AzqDUXTRd+A3KuJ1MxYEWQEM9+ZM9pEWwSIR3k root@tempest-attachvolumetestjson-server-1521463524 (ECDSA) <14>Sep 13 19:57:43 ec2: 256 SHA256:6Sfa/r8Vtp+eRHTghcuy9fBZLvp608fUSV1Qr/mzAbc root@tempest-attachvolumetestjson-server-1521463524 (ED25519) <14>Sep 13 19:57:43 ec2: 2048 SHA256:QqFbSVyZ/ynZGQUDnfI0A737SzdDOkC5kRxbXyDBCBA root@tempest-attachvolumetestjson-server-1521463524 (RSA) <14>Sep 13 19:57:43 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Sep 13 19:57:43 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEnfr3CwsjnIQa/+emmoOt9n/4GQoJvqrkV5cqLsG0Gnr02XL7a8p+biRK03rnvnUyh5bn177oEIz/6JIVuLcDo= root@tempest-attachvolumetestjson-server-1521463524 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII+l+FQi7x1cN6O0Xa3zxqEYn1MtWWjLbSI54WhoidE1 root@tempest-attachvolumetestjson-server-1521463524 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7au8f4NE/7U9oqabFDWYQa0Hghov7YRQriK/9fnkUzWZ/4FFny3pU0r1GV7PFsoRoyGLQGzWiPLcM20bQ7MyugXl0TzRTbmNQUwNM2Opq90ogwOXjNO+atQFjz6c1HMy5jg5G07z7x9+ymXU0BHQllSZaD24vFhCS8QI191/YX0XXhLdX0mm/GvvpJn+QsitaORiqIK7kMzVQxAN6Ov5yR09OSHieVd4mDIAAmU4yuseFGuv6WvCX3sJb7k+lKY9hZWgksyTxdB8IGGzS/eT6zJZKThZ7c+FSjhjwSv1Bn2yizFr5VpHIA+94M+5+0QxSgUJiea3dAtVwPb+Uvx root@tempest-attachvolumetestjson-server-1521463524 -----END SSH HOST KEY KEYS----- [ 166.102016] cloud-init[873]: Cloud-init v. 18.2 running 'modules:final' at Tue, 13 Sep 2022 19:57:32 +0000. Up 151.91 seconds. [ 166.196438] cloud-init[873]: Cloud-init v. 18.2 finished at Tue, 13 Sep 2022 19:57:44 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 163.99 seconds 2022-09-13 20:08:28,376 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:08:28,377 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f18a0aa7-8d0e-41a8-b9c5-1ed5ff988a12', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f18a0aa7-8d0e-41a8-b9c5-1ed5ff988a12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:29,434 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:08:29,434 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11a9582f-575f-4cda-9f36-0c69f9e85314', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11a9582f-575f-4cda-9f36-0c69f9e85314', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:30,491 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:08:30,492 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d941ddd9-fd37-481f-a157-e818abc89285', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d941ddd9-fd37-481f-a157-e818abc89285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:31,548 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:08:31,548 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd71227d-9081-4e33-a6f8-98d1e4884693', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd71227d-9081-4e33-a6f8-98d1e4884693', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:32,605 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:08:32,605 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f0e82fc-1763-49e5-a69a-5e42d8d37359', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f0e82fc-1763-49e5-a69a-5e42d8d37359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:33,662 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:08:33,662 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-166c48fe-3e50-40a2-ab24-b81586186258', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-166c48fe-3e50-40a2-ab24-b81586186258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:34,719 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:08:34,720 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-199401d6-7bb4-4f72-b997-ccbc22fca8a5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-199401d6-7bb4-4f72-b997-ccbc22fca8a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:35,777 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:08:35,777 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5772fd49-2c0d-4c3f-936c-078e94769e26', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5772fd49-2c0d-4c3f-936c-078e94769e26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:36,839 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.048s 2022-09-13 20:08:36,839 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20b352a1-3ee0-4953-ad58-ae770e70fc0b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20b352a1-3ee0-4953-ad58-ae770e70fc0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:37,898 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:08:37,898 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e01fc041-d5aa-4f9a-8e74-1419c5520e09', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e01fc041-d5aa-4f9a-8e74-1419c5520e09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:38,954 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:08:38,954 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cfa511c-20c0-4adf-8ffe-be0b7c804a62', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cfa511c-20c0-4adf-8ffe-be0b7c804a62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:40,021 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.050s 2022-09-13 20:08:40,021 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ce3ada6-91d9-410c-8360-59f6496b25ed', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ce3ada6-91d9-410c-8360-59f6496b25ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:41,079 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:08:41,079 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c4511b7-cca5-459b-bc1a-7bfd290f4ffe', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c4511b7-cca5-459b-bc1a-7bfd290f4ffe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:42,135 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:08:42,136 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2a3b481-9ca1-49dd-8571-84e074ff8608', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2a3b481-9ca1-49dd-8571-84e074ff8608', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:43,193 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:08:43,193 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b6d18f4-29b3-4fcf-b596-7689928507c4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b6d18f4-29b3-4fcf-b596-7689928507c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:44,250 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:08:44,251 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5922ce80-16b6-4a5b-9ec2-50f4c970c304', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5922ce80-16b6-4a5b-9ec2-50f4c970c304', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:45,307 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:08:45,308 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67a0b51c-ce70-4c3a-bf5c-41d4c05dacad', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67a0b51c-ce70-4c3a-bf5c-41d4c05dacad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:46,365 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:08:46,366 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b61eb742-120d-4185-bc61-c00498898563', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b61eb742-120d-4185-bc61-c00498898563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:47,437 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.058s 2022-09-13 20:08:47,438 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e860494a-8b2c-40e8-816c-215fd6efb16d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e860494a-8b2c-40e8-816c-215fd6efb16d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:48,495 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:08:48,495 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54e2b62d-311b-4a4c-95c4-88fb2a62954e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54e2b62d-311b-4a4c-95c4-88fb2a62954e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:49,555 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.047s 2022-09-13 20:08:49,556 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d7ae462-cde0-4c89-ae0e-cbe447ff78d0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d7ae462-cde0-4c89-ae0e-cbe447ff78d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:50,614 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:08:50,614 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd401ff7-02cf-4c46-a370-7877c310e629', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd401ff7-02cf-4c46-a370-7877c310e629', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:51,670 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:08:51,670 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba59125a-a3e3-4176-b8c7-ecced81b8afa', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba59125a-a3e3-4176-b8c7-ecced81b8afa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:52,727 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:08:52,727 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2cf016a-de13-4cc6-81c1-c9530d8a1546', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2cf016a-de13-4cc6-81c1-c9530d8a1546', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:53,784 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:08:53,784 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8047bb1-7fbe-4378-a10c-5008a56f3103', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8047bb1-7fbe-4378-a10c-5008a56f3103', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:54,839 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:08:54,840 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-189e1cdb-2117-491a-83d6-e0c20698fa8a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-189e1cdb-2117-491a-83d6-e0c20698fa8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:55,898 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:08:55,898 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-006968d9-1a1f-4e84-a31a-4234003d8c30', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-006968d9-1a1f-4e84-a31a-4234003d8c30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:56,958 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 20:08:56,959 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-391ebdb8-41ce-45c4-97e2-f9b00ea16827', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-391ebdb8-41ce-45c4-97e2-f9b00ea16827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:58,016 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:08:58,016 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccd59f7f-1a30-4d67-9dd1-b0f970adf8af', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccd59f7f-1a30-4d67-9dd1-b0f970adf8af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:08:59,074 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:08:59,075 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6777b9e-f770-4134-94d1-defc228f240b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6777b9e-f770-4134-94d1-defc228f240b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:00,132 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:09:00,132 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd01267b-4f90-42cb-b11e-caea158dbadf', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd01267b-4f90-42cb-b11e-caea158dbadf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:01,190 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:09:01,191 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9144a81-f1e6-4c51-8e90-4bd5a01a5da0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9144a81-f1e6-4c51-8e90-4bd5a01a5da0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:02,247 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:09:02,248 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6166377-c874-433d-a0cb-7369089296b4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6166377-c874-433d-a0cb-7369089296b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:03,305 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:09:03,305 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77cd3264-b5e9-4cd6-910a-d7df02f5857d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77cd3264-b5e9-4cd6-910a-d7df02f5857d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:04,368 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.049s 2022-09-13 20:09:04,368 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19caa498-372f-4865-82ba-7094b363eb9d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19caa498-372f-4865-82ba-7094b363eb9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:05,425 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:09:05,426 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb341aed-1810-4809-84e6-571872183e08', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb341aed-1810-4809-84e6-571872183e08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:06,483 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:09:06,483 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbc3827d-ee4d-455a-bd5b-6dc11e573883', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbc3827d-ee4d-455a-bd5b-6dc11e573883', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:07,541 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:09:07,541 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e604f79b-bf58-419d-b891-a3a952487f15', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e604f79b-bf58-419d-b891-a3a952487f15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:08,597 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:09:08,597 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fe04aa6-9501-446b-b582-071e393090c8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fe04aa6-9501-446b-b582-071e393090c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:09,655 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:09:09,655 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11e900e6-6872-450a-9714-ee42023fad31', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11e900e6-6872-450a-9714-ee42023fad31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:10,714 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:09:10,714 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b573878c-3a2e-4593-b927-4271f49b1980', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b573878c-3a2e-4593-b927-4271f49b1980', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:11,771 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:09:11,771 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86ea77e5-aaac-4078-8490-430d5450ac5c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86ea77e5-aaac-4078-8490-430d5450ac5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:12,832 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 20:09:12,832 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4d7ed76-c93e-4a24-9db6-2336c5663fa4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4d7ed76-c93e-4a24-9db6-2336c5663fa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:13,919 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.069s 2022-09-13 20:09:13,920 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8517cdc-e503-4fc9-8a76-17b09695bbd4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8517cdc-e503-4fc9-8a76-17b09695bbd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:14,991 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.057s 2022-09-13 20:09:14,991 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e1c0518-bcc3-4fce-b620-91ec0c699c06', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e1c0518-bcc3-4fce-b620-91ec0c699c06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:16,050 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:09:16,050 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bd28c20-982b-4e30-8f4c-3a452b9c2311', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bd28c20-982b-4e30-8f4c-3a452b9c2311', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:17,109 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:09:17,109 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-816b8698-2b06-4532-a4c5-5a511822c51b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-816b8698-2b06-4532-a4c5-5a511822c51b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:18,169 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:09:18,169 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fb41adc-cad8-44db-85f1-f93d1f7740df', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fb41adc-cad8-44db-85f1-f93d1f7740df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:19,226 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:09:19,227 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-928ab552-9f63-45b1-a66a-57aa04ab1df0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-928ab552-9f63-45b1-a66a-57aa04ab1df0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:20,285 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:09:20,285 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d87605dc-36b3-4c43-ad48-ea0446f32be0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d87605dc-36b3-4c43-ad48-ea0446f32be0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:21,344 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:09:21,344 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05ebd1af-6ab1-48a5-89e4-2218bee840a9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05ebd1af-6ab1-48a5-89e4-2218bee840a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:22,401 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:09:22,401 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5bbfa62-fa1d-4070-9007-c46752da10c5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5bbfa62-fa1d-4070-9007-c46752da10c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:23,455 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.041s 2022-09-13 20:09:23,456 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-712b210c-7aa9-43a5-a58a-3b42a1eeea46', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-712b210c-7aa9-43a5-a58a-3b42a1eeea46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:24,512 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:09:24,513 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d673ca8-054f-4052-8611-25cd1252d1a1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d673ca8-054f-4052-8611-25cd1252d1a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:25,567 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.041s 2022-09-13 20:09:25,567 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14bbea75-4c77-485b-a191-d54d72330d4a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14bbea75-4c77-485b-a191-d54d72330d4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:26,624 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:09:26,625 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0d6df43-baec-4e8a-99d5-69d49543892a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0d6df43-baec-4e8a-99d5-69d49543892a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:27,680 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:09:27,680 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a3bd85f-cd90-43b2-927d-94a6acf6b196', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a3bd85f-cd90-43b2-927d-94a6acf6b196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:28,737 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:09:28,737 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-babad7c5-7933-43d4-8338-95e0480e950e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-babad7c5-7933-43d4-8338-95e0480e950e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:29,794 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:09:29,795 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0134fb06-edcc-42f1-b012-624ed1685011', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0134fb06-edcc-42f1-b012-624ed1685011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:30,850 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:09:30,850 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4aafa0fa-db94-4573-af9c-ba1172c94ad0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4aafa0fa-db94-4573-af9c-ba1172c94ad0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:31,908 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:09:31,908 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69b7b8eb-1f13-4bea-8f46-d3d22454365e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69b7b8eb-1f13-4bea-8f46-d3d22454365e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:32,964 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:09:32,965 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f2d4b88-e2e2-45c4-8d63-f0398d32f714', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f2d4b88-e2e2-45c4-8d63-f0398d32f714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:34,022 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:09:34,023 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f0531ad-ba75-4a5e-a16c-364485517a71', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f0531ad-ba75-4a5e-a16c-364485517a71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:35,080 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:09:35,080 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0e6c4b2-7491-4256-9204-dad6d84aee3d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0e6c4b2-7491-4256-9204-dad6d84aee3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:36,138 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:09:36,138 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f90226c-fe05-49cf-9eb4-ac261516bc88', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f90226c-fe05-49cf-9eb4-ac261516bc88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:37,195 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:09:37,195 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9ee1270-3b1b-4d33-89a8-bc9b409e53b4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9ee1270-3b1b-4d33-89a8-bc9b409e53b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:38,251 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:09:38,251 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f200049-54e6-48ac-a089-bcf6000cbf5b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f200049-54e6-48ac-a089-bcf6000cbf5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:39,309 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:09:39,309 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28068ac4-c30f-41c4-9e6c-29d797e1ca7b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28068ac4-c30f-41c4-9e6c-29d797e1ca7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:40,369 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:09:40,370 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b84450da-249d-41cf-b822-36646a8be7ba', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b84450da-249d-41cf-b822-36646a8be7ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:41,428 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:09:41,428 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3402f93-a2ff-4219-ac18-b41a7cdf665d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3402f93-a2ff-4219-ac18-b41a7cdf665d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:42,485 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:09:42,485 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e62c90ef-43aa-4745-9e1d-3b9da8d4d92a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e62c90ef-43aa-4745-9e1d-3b9da8d4d92a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:43,552 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.053s 2022-09-13 20:09:43,553 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15c462e2-eeff-4f32-91a7-6e3e1555bb13', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15c462e2-eeff-4f32-91a7-6e3e1555bb13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:44,611 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:09:44,611 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42e3fb01-62f8-4b36-b5e7-e18c62d24329', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42e3fb01-62f8-4b36-b5e7-e18c62d24329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:45,671 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:09:45,671 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a745ea5-4f93-4b95-bf24-d0ab80428e1b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a745ea5-4f93-4b95-bf24-d0ab80428e1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:46,730 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:09:46,731 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8421da18-7608-43f4-99f9-8841f3561b88', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8421da18-7608-43f4-99f9-8841f3561b88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:47,788 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:09:47,788 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e208802-4e89-4477-998e-c34fc22809ea', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e208802-4e89-4477-998e-c34fc22809ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:48,845 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:09:48,845 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-592f36a5-b8ac-4f9b-942a-a36aeb14b363', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-592f36a5-b8ac-4f9b-942a-a36aeb14b363', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:49,910 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.050s 2022-09-13 20:09:49,910 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a98e76a-866f-45c8-b647-90048572d630', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a98e76a-866f-45c8-b647-90048572d630', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:50,968 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:09:50,969 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0df8d4c8-69b5-4e0e-ab58-6e2c67597083', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0df8d4c8-69b5-4e0e-ab58-6e2c67597083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:52,028 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 20:09:52,029 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34d2598c-cd8a-4e41-a3ec-342d4ea56c99', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34d2598c-cd8a-4e41-a3ec-342d4ea56c99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:53,086 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:09:53,086 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b27e703-ab4c-424d-9d4f-561b88cf7506', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b27e703-ab4c-424d-9d4f-561b88cf7506', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:54,142 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:09:54,142 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1acf4a7-9906-4df4-b070-88123b055dc2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1acf4a7-9906-4df4-b070-88123b055dc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:55,200 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:09:55,200 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de502cd1-27af-4652-95bb-27f05fecbacd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de502cd1-27af-4652-95bb-27f05fecbacd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:56,258 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:09:56,259 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1df4b593-e0c2-453d-b94a-41e70ea42888', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1df4b593-e0c2-453d-b94a-41e70ea42888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:57,316 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:09:57,316 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60faa46a-1eb3-464d-9cb7-fc5547276bc6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60faa46a-1eb3-464d-9cb7-fc5547276bc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:58,373 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:09:58,373 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2624fd2a-a8d1-469c-a58e-4c3acc191078', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2624fd2a-a8d1-469c-a58e-4c3acc191078', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:09:59,431 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:09:59,432 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c28e243-cd33-456e-8998-8fe59b423684', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c28e243-cd33-456e-8998-8fe59b423684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:00,488 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:10:00,489 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dc94295-d63d-47bc-a17a-077933d55100', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dc94295-d63d-47bc-a17a-077933d55100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:01,545 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:10:01,546 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29466791-d9f2-43ef-9e19-81c0ffa2e5cc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29466791-d9f2-43ef-9e19-81c0ffa2e5cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:02,603 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:02,604 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68fb262d-3505-4eb0-9961-99aab88b2caa', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68fb262d-3505-4eb0-9961-99aab88b2caa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:03,660 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:03,661 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a7405a9-d20c-42d9-b349-6ccf96d473e2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a7405a9-d20c-42d9-b349-6ccf96d473e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:04,717 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:04,718 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a11a109-5425-4d65-89af-8a950bcc49cb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a11a109-5425-4d65-89af-8a950bcc49cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:05,775 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:05,776 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db2c9bcc-fee8-4bd2-9e1b-11fa2411b67a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db2c9bcc-fee8-4bd2-9e1b-11fa2411b67a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:06,832 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:06,832 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-526118be-77e3-441d-b1a8-2cf159810b9f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-526118be-77e3-441d-b1a8-2cf159810b9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:07,895 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.050s 2022-09-13 20:10:07,896 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eedf5de-061a-4bee-afee-d8c7c96143fe', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eedf5de-061a-4bee-afee-d8c7c96143fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:08,953 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:08,953 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5799cf3-aea6-4672-921b-e65ecd3e9be3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5799cf3-aea6-4672-921b-e65ecd3e9be3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:10,012 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:10:10,013 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed699ce5-0575-4a46-a3d9-acb229c3347f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed699ce5-0575-4a46-a3d9-acb229c3347f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:11,070 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:10:11,071 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e24d071-27dc-4f4d-94f1-639633c00dde', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e24d071-27dc-4f4d-94f1-639633c00dde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:12,128 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:12,128 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3868a3ca-e8b7-4ae6-bb34-2ebe81de29e9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3868a3ca-e8b7-4ae6-bb34-2ebe81de29e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:13,186 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:10:13,186 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ede52b4c-c352-4f16-885e-965b93461b1c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ede52b4c-c352-4f16-885e-965b93461b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:14,245 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:10:14,246 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe26518d-715c-4617-ae51-d37771d80981', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe26518d-715c-4617-ae51-d37771d80981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:15,303 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:10:15,304 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff62d93d-e8c0-4a2c-91fc-9fc0bb1f59fc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff62d93d-e8c0-4a2c-91fc-9fc0bb1f59fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:16,359 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:10:16,360 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b804376-ada4-4429-8f88-c6e197959867', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b804376-ada4-4429-8f88-c6e197959867', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:17,416 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:10:17,416 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b6a1dde-fe0f-4a56-bfa9-f6ab9d993f9a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b6a1dde-fe0f-4a56-bfa9-f6ab9d993f9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:18,474 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:10:18,475 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a5d3884-c9d0-4fa0-9039-410fca95c522', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a5d3884-c9d0-4fa0-9039-410fca95c522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:19,532 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:19,533 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a087adb4-f4dc-448e-9caa-5c7567be975c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a087adb4-f4dc-448e-9caa-5c7567be975c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:20,591 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:10:20,591 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-343b0e3d-3f82-4279-a890-5d1a2c1856d7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-343b0e3d-3f82-4279-a890-5d1a2c1856d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:21,647 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:21,648 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f42d1d1-b9cd-467c-9eb4-3c81008c4e08', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f42d1d1-b9cd-467c-9eb4-3c81008c4e08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:22,706 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:22,707 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08b9cf61-7fcd-48a5-a464-42e714199bac', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08b9cf61-7fcd-48a5-a464-42e714199bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:23,765 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:10:23,766 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c34d0a9-9afc-44be-b1a9-04934ee55864', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c34d0a9-9afc-44be-b1a9-04934ee55864', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:24,823 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:24,823 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b93422e-ac04-4eb3-bb37-ce2323a42104', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b93422e-ac04-4eb3-bb37-ce2323a42104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:25,880 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:25,880 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf33b200-622b-4971-b80c-94b1f34d5497', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf33b200-622b-4971-b80c-94b1f34d5497', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:26,936 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:26,937 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d287ed4-5480-4ddc-8e06-e47145925e1f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d287ed4-5480-4ddc-8e06-e47145925e1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:27,993 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:27,993 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69dca01c-6455-4cb9-8e31-0cfbcdb9cf46', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69dca01c-6455-4cb9-8e31-0cfbcdb9cf46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:29,057 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:10:29,057 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-798c094f-f8f8-47a1-bb4e-01ba25140224', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-798c094f-f8f8-47a1-bb4e-01ba25140224', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:30,115 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:10:30,116 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e282db2-d7ff-4b18-9cbc-0c54c9d77405', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e282db2-d7ff-4b18-9cbc-0c54c9d77405', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:31,174 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:31,174 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fed8de28-8344-4399-a4f4-424c626b432f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fed8de28-8344-4399-a4f4-424c626b432f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:32,230 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:10:32,231 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-877a665f-33b1-4087-9b14-c10a389bf597', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-877a665f-33b1-4087-9b14-c10a389bf597', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:33,288 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:33,288 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b1545e9-423a-40d4-929d-535086361cd4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b1545e9-423a-40d4-929d-535086361cd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:34,347 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 20:10:34,348 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f09339c-f193-4571-9695-4a8e119393fb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f09339c-f193-4571-9695-4a8e119393fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:35,404 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:35,405 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c678e4e-2845-4bb9-91d3-52fc791b5c9f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c678e4e-2845-4bb9-91d3-52fc791b5c9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:36,469 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:10:36,470 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ea5c021-004d-457a-8c67-bc611f2a4270', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ea5c021-004d-457a-8c67-bc611f2a4270', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:37,526 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:10:37,526 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dba5fb8-1a6c-4895-87af-998514beedcd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dba5fb8-1a6c-4895-87af-998514beedcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:38,585 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:10:38,585 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20a64cef-4268-4eeb-987b-7cae8e00c4f0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20a64cef-4268-4eeb-987b-7cae8e00c4f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:39,643 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:10:39,643 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60c024cf-b529-4a4a-8941-0301a468f127', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60c024cf-b529-4a4a-8941-0301a468f127', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:40,700 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:40,700 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cbf1b37-4721-43a8-9370-283430b09762', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cbf1b37-4721-43a8-9370-283430b09762', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:41,756 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:41,757 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39c06f79-d796-4fcb-b39f-79a439625750', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39c06f79-d796-4fcb-b39f-79a439625750', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:42,814 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:42,814 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e70ad9a8-6e5b-4f8a-8b02-080de5aa15fa', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e70ad9a8-6e5b-4f8a-8b02-080de5aa15fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:43,870 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:10:43,871 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e05e4d10-b81e-4901-869e-6837f49483be', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e05e4d10-b81e-4901-869e-6837f49483be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:44,928 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:44,928 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a55261b8-7c26-4cc4-a838-ffead2a9046f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a55261b8-7c26-4cc4-a838-ffead2a9046f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:45,985 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:45,986 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bedce16-c9c7-4299-b4a4-8ad15bd81816', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bedce16-c9c7-4299-b4a4-8ad15bd81816', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:47,040 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:10:47,040 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-716704e5-393c-43d5-bb8e-56998dceb663', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-716704e5-393c-43d5-bb8e-56998dceb663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:48,103 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:10:48,104 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5941674-65b8-47c0-bbe3-39a8116c423b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5941674-65b8-47c0-bbe3-39a8116c423b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:49,160 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:49,160 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdb1f7e1-94a3-417b-98ee-34c283d0cdea', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdb1f7e1-94a3-417b-98ee-34c283d0cdea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:50,218 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:50,219 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5303df25-640d-4041-bcc0-4e3cca66fb1d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5303df25-640d-4041-bcc0-4e3cca66fb1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:51,275 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:51,276 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aad2ff2d-62ff-4db3-8516-29f7ee918878', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aad2ff2d-62ff-4db3-8516-29f7ee918878', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:52,332 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:10:52,332 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a501baf4-e32e-4beb-8662-047ae097139a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a501baf4-e32e-4beb-8662-047ae097139a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:53,391 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:10:53,392 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a749af7c-bdb0-444e-94c0-308485724dea', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a749af7c-bdb0-444e-94c0-308485724dea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:54,451 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:54,451 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36c9d1cd-209b-48ea-8c86-0dbd9463a7d0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36c9d1cd-209b-48ea-8c86-0dbd9463a7d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:55,507 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:10:55,507 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b497888f-67ca-4b0b-8bce-83313f92a48c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b497888f-67ca-4b0b-8bce-83313f92a48c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:56,566 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:10:56,566 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acea9e49-eb64-44c6-8bdd-1d6000141fe4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acea9e49-eb64-44c6-8bdd-1d6000141fe4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:57,629 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.048s 2022-09-13 20:10:57,629 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5c1d420-b585-4b75-b633-e7b7f319f459', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5c1d420-b585-4b75-b633-e7b7f319f459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:58,694 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.049s 2022-09-13 20:10:58,695 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e31dea0-e1a4-4af9-99d6-98706527487e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e31dea0-e1a4-4af9-99d6-98706527487e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:10:59,752 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:10:59,752 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb4a9e4e-860a-4eab-8253-0a515d696d2b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb4a9e4e-860a-4eab-8253-0a515d696d2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:00,810 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:00,811 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-804babef-5c5f-4b02-a84d-f9f897f3b9db', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-804babef-5c5f-4b02-a84d-f9f897f3b9db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:01,870 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 20:11:01,871 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fb32321-4708-4068-aa6d-e2abc772a552', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fb32321-4708-4068-aa6d-e2abc772a552', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:02,928 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:02,928 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca601346-4933-4d5d-8cbd-4072c17918e2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca601346-4933-4d5d-8cbd-4072c17918e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:03,985 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:11:03,985 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0f56715-ac5b-45dd-a788-3bd585e94df2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0f56715-ac5b-45dd-a788-3bd585e94df2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:05,043 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:05,043 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d69fa78-44d8-4dc7-9396-894f4c7e4c99', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d69fa78-44d8-4dc7-9396-894f4c7e4c99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:06,102 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:11:06,102 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5813b458-ba90-468b-9190-35cab2809a29', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5813b458-ba90-468b-9190-35cab2809a29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:07,159 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:07,159 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdf4b6df-5bef-4b27-805e-0cb4d69089b2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdf4b6df-5bef-4b27-805e-0cb4d69089b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:08,216 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:11:08,216 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-410570ef-29f6-4198-a01c-7553b46020ca', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-410570ef-29f6-4198-a01c-7553b46020ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:09,273 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:09,273 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-493b6b1a-bd8f-4417-ad2b-849625876a93', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-493b6b1a-bd8f-4417-ad2b-849625876a93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:10,330 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:11:10,330 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5b88522-467c-4441-b20b-aba530c50240', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5b88522-467c-4441-b20b-aba530c50240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:11,390 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:11,391 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d9752d1-cfaa-41c3-a87a-9ead78a92e4e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d9752d1-cfaa-41c3-a87a-9ead78a92e4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:12,450 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:11:12,451 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-122bf49c-7c34-47cc-bb73-273fd22cf233', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-122bf49c-7c34-47cc-bb73-273fd22cf233', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:13,513 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.049s 2022-09-13 20:11:13,513 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f28b785b-5fb0-494c-9b6d-986a9a706e7e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f28b785b-5fb0-494c-9b6d-986a9a706e7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:14,573 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:14,573 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0df9584-e8e5-43be-bf36-06089397bc49', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0df9584-e8e5-43be-bf36-06089397bc49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:15,631 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:11:15,631 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9403ce0c-7886-46a8-b23d-3c0240daddec', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9403ce0c-7886-46a8-b23d-3c0240daddec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:16,692 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.048s 2022-09-13 20:11:16,693 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14ff8b9c-7ea8-4361-a55b-d4337a2716e0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14ff8b9c-7ea8-4361-a55b-d4337a2716e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:17,752 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:11:17,752 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a93f76bc-5bec-4e47-b72e-552b3e13bf2f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a93f76bc-5bec-4e47-b72e-552b3e13bf2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:18,810 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:11:18,811 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c17b6cf7-a2f0-4c62-8794-04d17a09f9b5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c17b6cf7-a2f0-4c62-8794-04d17a09f9b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:19,867 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:11:19,867 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f3a73ac-b394-4a1e-b249-bbc4f607f2ff', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f3a73ac-b394-4a1e-b249-bbc4f607f2ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:20,925 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:11:20,926 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71630b96-327e-4953-8b35-68a36fd9aaf4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71630b96-327e-4953-8b35-68a36fd9aaf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:21,981 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:11:21,981 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-869db916-39ef-4e62-84ca-fbca3f062b36', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-869db916-39ef-4e62-84ca-fbca3f062b36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:23,039 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:11:23,039 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e23a727-c5cb-471d-af98-163cbc7e2593', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e23a727-c5cb-471d-af98-163cbc7e2593', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:24,097 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:24,097 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4710120-b168-410d-a908-20f078312b7a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4710120-b168-410d-a908-20f078312b7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:25,152 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:11:25,153 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a253fa5b-5d1b-45c0-8895-f3b34619ed63', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a253fa5b-5d1b-45c0-8895-f3b34619ed63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:26,209 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:11:26,209 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e42dff98-7268-4ddc-909c-26f739c4bb0d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e42dff98-7268-4ddc-909c-26f739c4bb0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:27,267 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:11:27,268 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ae01fbe-cb2c-41e4-99f5-0b8659da5d88', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ae01fbe-cb2c-41e4-99f5-0b8659da5d88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:28,324 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:11:28,325 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8368df12-fe21-42e1-986f-7a329aab1e8e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8368df12-fe21-42e1-986f-7a329aab1e8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:29,494 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.156s 2022-09-13 20:11:29,495 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-067c2058-3ba9-4fb9-bf7f-83a50d513a2e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-067c2058-3ba9-4fb9-bf7f-83a50d513a2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:30,552 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:30,552 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b80e41b1-7f0f-4a1a-be00-3551e395914c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b80e41b1-7f0f-4a1a-be00-3551e395914c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:31,609 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:31,609 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7c00e99-ea92-4c15-9e9a-1a7325f6f422', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7c00e99-ea92-4c15-9e9a-1a7325f6f422', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:32,667 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:32,667 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c50a4c1-465c-42e4-9f19-7b291c46cf30', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c50a4c1-465c-42e4-9f19-7b291c46cf30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:33,724 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:33,725 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1975291d-7fc7-4910-a195-399efdf9f814', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1975291d-7fc7-4910-a195-399efdf9f814', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:34,782 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:34,782 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2432bf6b-4c2d-4852-9870-a6458a79f1b5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2432bf6b-4c2d-4852-9870-a6458a79f1b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:35,844 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.048s 2022-09-13 20:11:35,845 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ec3c083-e189-40ab-a934-717fa742298c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ec3c083-e189-40ab-a934-717fa742298c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:36,901 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:11:36,902 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e33ad5a9-3cec-4f6f-934b-843072afc9f4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e33ad5a9-3cec-4f6f-934b-843072afc9f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:37,960 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:37,960 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cc378fa-67b5-4e3d-8972-837751eb0e68', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cc378fa-67b5-4e3d-8972-837751eb0e68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:39,016 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:11:39,016 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cec55ec8-63e5-4f37-aa7f-1db606b1d5d4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cec55ec8-63e5-4f37-aa7f-1db606b1d5d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:40,075 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:11:40,075 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79e84c42-db79-4a64-90a7-083c22082cc9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79e84c42-db79-4a64-90a7-083c22082cc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:41,132 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:41,133 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eba3d93f-0b18-4a56-ba58-dda667dfb0ce', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eba3d93f-0b18-4a56-ba58-dda667dfb0ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:42,190 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:11:42,190 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75ab3283-de9b-4b65-a459-7a827655da7f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75ab3283-de9b-4b65-a459-7a827655da7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:43,250 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 20:11:43,251 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bd86d43-2276-4f97-8c94-eb325687c47d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bd86d43-2276-4f97-8c94-eb325687c47d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:44,307 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:11:44,308 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c7335a0-6542-4628-af17-6c207ced1540', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c7335a0-6542-4628-af17-6c207ced1540', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:45,364 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:11:45,365 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f190e9b3-7869-4088-bc2b-eb7f9eb860e1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f190e9b3-7869-4088-bc2b-eb7f9eb860e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:46,422 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:11:46,422 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7d3bcdb-191f-41da-9d43-424ba5459e5e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7d3bcdb-191f-41da-9d43-424ba5459e5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:47,478 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:11:47,478 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca8b8d58-5cf5-4b0f-b713-78e9dadae5cb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca8b8d58-5cf5-4b0f-b713-78e9dadae5cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:48,536 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:11:48,537 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec8c4fb3-8ba6-4298-b9ef-ec7f1cef8447', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec8c4fb3-8ba6-4298-b9ef-ec7f1cef8447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:49,593 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:49,593 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5d9a7e2-5454-4ea5-b90c-e07a2eaa43df', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5d9a7e2-5454-4ea5-b90c-e07a2eaa43df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:50,657 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.049s 2022-09-13 20:11:50,657 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc42b63f-6229-42ce-b5d7-109a86fcdd2f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc42b63f-6229-42ce-b5d7-109a86fcdd2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:51,720 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 20:11:51,720 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-841e0f11-3e40-4acd-8721-a9c67232863e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-841e0f11-3e40-4acd-8721-a9c67232863e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:52,776 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:11:52,777 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b421f3c-5885-4fb8-b775-1c666526d4e8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b421f3c-5885-4fb8-b775-1c666526d4e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:53,834 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:53,834 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c2ba7e9-12ff-4128-a4c6-b38530443156', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c2ba7e9-12ff-4128-a4c6-b38530443156', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:54,892 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:54,892 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5ba2be7-e941-43e9-aa79-ba8ac2ffec4e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5ba2be7-e941-43e9-aa79-ba8ac2ffec4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:55,949 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:55,949 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf5c6881-7830-4ae6-913e-b3accea1df20', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf5c6881-7830-4ae6-913e-b3accea1df20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:57,009 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:11:57,009 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1c14c39-37b5-4435-bf2a-047d886a4b08', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1c14c39-37b5-4435-bf2a-047d886a4b08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:58,065 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:58,065 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8668bd17-8214-47d4-8bbd-b88e75c8ca4f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8668bd17-8214-47d4-8bbd-b88e75c8ca4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:11:59,123 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:11:59,124 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d2a0f2d-ee82-4ef8-9f8b-0d606c85385d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d2a0f2d-ee82-4ef8-9f8b-0d606c85385d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:00,180 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:00,181 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eec50cf-6346-40ce-83da-0ef3f908d012', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eec50cf-6346-40ce-83da-0ef3f908d012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:01,239 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:12:01,240 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57ad6f64-4240-46de-bfc7-33289f0feef8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57ad6f64-4240-46de-bfc7-33289f0feef8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:02,304 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.050s 2022-09-13 20:12:02,304 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-920763bf-1a7f-469e-b604-b0f3732ac26f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-920763bf-1a7f-469e-b604-b0f3732ac26f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:03,362 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:12:03,362 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c06d0e5a-ae3c-44b0-bcf9-f5b00d2840ed', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c06d0e5a-ae3c-44b0-bcf9-f5b00d2840ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:04,420 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:04,420 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00519bb1-64cd-4ded-a7b0-cecf6bef83e7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00519bb1-64cd-4ded-a7b0-cecf6bef83e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:05,480 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:12:05,481 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a42383ac-e7f5-4d72-aa15-4279ab64aa6f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a42383ac-e7f5-4d72-aa15-4279ab64aa6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:06,539 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:12:06,540 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a38c372f-fd1d-4b31-9df4-22eaa54e0b02', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a38c372f-fd1d-4b31-9df4-22eaa54e0b02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:07,596 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:07,596 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ccaf8ae-fcb7-48e0-b965-38bcfa868426', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ccaf8ae-fcb7-48e0-b965-38bcfa868426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:08,655 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:12:08,655 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc19e5a1-6f06-42a9-9f4f-df1ed647305c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc19e5a1-6f06-42a9-9f4f-df1ed647305c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:09,713 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:09,713 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dca7b217-92e7-4936-8238-dc832889e9cb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dca7b217-92e7-4936-8238-dc832889e9cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:10,771 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:10,771 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02911da6-aecf-4e21-aa02-659e2240c3ac', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02911da6-aecf-4e21-aa02-659e2240c3ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:11,827 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:11,828 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4163eeb-635e-4613-8147-5d69bb26ccf2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4163eeb-635e-4613-8147-5d69bb26ccf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:12,886 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:12:12,886 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92991c5b-b545-4ed1-b997-d125293493ec', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92991c5b-b545-4ed1-b997-d125293493ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:13,942 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:13,942 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae8b19c8-386c-4174-ac06-e798fe874362', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae8b19c8-386c-4174-ac06-e798fe874362', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:14,999 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:12:14,999 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bd1f151-8668-4bc5-81a2-e7075b7ab9e4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bd1f151-8668-4bc5-81a2-e7075b7ab9e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:16,058 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:12:16,059 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6696aa46-f9ed-4882-b324-7ded19948593', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6696aa46-f9ed-4882-b324-7ded19948593', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:17,117 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:12:17,117 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f7da35a-6288-45f1-8531-8c481e39fe79', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f7da35a-6288-45f1-8531-8c481e39fe79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:18,175 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:18,175 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e07c2e9-dfe2-4e84-96ad-7f76125233ce', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e07c2e9-dfe2-4e84-96ad-7f76125233ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:19,232 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:19,233 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4565c1ae-05ab-41b1-b332-eb53716fa719', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4565c1ae-05ab-41b1-b332-eb53716fa719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:20,290 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:20,290 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84aebf95-d2e3-495d-8ae7-47c26ecbc2ea', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84aebf95-d2e3-495d-8ae7-47c26ecbc2ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:21,348 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:12:21,349 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d5ff4ba-c562-48c4-bac4-6439a38f4b52', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d5ff4ba-c562-48c4-bac4-6439a38f4b52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:22,406 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:22,406 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdf7df2c-3a1d-4344-8b6b-101d30c286da', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdf7df2c-3a1d-4344-8b6b-101d30c286da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:23,463 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:23,464 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ecc6b4e-a2a9-4dee-a8a0-963624325121', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ecc6b4e-a2a9-4dee-a8a0-963624325121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:24,524 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 20:12:24,524 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-929e36c8-b7d1-4236-b91c-7ebfa7eb549a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-929e36c8-b7d1-4236-b91c-7ebfa7eb549a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:25,583 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:25,584 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-238d7eb4-0afd-4673-bdd8-9d16630452ba', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-238d7eb4-0afd-4673-bdd8-9d16630452ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:26,642 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:12:26,642 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb76b9f4-afb4-40fd-a3df-5657a73c188f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb76b9f4-afb4-40fd-a3df-5657a73c188f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:27,701 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:12:27,701 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-438c6287-b333-41f3-820b-346a80bce1ac', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-438c6287-b333-41f3-820b-346a80bce1ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:28,758 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:28,758 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97fa4f0a-813d-4578-84f4-a790a036c11a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97fa4f0a-813d-4578-84f4-a790a036c11a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:29,819 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.047s 2022-09-13 20:12:29,820 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c66c018b-8b69-4b66-a114-a1cab50d7a6c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c66c018b-8b69-4b66-a114-a1cab50d7a6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:30,877 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:30,877 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faf47443-dfff-44bb-a68f-830650e9a2c8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faf47443-dfff-44bb-a68f-830650e9a2c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:31,935 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:12:31,935 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a8b2302-f9a1-4c13-82d4-fa906cf6a5e9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a8b2302-f9a1-4c13-82d4-fa906cf6a5e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:32,995 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 20:12:32,996 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ed21bac-56be-42ef-8d9a-6d93c179fbf6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ed21bac-56be-42ef-8d9a-6d93c179fbf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:34,060 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.047s 2022-09-13 20:12:34,060 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69516992-5295-406e-9580-0f88fe04b4b7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69516992-5295-406e-9580-0f88fe04b4b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:35,124 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.050s 2022-09-13 20:12:35,124 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a619f564-8ae0-470c-b595-9feb82f93f55', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a619f564-8ae0-470c-b595-9feb82f93f55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:36,180 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:36,181 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd7176f3-26ee-45e1-81d3-ee33c6b13ee2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd7176f3-26ee-45e1-81d3-ee33c6b13ee2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:37,238 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:12:37,238 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09c67cbd-c005-4258-a67f-8b84c021f01c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09c67cbd-c005-4258-a67f-8b84c021f01c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:38,299 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.047s 2022-09-13 20:12:38,300 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d8477b5-e156-4fc9-a4e2-a754ea3c933a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d8477b5-e156-4fc9-a4e2-a754ea3c933a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:39,366 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.053s 2022-09-13 20:12:39,367 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67fdc585-6f12-46c3-9bdf-1686b3cec886', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67fdc585-6f12-46c3-9bdf-1686b3cec886', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:40,425 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:40,425 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b0b1bd3-17ae-4f4a-b45e-47070b45c01a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b0b1bd3-17ae-4f4a-b45e-47070b45c01a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:41,482 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:41,483 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-042db75e-790b-4448-8ed9-eb681496b8c6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-042db75e-790b-4448-8ed9-eb681496b8c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:42,540 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:12:42,540 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f15c0b7a-563b-43dd-ad6f-65ccf38e5e08', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f15c0b7a-563b-43dd-ad6f-65ccf38e5e08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:43,599 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:12:43,600 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fd570a9-9eee-4087-a0e2-a996feb61a49', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fd570a9-9eee-4087-a0e2-a996feb61a49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:44,658 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:12:44,659 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be629e9a-c362-466d-86ed-291f2b51b138', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be629e9a-c362-466d-86ed-291f2b51b138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:45,718 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:12:45,719 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72e9f0cd-fc5c-48ba-a334-973ab2a38d8f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72e9f0cd-fc5c-48ba-a334-973ab2a38d8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:46,779 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:12:46,779 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7944b6a3-1626-41e8-a5a4-a2453633828a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7944b6a3-1626-41e8-a5a4-a2453633828a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:47,838 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:47,838 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67558819-e36e-4d5a-b32f-996b3be57781', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67558819-e36e-4d5a-b32f-996b3be57781', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:48,895 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:48,896 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea6be30a-2751-4685-9453-c6ec8daba622', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea6be30a-2751-4685-9453-c6ec8daba622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:49,955 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:12:49,955 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b067941d-ef16-4bb8-b6d5-e2a234c94d18', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b067941d-ef16-4bb8-b6d5-e2a234c94d18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:51,012 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:51,012 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6cba0ff-5f4c-4280-9e92-edaff134612f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6cba0ff-5f4c-4280-9e92-edaff134612f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:52,070 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:12:52,070 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a21bea4f-4e62-4f56-a739-179eea34f59f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a21bea4f-4e62-4f56-a739-179eea34f59f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:53,127 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:53,127 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0d687b2-e757-4eac-868c-54f8c2db7e83', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0d687b2-e757-4eac-868c-54f8c2db7e83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:54,184 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:54,185 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50016e77-693a-44eb-81ba-245233f7c451', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50016e77-693a-44eb-81ba-245233f7c451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:55,243 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:12:55,243 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67cf3de9-8f6f-4fd8-ab69-fb29abe9d759', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67cf3de9-8f6f-4fd8-ab69-fb29abe9d759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:56,300 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:56,301 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-013aedc5-1b8f-4023-9e52-464c82d2dfde', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-013aedc5-1b8f-4023-9e52-464c82d2dfde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:57,359 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:12:57,359 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae42d9e3-031c-4c84-9e8b-3e999cdb0afc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae42d9e3-031c-4c84-9e8b-3e999cdb0afc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:58,422 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.049s 2022-09-13 20:12:58,423 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e02e0a06-efb9-4907-a3af-2639cb2f4e85', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e02e0a06-efb9-4907-a3af-2639cb2f4e85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:12:59,487 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 20:12:59,488 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be78066f-56b1-469f-8b17-db2ba0082724', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be78066f-56b1-469f-8b17-db2ba0082724', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:00,546 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:13:00,547 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d25f242-f8e9-47b9-bc59-eb0688ac136c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d25f242-f8e9-47b9-bc59-eb0688ac136c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:01,610 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.049s 2022-09-13 20:13:01,611 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02450f24-4002-4bae-8761-fadaa960e18e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02450f24-4002-4bae-8761-fadaa960e18e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:02,669 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:02,669 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-628e1293-9e4a-4049-aa64-14275856300e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-628e1293-9e4a-4049-aa64-14275856300e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:03,728 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:13:03,728 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c10bf955-85fd-41dc-96ee-fa9916225ff6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c10bf955-85fd-41dc-96ee-fa9916225ff6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:04,786 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:13:04,786 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ca31cff-55e3-4604-bbaa-00d9267cf22f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ca31cff-55e3-4604-bbaa-00d9267cf22f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:05,844 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:05,844 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44d97675-0b21-466b-b328-74fc3408d186', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44d97675-0b21-466b-b328-74fc3408d186', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:06,901 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:13:06,901 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-961b188c-8d78-4346-aca5-bc8b116d67a2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-961b188c-8d78-4346-aca5-bc8b116d67a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:07,960 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:13:07,960 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b9e7111-5bd4-469f-825a-dc557a0c3c4d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b9e7111-5bd4-469f-825a-dc557a0c3c4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:09,017 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:09,017 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0704ee1c-ef42-4034-bb77-54bee6708a63', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0704ee1c-ef42-4034-bb77-54bee6708a63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:10,075 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:10,075 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bc4fdc4-a94c-4019-97e4-90703ec8857c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bc4fdc4-a94c-4019-97e4-90703ec8857c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:11,131 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:13:11,132 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54557a97-73ee-4747-99e5-830b1b64a4b1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54557a97-73ee-4747-99e5-830b1b64a4b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:12,193 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.047s 2022-09-13 20:13:12,193 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ded0becb-ac5c-4780-bfe6-be5231e54eeb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ded0becb-ac5c-4780-bfe6-be5231e54eeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:13,252 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:13:13,252 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5f6c7b0-16e6-4a59-8fee-bed0eb7d5963', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5f6c7b0-16e6-4a59-8fee-bed0eb7d5963', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:14,311 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:13:14,312 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9b8b81b-d356-4513-a00d-2cfd255c1591', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9b8b81b-d356-4513-a00d-2cfd255c1591', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:15,369 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:15,370 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b1d599f-beaf-4537-bb26-2ffc7cd98b12', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b1d599f-beaf-4537-bb26-2ffc7cd98b12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:16,428 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:13:16,429 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdacb640-4bf1-4a16-82e5-3a6816475596', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdacb640-4bf1-4a16-82e5-3a6816475596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:17,485 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:13:17,485 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77c723dd-ed6e-4fc6-8475-977ff2110fb8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77c723dd-ed6e-4fc6-8475-977ff2110fb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:18,542 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:18,542 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad1d0369-8f08-4e3b-a48e-829741aad8e8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad1d0369-8f08-4e3b-a48e-829741aad8e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:19,599 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:19,599 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc9c5b7b-9c76-433b-a25b-2bfdb8cac488', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc9c5b7b-9c76-433b-a25b-2bfdb8cac488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:20,659 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 20:13:20,660 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-811bf324-a65e-4528-9c89-522c247de002', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-811bf324-a65e-4528-9c89-522c247de002', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:21,717 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:21,718 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51f22268-934a-4c4c-b4c3-e6a1c71a6926', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51f22268-934a-4c4c-b4c3-e6a1c71a6926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:22,775 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:22,775 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f88cadf5-3b5f-49f3-8262-66ccea221a37', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f88cadf5-3b5f-49f3-8262-66ccea221a37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:23,837 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.047s 2022-09-13 20:13:23,838 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1598546-d313-4d4e-8651-2772d158c4fd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1598546-d313-4d4e-8651-2772d158c4fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:24,896 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:13:24,897 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8482831f-00ab-4a66-8310-77c3784c7222', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8482831f-00ab-4a66-8310-77c3784c7222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:25,955 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:25,955 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebcc1af1-c7c1-4148-b595-8a1c51324dda', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebcc1af1-c7c1-4148-b595-8a1c51324dda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:27,012 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:13:27,012 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4476d30-ecf1-4ee8-9415-e607abe34ab4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4476d30-ecf1-4ee8-9415-e607abe34ab4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:28,071 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:13:28,072 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b31616ff-bd07-44b2-9635-ba17e91befe5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b31616ff-bd07-44b2-9635-ba17e91befe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:29,129 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:13:29,130 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c94fea15-dc67-4267-9f9f-eab3e35f5a13', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c94fea15-dc67-4267-9f9f-eab3e35f5a13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:30,187 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:13:30,187 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a745aaf-f897-4b40-bd1e-258fc162f1ae', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a745aaf-f897-4b40-bd1e-258fc162f1ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:31,244 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:31,244 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-502b0083-f27f-4ca3-96e5-0a15a4628d7e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-502b0083-f27f-4ca3-96e5-0a15a4628d7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:32,302 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:13:32,303 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef8009d1-6aa3-468d-822b-99f88ca20c66', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef8009d1-6aa3-468d-822b-99f88ca20c66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:33,361 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:13:33,362 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4cc4fac-e70b-4ba4-9c9c-4fc93fd4387d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4cc4fac-e70b-4ba4-9c9c-4fc93fd4387d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:34,418 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:34,419 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54ab267e-b193-4818-9230-94a5ac1908ea', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54ab267e-b193-4818-9230-94a5ac1908ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:35,476 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:35,476 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61806961-a4da-487e-968a-c9311412c275', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61806961-a4da-487e-968a-c9311412c275', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:36,534 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:36,534 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-820483ca-82c8-4d2a-9e18-58f20129abe4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-820483ca-82c8-4d2a-9e18-58f20129abe4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:37,592 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:13:37,593 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93cdfc01-2352-4f59-a985-98f4dab9a027', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93cdfc01-2352-4f59-a985-98f4dab9a027', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:38,649 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:38,650 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2e9c91a-c133-40ea-bedd-38c1d00939b6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2e9c91a-c133-40ea-bedd-38c1d00939b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:39,719 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.055s 2022-09-13 20:13:39,720 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05324bce-7752-4bd4-8938-8efb91ba0451', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05324bce-7752-4bd4-8938-8efb91ba0451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:40,781 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:13:40,781 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71c5c114-fc5c-4d66-b1db-e479c25e799f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71c5c114-fc5c-4d66-b1db-e479c25e799f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:41,840 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:13:41,840 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf40493b-7031-4dcf-939d-61a794a77f55', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf40493b-7031-4dcf-939d-61a794a77f55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:42,898 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:13:42,898 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ef67e01-b031-41f0-9fbb-ef2d57853760', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ef67e01-b031-41f0-9fbb-ef2d57853760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:43,957 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:13:43,957 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-943d4a48-54a8-4a8a-8e49-eaaf957a39b0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-943d4a48-54a8-4a8a-8e49-eaaf957a39b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:45,014 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:45,015 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d08b37f-bf29-4eff-a710-302529ce1228', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d08b37f-bf29-4eff-a710-302529ce1228', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:46,075 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.047s 2022-09-13 20:13:46,075 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c3a552c-a1a0-4f2f-bb28-10000793224f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c3a552c-a1a0-4f2f-bb28-10000793224f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:47,133 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:47,133 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfc193d0-b2fb-493c-8604-bcedbf39a10f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfc193d0-b2fb-493c-8604-bcedbf39a10f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:48,192 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:13:48,192 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fe65740-2eb2-4a0d-9c90-19a3bd8dbcf9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fe65740-2eb2-4a0d-9c90-19a3bd8dbcf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:49,248 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:13:49,248 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26521a86-7524-4487-8c44-bd8d772a781b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26521a86-7524-4487-8c44-bd8d772a781b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:50,309 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 20:13:50,309 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-185cad14-2289-4a07-b335-c4e2bcef05aa', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-185cad14-2289-4a07-b335-c4e2bcef05aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:51,371 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.049s 2022-09-13 20:13:51,372 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f43023db-7d01-4c2a-92c2-fb7752936f60', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f43023db-7d01-4c2a-92c2-fb7752936f60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:52,430 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:13:52,430 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3d4634f-b9ea-407e-9fd5-46961728ed15', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3d4634f-b9ea-407e-9fd5-46961728ed15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:53,487 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:53,487 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1ac1c31-55ea-46b5-9e21-2851b0678bb3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1ac1c31-55ea-46b5-9e21-2851b0678bb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:54,545 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:13:54,546 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f00be9ea-243b-4a95-8276-aadaa70d283c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f00be9ea-243b-4a95-8276-aadaa70d283c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:55,603 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:55,603 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c32147a0-0ca8-44b0-8a70-7a0fbca57b91', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c32147a0-0ca8-44b0-8a70-7a0fbca57b91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:56,660 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:56,660 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7439eb64-f473-42ec-aecc-dda2103b55a4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7439eb64-f473-42ec-aecc-dda2103b55a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:57,716 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:13:57,716 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f47efa3c-d603-46eb-9c65-a58a6dfff13c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f47efa3c-d603-46eb-9c65-a58a6dfff13c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:58,775 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:13:58,775 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9665d93b-f99e-4efa-92c0-3eaee1cf3d66', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9665d93b-f99e-4efa-92c0-3eaee1cf3d66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:13:59,833 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:13:59,833 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-310ba8f0-d8e3-4d1c-a4c8-671080675940', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-310ba8f0-d8e3-4d1c-a4c8-671080675940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:00,889 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:14:00,890 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2e4a491-a6eb-4a2d-aaa6-9bc57969fc47', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2e4a491-a6eb-4a2d-aaa6-9bc57969fc47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:01,947 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:14:01,948 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de82b021-434f-4642-b5bd-6ecb1243ed69', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de82b021-434f-4642-b5bd-6ecb1243ed69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:03,006 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:14:03,007 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32a72e29-1f46-424a-acfd-ede2260806fb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32a72e29-1f46-424a-acfd-ede2260806fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:04,067 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:14:04,067 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-228afdad-f7ea-4d5d-a9f4-9a9126a78d8a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-228afdad-f7ea-4d5d-a9f4-9a9126a78d8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:05,127 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 20:14:05,128 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c864d33-399a-4f8b-a8c9-6c950123c579', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c864d33-399a-4f8b-a8c9-6c950123c579', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:06,185 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:14:06,185 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02155841-67b9-4406-afd0-89aa3f750986', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02155841-67b9-4406-afd0-89aa3f750986', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:07,242 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:14:07,243 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bd4b09b-b17d-465a-8452-ae4dc27634d2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bd4b09b-b17d-465a-8452-ae4dc27634d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:08,299 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:14:08,300 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6cb595a-8bca-428d-88d0-c8b783c74dfe', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6cb595a-8bca-428d-88d0-c8b783c74dfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:09,355 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:14:09,356 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a30d6c0-9dc0-405c-befb-5b4452d38a41', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a30d6c0-9dc0-405c-befb-5b4452d38a41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:10,412 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:14:10,413 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea0a8fc6-2b5b-4c49-8483-48fd92ba1936', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea0a8fc6-2b5b-4c49-8483-48fd92ba1936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:11,472 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:14:11,473 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a76694b-80b7-42f3-ab23-2be578ed10ad', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a76694b-80b7-42f3-ab23-2be578ed10ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:12,529 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:14:12,529 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45ab4b07-bd67-40e7-be3b-09c80c3949d3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45ab4b07-bd67-40e7-be3b-09c80c3949d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:13,586 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:14:13,587 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41cbb8a0-26f1-4ac1-801c-f0bcc5703c77', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41cbb8a0-26f1-4ac1-801c-f0bcc5703c77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:14,648 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.048s 2022-09-13 20:14:14,648 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d074d12-b46f-4995-a049-6b57ad8e55a0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d074d12-b46f-4995-a049-6b57ad8e55a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:15,706 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:14:15,707 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c5058df-b027-4f33-a92b-fd477336fc37', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c5058df-b027-4f33-a92b-fd477336fc37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:16,764 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:14:16,764 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dbd3c19-f0fb-4c0f-ba81-752d640f8df2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dbd3c19-f0fb-4c0f-ba81-752d640f8df2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:17,821 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:14:17,821 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55e1cb3d-5a1e-4924-b0c9-8987bc31f4ab', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55e1cb3d-5a1e-4924-b0c9-8987bc31f4ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:18,879 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.043s 2022-09-13 20:14:18,879 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ec7d7ad-507e-4d4c-b891-d0ce313cdc32', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ec7d7ad-507e-4d4c-b891-d0ce313cdc32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:19,935 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:14:19,935 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-898cd421-ff58-4680-ba66-afc6e3f51573', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-898cd421-ff58-4680-ba66-afc6e3f51573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:20,996 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.046s 2022-09-13 20:14:20,996 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9af55e0d-9466-4b68-8689-0b6fbd03ae12', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9af55e0d-9466-4b68-8689-0b6fbd03ae12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:22,053 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.044s 2022-09-13 20:14:22,053 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3f24c3f-9c72-48b4-a2a7-2fe100a48ec1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3f24c3f-9c72-48b4-a2a7-2fe100a48ec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:23,109 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.042s 2022-09-13 20:14:23,110 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42e1e770-b8dc-439b-84f2-5c3175470374', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42e1e770-b8dc-439b-84f2-5c3175470374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:24,173 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.049s 2022-09-13 20:14:24,173 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b04e1216-14ec-4edd-994f-a1710cb6e2d3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b04e1216-14ec-4edd-994f-a1710cb6e2d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:25,232 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:14:25,233 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd5e5850-6684-4c24-9f43-8a53bfa9b557', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd5e5850-6684-4c24-9f43-8a53bfa9b557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:26,293 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:14:26,293 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41547bd3-1148-4d1a-bafa-227f2b26117e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41547bd3-1148-4d1a-bafa-227f2b26117e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:27,358 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.048s 2022-09-13 20:14:27,358 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-208a9b32-15fb-4f13-ae10-26bf9809f327', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-208a9b32-15fb-4f13-ae10-26bf9809f327', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:28,417 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065 0.045s 2022-09-13 20:14:28,418 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adab460b-4251-49d8-9a66-c4bece33e315', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adab460b-4251-49d8-9a66-c4bece33e315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065'} Body: b'{"volume": {"id": "467fd515-b223-4e82-a121-973978d0d065", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:12.000000", "updated_at": "2022-09-13T19:56:29.000000", "name": "tempest-AttachVolumeTestJSON-volume-2030598037", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b6912d8a0f544d9d9b2d9b1d1048952d/volumes/467fd515-b223-4e82-a121-973978d0d065"}], "user_id": "91a5130420764ac78383961d7665a964", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "467fd515-b223-4e82-a121-973978d0d065", "attachment_id": "893e5c45-6674-4e0e-8e52-df5aa0fbeac3", "volume_id": "467fd515-b223-4e82-a121-973978d0d065", "server_id": "48077174-95e1-4274-a8b9-afad8b711a8a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:15.000000"}], "os-vol-tenant-attr:tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d"}}' 2022-09-13 20:14:28,563 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.132s 2022-09-13 20:14:28,563 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:28 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-72f8d766-7944-4bb3-ad78-dc6cfb990ebe', 'x-compute-request-id': 'req-72f8d766-7944-4bb3-ad78-dc6cfb990ebe', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'' 2022-09-13 20:14:28,737 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.173s 2022-09-13 20:14:28,738 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1719', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e82b14d-a7c3-43cf-9a79-85a74bf968cd', 'x-compute-request-id': 'req-0e82b14d-a7c3-43cf-9a79-85a74bf968cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:30,035 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.282s 2022-09-13 20:14:30,036 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1719', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fefcf152-f420-4701-9bda-9e679d3cf764', 'x-compute-request-id': 'req-fefcf152-f420-4701-9bda-9e679d3cf764', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {"tempest-AttachVolumeTestJSON-174868896-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}, {"version": 4, "addr": "172.27.1.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:6b:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1943759668"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:31,163 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.112s 2022-09-13 20:14:31,163 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-9f425624-dba5-4807-8b17-16aef89c6b8c', 'x-compute-request-id': 'req-9f425624-dba5-4807-8b17-16aef89c6b8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:32,290 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.112s 2022-09-13 20:14:32,290 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-3649e5ab-efc0-49f6-8cba-8e443f02c9ec', 'x-compute-request-id': 'req-3649e5ab-efc0-49f6-8cba-8e443f02c9ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:33,395 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:14:33,395 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-71da3aff-c506-4912-9a3f-860065265d4d', 'x-compute-request-id': 'req-71da3aff-c506-4912-9a3f-860065265d4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:34,504 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.093s 2022-09-13 20:14:34,504 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-4eea2b29-97cd-4003-93dc-6714d2c9d9df', 'x-compute-request-id': 'req-4eea2b29-97cd-4003-93dc-6714d2c9d9df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:35,606 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:14:35,607 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-519edd29-2a44-4956-b88e-257b72e147b4', 'x-compute-request-id': 'req-519edd29-2a44-4956-b88e-257b72e147b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:36,709 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:14:36,709 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-f904e44c-fd22-4a34-a86e-f6b99cd3ffc5', 'x-compute-request-id': 'req-f904e44c-fd22-4a34-a86e-f6b99cd3ffc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:37,809 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:14:37,810 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-76eec51c-4d0c-40cd-b7ca-02464bc2808a', 'x-compute-request-id': 'req-76eec51c-4d0c-40cd-b7ca-02464bc2808a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:38,914 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:14:38,915 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-2f69c7cb-843c-490c-a4e0-9669345bc08b', 'x-compute-request-id': 'req-2f69c7cb-843c-490c-a4e0-9669345bc08b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:40,016 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:14:40,016 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-6c98cb09-311e-4ca0-9b19-224196ee8105', 'x-compute-request-id': 'req-6c98cb09-311e-4ca0-9b19-224196ee8105', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:41,117 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:14:41,118 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-db043b1a-e426-4855-9367-af722ff8b347', 'x-compute-request-id': 'req-db043b1a-e426-4855-9367-af722ff8b347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:42,223 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.091s 2022-09-13 20:14:42,223 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-4ccc65f0-c763-4010-8057-eff99755675c', 'x-compute-request-id': 'req-4ccc65f0-c763-4010-8057-eff99755675c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:43,337 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.099s 2022-09-13 20:14:43,337 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-e04c5777-ce17-43df-a083-01b747f34239', 'x-compute-request-id': 'req-e04c5777-ce17-43df-a083-01b747f34239', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:44,445 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.093s 2022-09-13 20:14:44,446 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-02a9b4cc-4b35-46d4-9499-9098bdd5f953', 'x-compute-request-id': 'req-02a9b4cc-4b35-46d4-9499-9098bdd5f953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:45,545 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:14:45,546 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-f2d50047-0d17-4c32-b236-1c11ec295a36', 'x-compute-request-id': 'req-f2d50047-0d17-4c32-b236-1c11ec295a36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:46,649 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:14:46,650 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-abe8a2d3-9c1e-4c9b-b4fb-989b8d3fef81', 'x-compute-request-id': 'req-abe8a2d3-9c1e-4c9b-b4fb-989b8d3fef81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:47,750 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:14:47,750 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-2cfaddec-11bd-4787-9d4c-65d4da34d48c', 'x-compute-request-id': 'req-2cfaddec-11bd-4787-9d4c-65d4da34d48c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:48,857 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:14:48,858 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-4fa7bc37-4d9a-47ed-9352-d4c0dc9ee4d9', 'x-compute-request-id': 'req-4fa7bc37-4d9a-47ed-9352-d4c0dc9ee4d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:49,959 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:14:49,960 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-c8144b4e-7443-4a1e-8729-fced99760aec', 'x-compute-request-id': 'req-c8144b4e-7443-4a1e-8729-fced99760aec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:51,068 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.092s 2022-09-13 20:14:51,068 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-7ef55f2c-6d0b-4595-9ab8-e12d06b428b9', 'x-compute-request-id': 'req-7ef55f2c-6d0b-4595-9ab8-e12d06b428b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:52,170 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:14:52,171 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-88800462-8803-4481-9727-f9b871a6445c', 'x-compute-request-id': 'req-88800462-8803-4481-9727-f9b871a6445c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:53,278 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.091s 2022-09-13 20:14:53,278 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:53 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-5f47d0e8-29e2-4ce7-99f5-5af558653c57', 'x-compute-request-id': 'req-5f47d0e8-29e2-4ce7-99f5-5af558653c57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:54,379 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:14:54,379 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-f60caaec-9830-4762-b434-7f5f78eac127', 'x-compute-request-id': 'req-f60caaec-9830-4762-b434-7f5f78eac127', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:55,482 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:14:55,482 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-7dfe8997-5d1f-4973-92f0-ab4cfb6a8e64', 'x-compute-request-id': 'req-7dfe8997-5d1f-4973-92f0-ab4cfb6a8e64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:56,593 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.096s 2022-09-13 20:14:56,593 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-b83f28b9-5324-482a-b699-67017fcc004d', 'x-compute-request-id': 'req-b83f28b9-5324-482a-b699-67017fcc004d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:57,695 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:14:57,695 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-584f0306-f94c-4442-a239-e88972b69f8a', 'x-compute-request-id': 'req-584f0306-f94c-4442-a239-e88972b69f8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:58,799 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:14:58,799 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-bf5388ed-6a61-4ac5-a6ef-d5bf6d8cf4b0', 'x-compute-request-id': 'req-bf5388ed-6a61-4ac5-a6ef-d5bf6d8cf4b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:14:59,903 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:14:59,904 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14: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-9e00c8ce-db0e-4b35-91e0-132cab03409e', 'x-compute-request-id': 'req-9e00c8ce-db0e-4b35-91e0-132cab03409e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:01,004 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:15:01,004 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-b1266ce9-a7ef-43c3-8317-931ab68241a4', 'x-compute-request-id': 'req-b1266ce9-a7ef-43c3-8317-931ab68241a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:02,105 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:15:02,106 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-ef7447fd-51a1-494d-82f7-508e7d50e52b', 'x-compute-request-id': 'req-ef7447fd-51a1-494d-82f7-508e7d50e52b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:03,215 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.094s 2022-09-13 20:15:03,215 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-a399183b-520a-47b8-8823-8cbd6c49d528', 'x-compute-request-id': 'req-a399183b-520a-47b8-8823-8cbd6c49d528', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:04,319 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:15:04,320 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-94281097-1419-4b74-a5a3-09255e47b0fe', 'x-compute-request-id': 'req-94281097-1419-4b74-a5a3-09255e47b0fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:05,426 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.092s 2022-09-13 20:15:05,426 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-4eecc6c6-c97b-430e-9d1a-101be7d1e55a', 'x-compute-request-id': 'req-4eecc6c6-c97b-430e-9d1a-101be7d1e55a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:06,527 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:15:06,527 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-3d91822f-9d66-4e4a-a67c-cb238df74b15', 'x-compute-request-id': 'req-3d91822f-9d66-4e4a-a67c-cb238df74b15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:07,628 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:15:07,629 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-88d1f82c-b3fd-40eb-ac62-295aeabcd22d', 'x-compute-request-id': 'req-88d1f82c-b3fd-40eb-ac62-295aeabcd22d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:08,733 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:15:08,733 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-2e94d8da-4e9a-4148-9f74-86758c3b57c8', 'x-compute-request-id': 'req-2e94d8da-4e9a-4148-9f74-86758c3b57c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:09,837 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:15:09,838 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-21ef3688-bd60-4a3e-b2a7-a7cba954deec', 'x-compute-request-id': 'req-21ef3688-bd60-4a3e-b2a7-a7cba954deec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:10,939 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:15:10,939 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-9251c35c-f0b7-4501-a491-e0a279f05775', 'x-compute-request-id': 'req-9251c35c-f0b7-4501-a491-e0a279f05775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:12,052 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.098s 2022-09-13 20:15:12,052 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-234c8afa-e68d-43e5-acfd-55cdbf148368', 'x-compute-request-id': 'req-234c8afa-e68d-43e5-acfd-55cdbf148368', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:13,153 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:15:13,153 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-a28749c9-5871-4178-bbd5-43fa3dbfb08b', 'x-compute-request-id': 'req-a28749c9-5871-4178-bbd5-43fa3dbfb08b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:14,254 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:15:14,255 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-a0cd40f3-338e-418e-b6c0-f3209dffd80a', 'x-compute-request-id': 'req-a0cd40f3-338e-418e-b6c0-f3209dffd80a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:15,368 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.096s 2022-09-13 20:15:15,368 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-de8bba32-9fe6-4c39-b54c-9ac9e48013ec', 'x-compute-request-id': 'req-de8bba32-9fe6-4c39-b54c-9ac9e48013ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:16,468 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:15:16,468 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-23ba7659-1b54-4ed0-9d92-d25021e18d33', 'x-compute-request-id': 'req-23ba7659-1b54-4ed0-9d92-d25021e18d33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:17,577 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.094s 2022-09-13 20:15:17,578 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-6d21f48d-0df2-4ec7-a380-e8548e07bb14', 'x-compute-request-id': 'req-6d21f48d-0df2-4ec7-a380-e8548e07bb14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:18,687 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.095s 2022-09-13 20:15:18,688 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-5777b5c6-f460-4231-8fe6-1209cdea8fa8', 'x-compute-request-id': 'req-5777b5c6-f460-4231-8fe6-1209cdea8fa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:19,790 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:15:19,790 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-e3066705-d3d3-4622-9593-8ff597607d6a', 'x-compute-request-id': 'req-e3066705-d3d3-4622-9593-8ff597607d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:20,893 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:15:20,894 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-5d63e413-7713-491b-bb9d-7525ce68498a', 'x-compute-request-id': 'req-5d63e413-7713-491b-bb9d-7525ce68498a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:22,011 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.103s 2022-09-13 20:15:22,012 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-c576b841-cf0f-4e75-a01f-69a5b235c7bb', 'x-compute-request-id': 'req-c576b841-cf0f-4e75-a01f-69a5b235c7bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:23,125 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.099s 2022-09-13 20:15:23,125 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-a1181ccc-cf62-4079-9057-53f077e1bfd4', 'x-compute-request-id': 'req-a1181ccc-cf62-4079-9057-53f077e1bfd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:24,227 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:15:24,227 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-411320ef-622d-4eeb-a901-33e8ae9c9b43', 'x-compute-request-id': 'req-411320ef-622d-4eeb-a901-33e8ae9c9b43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:25,332 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:15:25,332 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-4eef5355-2f7b-45e6-b26e-0b2033802f57', 'x-compute-request-id': 'req-4eef5355-2f7b-45e6-b26e-0b2033802f57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:26,433 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:15:26,433 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-39afba25-f541-4a1d-9d2d-927d3c5d1902', 'x-compute-request-id': 'req-39afba25-f541-4a1d-9d2d-927d3c5d1902', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:27,534 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:15:27,535 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-d233a77d-4deb-4fa2-a5db-e910ec5001ea', 'x-compute-request-id': 'req-d233a77d-4deb-4fa2-a5db-e910ec5001ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:28,634 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:15:28,635 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-493b42bb-7ae5-4f7b-942d-6a7a1c6578d1', 'x-compute-request-id': 'req-493b42bb-7ae5-4f7b-942d-6a7a1c6578d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:29,735 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:15:29,735 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-22c284ab-ee23-4a5b-ac73-19da6e2f07d2', 'x-compute-request-id': 'req-22c284ab-ee23-4a5b-ac73-19da6e2f07d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:30,839 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:15:30,840 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-929c1b21-7be4-4038-931c-ae05f94ecadc', 'x-compute-request-id': 'req-929c1b21-7be4-4038-931c-ae05f94ecadc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:31,942 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:15:31,943 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-18e3dbf8-e559-4f10-a8e3-70e58444661e', 'x-compute-request-id': 'req-18e3dbf8-e559-4f10-a8e3-70e58444661e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:33,045 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:15:33,046 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-adb45030-5c52-489b-9e97-14853c34ea0d', 'x-compute-request-id': 'req-adb45030-5c52-489b-9e97-14853c34ea0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:34,153 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.093s 2022-09-13 20:15:34,154 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-e5212759-bcdf-40a5-b8e6-9a9a63dea24c', 'x-compute-request-id': 'req-e5212759-bcdf-40a5-b8e6-9a9a63dea24c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:35,256 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:15:35,257 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-0a4426e9-0109-4541-a7bf-52654f5ba739', 'x-compute-request-id': 'req-0a4426e9-0109-4541-a7bf-52654f5ba739', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:36,367 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.095s 2022-09-13 20:15:36,368 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-3dcd0520-a260-4827-be6e-ec5345d126c6', 'x-compute-request-id': 'req-3dcd0520-a260-4827-be6e-ec5345d126c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:37,483 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.100s 2022-09-13 20:15:37,484 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-80612a01-6de6-4ae2-b0b9-6dfa900fef05', 'x-compute-request-id': 'req-80612a01-6de6-4ae2-b0b9-6dfa900fef05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:38,598 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.100s 2022-09-13 20:15:38,598 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-1c21f917-bbd4-4ee8-96ff-06ed2115c241', 'x-compute-request-id': 'req-1c21f917-bbd4-4ee8-96ff-06ed2115c241', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:39,704 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.091s 2022-09-13 20:15:39,705 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-2aa744f3-2feb-4acf-ab4f-36e74e343dd8', 'x-compute-request-id': 'req-2aa744f3-2feb-4acf-ab4f-36e74e343dd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:40,816 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.097s 2022-09-13 20:15:40,817 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-66d10368-234f-4b81-a0be-86a4a1bc1a5c', 'x-compute-request-id': 'req-66d10368-234f-4b81-a0be-86a4a1bc1a5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:41,921 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:15:41,922 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-9f97878f-4d11-4cfa-9cba-867cee413331', 'x-compute-request-id': 'req-9f97878f-4d11-4cfa-9cba-867cee413331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:43,024 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:15:43,025 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-b77179c9-fda9-46b8-90be-7a2d4cb4cb3a', 'x-compute-request-id': 'req-b77179c9-fda9-46b8-90be-7a2d4cb4cb3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:44,126 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:15:44,127 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-3723a445-d1cc-4048-8e7c-125e4ad73035', 'x-compute-request-id': 'req-3723a445-d1cc-4048-8e7c-125e4ad73035', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:45,228 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:15:45,228 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-99a4dcd8-fede-4f30-9ae1-b43ddea283cb', 'x-compute-request-id': 'req-99a4dcd8-fede-4f30-9ae1-b43ddea283cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:46,329 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:15:46,330 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-57cdfba9-86dc-4085-b2dd-f4bd91df2559', 'x-compute-request-id': 'req-57cdfba9-86dc-4085-b2dd-f4bd91df2559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:47,434 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:15:47,434 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-e88a5053-d6f8-4f8b-899a-b3783bc72e2d', 'x-compute-request-id': 'req-e88a5053-d6f8-4f8b-899a-b3783bc72e2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:48,541 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.092s 2022-09-13 20:15:48,542 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-41b55d81-fdfd-462d-8b6a-177c5b46ed43', 'x-compute-request-id': 'req-41b55d81-fdfd-462d-8b6a-177c5b46ed43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:49,650 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.094s 2022-09-13 20:15:49,651 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-55980de6-e2b3-47a0-bdc1-7a827200aac4', 'x-compute-request-id': 'req-55980de6-e2b3-47a0-bdc1-7a827200aac4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:50,769 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.104s 2022-09-13 20:15:50,770 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-0925ea3f-3277-4876-98a5-f737fd361112', 'x-compute-request-id': 'req-0925ea3f-3277-4876-98a5-f737fd361112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:51,909 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.122s 2022-09-13 20:15:51,909 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-798a4f9c-6b16-4846-929a-9436100fcad9', 'x-compute-request-id': 'req-798a4f9c-6b16-4846-929a-9436100fcad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:53,015 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.092s 2022-09-13 20:15:53,016 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-b39b3c70-1d95-4ae6-a6d8-49e434357917', 'x-compute-request-id': 'req-b39b3c70-1d95-4ae6-a6d8-49e434357917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:54,128 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.097s 2022-09-13 20:15:54,128 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-1bee16b9-2957-4dc2-be94-16291dba428b', 'x-compute-request-id': 'req-1bee16b9-2957-4dc2-be94-16291dba428b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:55,228 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:15:55,229 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-fb90c63e-1218-4faf-9b2f-94406bd998b8', 'x-compute-request-id': 'req-fb90c63e-1218-4faf-9b2f-94406bd998b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:56,333 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:15:56,334 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-c4ea05ba-be12-4b38-9f14-bf2fb37ce06a', 'x-compute-request-id': 'req-c4ea05ba-be12-4b38-9f14-bf2fb37ce06a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:57,439 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:15:57,439 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-a4d507d0-23ad-43c6-b2ac-e6b37a63fae2', 'x-compute-request-id': 'req-a4d507d0-23ad-43c6-b2ac-e6b37a63fae2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:58,544 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:15:58,545 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-7c2c1e48-b102-44b9-bd2b-a0868e706f2e', 'x-compute-request-id': 'req-7c2c1e48-b102-44b9-bd2b-a0868e706f2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:15:59,650 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:15:59,651 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-fa6b47b2-906a-4452-af07-e9526a542d88', 'x-compute-request-id': 'req-fa6b47b2-906a-4452-af07-e9526a542d88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:00,751 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:16:00,752 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-399326f4-39b1-4a90-ba1d-a564f40d2b0c', 'x-compute-request-id': 'req-399326f4-39b1-4a90-ba1d-a564f40d2b0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:01,862 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.095s 2022-09-13 20:16:01,862 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-69037db6-c58d-4136-89e4-e7a43e514a05', 'x-compute-request-id': 'req-69037db6-c58d-4136-89e4-e7a43e514a05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:02,963 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:16:02,963 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-a8a4f2be-f9aa-4619-a807-e885f7005038', 'x-compute-request-id': 'req-a8a4f2be-f9aa-4619-a807-e885f7005038', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:04,064 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:16:04,064 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-4a7dd6f4-195e-4722-a7c1-5658fd716114', 'x-compute-request-id': 'req-4a7dd6f4-195e-4722-a7c1-5658fd716114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:05,167 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:16:05,168 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-af70da97-7a18-4163-856f-d75b9d027394', 'x-compute-request-id': 'req-af70da97-7a18-4163-856f-d75b9d027394', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:06,272 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:16:06,272 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-25a70894-7d5f-46c0-a5a9-f3614f80c4fb', 'x-compute-request-id': 'req-25a70894-7d5f-46c0-a5a9-f3614f80c4fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:07,377 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:16:07,377 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-cc6f9dd5-a498-46a3-83be-02955461b774', 'x-compute-request-id': 'req-cc6f9dd5-a498-46a3-83be-02955461b774', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:08,479 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:16:08,479 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-0d2b21f4-497a-4c57-a469-a0e91a0a0211', 'x-compute-request-id': 'req-0d2b21f4-497a-4c57-a469-a0e91a0a0211', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:09,579 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:16:09,579 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-d560996a-2242-4833-bb3a-e48d6e2d0fa8', 'x-compute-request-id': 'req-d560996a-2242-4833-bb3a-e48d6e2d0fa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:10,685 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.092s 2022-09-13 20:16:10,685 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-b2d57ef5-efb9-482e-90a5-1940f793fcc1', 'x-compute-request-id': 'req-b2d57ef5-efb9-482e-90a5-1940f793fcc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:11,787 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:16:11,787 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-3d5d55f4-ac1d-4bef-919a-a67a9a148758', 'x-compute-request-id': 'req-3d5d55f4-ac1d-4bef-919a-a67a9a148758', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:13,042 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.240s 2022-09-13 20:16:13,042 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-2b95a454-3587-48f7-bb71-37cf4ef974a9', 'x-compute-request-id': 'req-2b95a454-3587-48f7-bb71-37cf4ef974a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:14,143 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:16:14,143 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-c027efc5-9490-4aba-b4d5-6c2bc6477edf', 'x-compute-request-id': 'req-c027efc5-9490-4aba-b4d5-6c2bc6477edf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:15,244 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:16:15,245 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-34d83817-3297-4f19-ad34-9eaf45409ae3', 'x-compute-request-id': 'req-34d83817-3297-4f19-ad34-9eaf45409ae3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:16,372 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.102s 2022-09-13 20:16:16,372 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-2810a386-35fe-4d35-bb56-d923577668a5', 'x-compute-request-id': 'req-2810a386-35fe-4d35-bb56-d923577668a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:17,472 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:16:17,473 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-40338645-bb5f-43d1-8c26-7cdf1717877f', 'x-compute-request-id': 'req-40338645-bb5f-43d1-8c26-7cdf1717877f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:18,573 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:16:18,573 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-4706c668-6027-4593-9641-237ea7f59240', 'x-compute-request-id': 'req-4706c668-6027-4593-9641-237ea7f59240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:19,677 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:16:19,678 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-8f3447de-c97e-40d8-b6c2-3d24a4a35045', 'x-compute-request-id': 'req-8f3447de-c97e-40d8-b6c2-3d24a4a35045', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:20,778 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:16:20,778 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-a27b2c1f-ab31-47ad-acf0-080ce0bad7d0', 'x-compute-request-id': 'req-a27b2c1f-ab31-47ad-acf0-080ce0bad7d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:21,880 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:16:21,881 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-5ccdb21c-5a35-4282-9ef6-674c55412844', 'x-compute-request-id': 'req-5ccdb21c-5a35-4282-9ef6-674c55412844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:22,985 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:16:22,985 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-52555b05-dc6c-4f20-8c61-fa6a088d144b', 'x-compute-request-id': 'req-52555b05-dc6c-4f20-8c61-fa6a088d144b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:24,090 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:16:24,090 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-05e8a686-87a1-44ef-b767-66b7344402b0', 'x-compute-request-id': 'req-05e8a686-87a1-44ef-b767-66b7344402b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:25,192 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:16:25,192 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-ced40d9b-08be-4288-881e-d02900098ad5', 'x-compute-request-id': 'req-ced40d9b-08be-4288-881e-d02900098ad5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:26,292 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:16:26,293 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-a456014d-0fc3-4ab5-9d5f-ad2ecf8fbc91', 'x-compute-request-id': 'req-a456014d-0fc3-4ab5-9d5f-ad2ecf8fbc91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:27,396 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:16:27,396 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-97c49501-137d-42a3-b095-c7a3f1e74935', 'x-compute-request-id': 'req-97c49501-137d-42a3-b095-c7a3f1e74935', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:28,497 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:16:28,498 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-4978d158-1c45-4106-9ce9-d04b10d6f9e4', 'x-compute-request-id': 'req-4978d158-1c45-4106-9ce9-d04b10d6f9e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:29,693 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.181s 2022-09-13 20:16:29,694 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-200903b3-d7a2-4ee6-bb31-6c7ce38f6e63', 'x-compute-request-id': 'req-200903b3-d7a2-4ee6-bb31-6c7ce38f6e63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:30,793 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:16:30,794 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-53353117-2fa0-4fb2-8345-0b28966a6ab0', 'x-compute-request-id': 'req-53353117-2fa0-4fb2-8345-0b28966a6ab0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:31,896 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:16:31,896 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-84d9ba69-2317-4549-b510-61c81dc2c826', 'x-compute-request-id': 'req-84d9ba69-2317-4549-b510-61c81dc2c826', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:33,000 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:16:33,001 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-263db400-2191-46bc-bd5c-188ad4b76b5f', 'x-compute-request-id': 'req-263db400-2191-46bc-bd5c-188ad4b76b5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:34,101 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:16:34,101 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-809f9bbb-0fb2-488b-8603-93bd0a0cbc08', 'x-compute-request-id': 'req-809f9bbb-0fb2-488b-8603-93bd0a0cbc08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:35,203 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:16:35,203 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-70646394-cfe1-446c-8250-576bfef880ad', 'x-compute-request-id': 'req-70646394-cfe1-446c-8250-576bfef880ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:36,306 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:16:36,307 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-6c10057e-c580-4173-aefe-77db24924392', 'x-compute-request-id': 'req-6c10057e-c580-4173-aefe-77db24924392', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:37,412 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.091s 2022-09-13 20:16:37,412 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-f71ae310-2925-4ec9-be75-63b20e0f8e8e', 'x-compute-request-id': 'req-f71ae310-2925-4ec9-be75-63b20e0f8e8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:38,515 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:16:38,516 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-87ba8c83-567d-49f7-906b-63c01eadeea5', 'x-compute-request-id': 'req-87ba8c83-567d-49f7-906b-63c01eadeea5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:39,617 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:16:39,617 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-f7e7bd89-003c-4b4a-bd6a-e380607bda4f', 'x-compute-request-id': 'req-f7e7bd89-003c-4b4a-bd6a-e380607bda4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:40,722 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:16:40,722 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-e8955f59-d04d-4efe-a231-ada5f077a8ee', 'x-compute-request-id': 'req-e8955f59-d04d-4efe-a231-ada5f077a8ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:41,825 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:16:41,826 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-c7b0b174-847e-48b1-b3f6-5a2bce66bf16', 'x-compute-request-id': 'req-c7b0b174-847e-48b1-b3f6-5a2bce66bf16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:42,927 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:16:42,927 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-46efd42d-fbb6-4964-959c-4fe570b31c8b', 'x-compute-request-id': 'req-46efd42d-fbb6-4964-959c-4fe570b31c8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:44,031 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:16:44,032 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-a7471565-876c-4298-8e58-66dd647a5b7e', 'x-compute-request-id': 'req-a7471565-876c-4298-8e58-66dd647a5b7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:45,134 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:16:45,134 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-3b8ab920-8617-4557-b621-e6dfa5933699', 'x-compute-request-id': 'req-3b8ab920-8617-4557-b621-e6dfa5933699', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:46,243 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.094s 2022-09-13 20:16:46,243 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-a78eed4d-9ab1-4fda-a03f-d7f4f2295c93', 'x-compute-request-id': 'req-a78eed4d-9ab1-4fda-a03f-d7f4f2295c93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:47,345 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:16:47,346 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-4cbed66c-acb2-4f48-93eb-2268acbf0cd9', 'x-compute-request-id': 'req-4cbed66c-acb2-4f48-93eb-2268acbf0cd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:48,452 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.092s 2022-09-13 20:16:48,453 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-b3ab2af8-b8f9-41b6-8e9a-984baa404a81', 'x-compute-request-id': 'req-b3ab2af8-b8f9-41b6-8e9a-984baa404a81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:49,554 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:16:49,554 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-4b238775-d0bb-4a70-a6b6-4108ad2f27d0', 'x-compute-request-id': 'req-4b238775-d0bb-4a70-a6b6-4108ad2f27d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:50,658 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:16:50,659 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-59b5dfb7-dbb4-43ad-b7e1-311c6f4415db', 'x-compute-request-id': 'req-59b5dfb7-dbb4-43ad-b7e1-311c6f4415db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:51,766 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.092s 2022-09-13 20:16:51,767 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-91a261c5-def0-4a87-a7ae-fe1e2432340d', 'x-compute-request-id': 'req-91a261c5-def0-4a87-a7ae-fe1e2432340d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:52,870 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:16:52,870 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-064b90e7-4045-4b0d-996c-14a72264962a', 'x-compute-request-id': 'req-064b90e7-4045-4b0d-996c-14a72264962a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:53,974 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:16:53,975 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16:53 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-1cff1dd7-1bfc-4952-9581-e95f4fd3f3bc', 'x-compute-request-id': 'req-1cff1dd7-1bfc-4952-9581-e95f4fd3f3bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:55,130 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.141s 2022-09-13 20:16:55,130 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-16b9b8ab-b4a4-490a-a59f-cf510c307922', 'x-compute-request-id': 'req-16b9b8ab-b4a4-490a-a59f-cf510c307922', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:56,234 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:16:56,235 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-608dc816-e4d8-4bfb-9cb3-8a97772cf3a3', 'x-compute-request-id': 'req-608dc816-e4d8-4bfb-9cb3-8a97772cf3a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:57,335 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:16:57,335 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-cd275ab0-b658-4658-8f7b-fe944f9dd799', 'x-compute-request-id': 'req-cd275ab0-b658-4658-8f7b-fe944f9dd799', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:58,494 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.144s 2022-09-13 20:16:58,494 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-16e9a506-bbd5-4efd-bdfa-c5c44dd6aa70', 'x-compute-request-id': 'req-16e9a506-bbd5-4efd-bdfa-c5c44dd6aa70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:16:59,600 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.091s 2022-09-13 20:16:59,600 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16: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-b1d98e67-2a06-4de5-a50e-2c28d9992bd9', 'x-compute-request-id': 'req-b1d98e67-2a06-4de5-a50e-2c28d9992bd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:00,706 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.091s 2022-09-13 20:17:00,706 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-2c755729-ed70-47ee-9030-7d949811d82f', 'x-compute-request-id': 'req-2c755729-ed70-47ee-9030-7d949811d82f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:01,807 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:17:01,808 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-ce051c51-6f3c-4ec1-8cc0-f54541785a8b', 'x-compute-request-id': 'req-ce051c51-6f3c-4ec1-8cc0-f54541785a8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:02,914 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.092s 2022-09-13 20:17:02,915 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-8cb3fdff-3784-4be7-9e0b-76a4e8f8230f', 'x-compute-request-id': 'req-8cb3fdff-3784-4be7-9e0b-76a4e8f8230f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:04,017 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:17:04,018 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-4193c739-9a60-463a-b350-553608c21b37', 'x-compute-request-id': 'req-4193c739-9a60-463a-b350-553608c21b37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:05,120 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:17:05,121 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-6aab6705-0cd5-4c70-b1a1-edba3f6384da', 'x-compute-request-id': 'req-6aab6705-0cd5-4c70-b1a1-edba3f6384da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:06,226 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:17:06,226 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-e7238dab-12db-42f3-9140-927117fa1e66', 'x-compute-request-id': 'req-e7238dab-12db-42f3-9140-927117fa1e66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:07,325 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:17:07,326 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-058849ae-48d2-4d2a-ad83-cd1ad0df89ed', 'x-compute-request-id': 'req-058849ae-48d2-4d2a-ad83-cd1ad0df89ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:08,429 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:17:08,430 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-e984550d-5e54-4e0e-b268-bd3238dd20f3', 'x-compute-request-id': 'req-e984550d-5e54-4e0e-b268-bd3238dd20f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:09,531 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:17:09,531 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-7d8ccb4b-2f2c-4ca9-a353-e9a35b3c9f54', 'x-compute-request-id': 'req-7d8ccb4b-2f2c-4ca9-a353-e9a35b3c9f54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:10,632 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:17:10,633 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-e9c827e1-943e-4b0a-b2c0-777f03785f0b', 'x-compute-request-id': 'req-e9c827e1-943e-4b0a-b2c0-777f03785f0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:11,734 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:17:11,735 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-22ad5dab-0fb0-4ba3-8be5-5000396ad79d', 'x-compute-request-id': 'req-22ad5dab-0fb0-4ba3-8be5-5000396ad79d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:12,838 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:17:12,838 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-ed28f418-fdab-4d82-b35c-529822a4b853', 'x-compute-request-id': 'req-ed28f418-fdab-4d82-b35c-529822a4b853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:13,941 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:17:13,942 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-51d60ba7-cec7-40bb-a190-c47356ab0dd1', 'x-compute-request-id': 'req-51d60ba7-cec7-40bb-a190-c47356ab0dd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:15,044 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:17:15,045 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-937ac829-7e0b-48c1-8d99-108cd289aba5', 'x-compute-request-id': 'req-937ac829-7e0b-48c1-8d99-108cd289aba5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:16,145 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:17:16,146 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-474e72ad-4ff5-417a-9245-d0698c7f0ed6', 'x-compute-request-id': 'req-474e72ad-4ff5-417a-9245-d0698c7f0ed6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:17,247 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:17:17,248 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-213eb13d-7b2c-4a0a-a9ee-8054212e5c4f', 'x-compute-request-id': 'req-213eb13d-7b2c-4a0a-a9ee-8054212e5c4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:18,348 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:17:18,348 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-0e341fd2-0680-40bb-b256-74fd90850e61', 'x-compute-request-id': 'req-0e341fd2-0680-40bb-b256-74fd90850e61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:19,451 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:17:19,452 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-64840258-fe5a-4de7-bd43-1808856c70e7', 'x-compute-request-id': 'req-64840258-fe5a-4de7-bd43-1808856c70e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:20,553 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:17:20,553 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-e3ad0bcd-ea19-42e3-8c5f-3228aca8194d', 'x-compute-request-id': 'req-e3ad0bcd-ea19-42e3-8c5f-3228aca8194d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:21,657 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:17:21,658 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-94c3d34b-7796-48e0-8d25-a3ec610356c9', 'x-compute-request-id': 'req-94c3d34b-7796-48e0-8d25-a3ec610356c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:22,758 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:17:22,758 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-beef53e6-c444-4ac6-846e-bb60525496f0', 'x-compute-request-id': 'req-beef53e6-c444-4ac6-846e-bb60525496f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:23,860 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:17:23,860 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-92a1a557-73d9-407f-b307-e6f6d4af86c7', 'x-compute-request-id': 'req-92a1a557-73d9-407f-b307-e6f6d4af86c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:24,964 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:17:24,964 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-615b0eb5-30e1-48aa-9e4f-602ab9d1b33e', 'x-compute-request-id': 'req-615b0eb5-30e1-48aa-9e4f-602ab9d1b33e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:26,069 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:17:26,069 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-7ad4e99d-f5d0-4079-96fa-a3c2f0f79652', 'x-compute-request-id': 'req-7ad4e99d-f5d0-4079-96fa-a3c2f0f79652', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:27,171 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:17:27,171 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-a7aed513-79bb-43e5-be66-c479835acbc2', 'x-compute-request-id': 'req-a7aed513-79bb-43e5-be66-c479835acbc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:28,272 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:17:28,272 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-bd5b91cf-9e89-42f2-adf4-4c0766f20997', 'x-compute-request-id': 'req-bd5b91cf-9e89-42f2-adf4-4c0766f20997', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:29,373 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:17:29,373 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-41d1f194-cf75-4144-837a-2cc34652376e', 'x-compute-request-id': 'req-41d1f194-cf75-4144-837a-2cc34652376e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:30,476 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:17:30,476 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-7bd90fe0-1c4c-4438-ad0c-bc8b8bb6fafa', 'x-compute-request-id': 'req-7bd90fe0-1c4c-4438-ad0c-bc8b8bb6fafa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:31,578 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:17:31,578 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-3eaaefda-0a50-4dc4-9b14-fa8044837e79', 'x-compute-request-id': 'req-3eaaefda-0a50-4dc4-9b14-fa8044837e79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:32,681 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:17:32,681 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-7143b4aa-0514-487f-aa7b-bbca5de94e87', 'x-compute-request-id': 'req-7143b4aa-0514-487f-aa7b-bbca5de94e87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:33,781 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:17:33,781 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-a167a055-b41f-4802-b0d9-c96de8183873', 'x-compute-request-id': 'req-a167a055-b41f-4802-b0d9-c96de8183873', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:34,887 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.091s 2022-09-13 20:17:34,887 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-039d006f-712d-4fe4-bce8-eb6e827f3855', 'x-compute-request-id': 'req-039d006f-712d-4fe4-bce8-eb6e827f3855', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:35,991 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:17:35,991 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-8b6dbe69-6b99-41b2-b630-c23d6ce50ba2', 'x-compute-request-id': 'req-8b6dbe69-6b99-41b2-b630-c23d6ce50ba2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:37,094 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:17:37,094 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-30a62afe-00eb-406e-8628-8692b93490bb', 'x-compute-request-id': 'req-30a62afe-00eb-406e-8628-8692b93490bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:38,193 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.084s 2022-09-13 20:17:38,193 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-9a042790-8e2f-4732-b2ba-00be2c267675', 'x-compute-request-id': 'req-9a042790-8e2f-4732-b2ba-00be2c267675', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:39,299 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.091s 2022-09-13 20:17:39,299 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-6a87ddfa-5d3e-434e-aff0-5e98c71bc165', 'x-compute-request-id': 'req-6a87ddfa-5d3e-434e-aff0-5e98c71bc165', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:40,404 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.091s 2022-09-13 20:17:40,405 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-1655a85e-847b-4026-b7de-5d31a7944433', 'x-compute-request-id': 'req-1655a85e-847b-4026-b7de-5d31a7944433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:41,507 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:17:41,507 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-d65e001c-f9a4-4b5f-944c-c7f422037dff', 'x-compute-request-id': 'req-d65e001c-f9a4-4b5f-944c-c7f422037dff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:42,610 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:17:42,610 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-ac5bda7e-fb41-4f6e-98bf-ed7feb8f6304', 'x-compute-request-id': 'req-ac5bda7e-fb41-4f6e-98bf-ed7feb8f6304', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:43,713 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:17:43,713 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-e8a57e4c-f8c3-4a7f-80ee-f45fb913c408', 'x-compute-request-id': 'req-e8a57e4c-f8c3-4a7f-80ee-f45fb913c408', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:44,813 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:17:44,813 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-a6a39fd2-5027-4abf-8eda-800e0462c019', 'x-compute-request-id': 'req-a6a39fd2-5027-4abf-8eda-800e0462c019', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:45,922 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.094s 2022-09-13 20:17:45,922 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-b764c45a-7ad4-4f3a-a22e-1534e442689d', 'x-compute-request-id': 'req-b764c45a-7ad4-4f3a-a22e-1534e442689d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:47,022 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:17:47,023 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-37064c93-a251-4341-86d9-4a2f3eedafb1', 'x-compute-request-id': 'req-37064c93-a251-4341-86d9-4a2f3eedafb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:48,128 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:17:48,128 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-f97ffd2b-89b7-4d83-b54b-b4682fb4d8a0', 'x-compute-request-id': 'req-f97ffd2b-89b7-4d83-b54b-b4682fb4d8a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:49,233 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:17:49,233 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-862c81ee-1d79-4cd4-9293-9f68d355c3a1', 'x-compute-request-id': 'req-862c81ee-1d79-4cd4-9293-9f68d355c3a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:50,333 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:17:50,334 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-b501af2a-f369-46bd-b386-e7c0d13f6478', 'x-compute-request-id': 'req-b501af2a-f369-46bd-b386-e7c0d13f6478', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:51,435 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:17:51,435 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-8e620e39-bde3-4d53-9098-25967e9d88a4', 'x-compute-request-id': 'req-8e620e39-bde3-4d53-9098-25967e9d88a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:52,539 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:17:52,539 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-b7241d70-7026-4fe7-b2a4-dc5413bcedaf', 'x-compute-request-id': 'req-b7241d70-7026-4fe7-b2a4-dc5413bcedaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:53,882 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.328s 2022-09-13 20:17:53,882 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17:53 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-94f64aa6-b7e9-4f72-9568-ec4b32b7bfe9', 'x-compute-request-id': 'req-94f64aa6-b7e9-4f72-9568-ec4b32b7bfe9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:54,986 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:17:54,986 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-3b1c70fe-ccc2-4d5d-885b-1fec354b747b', 'x-compute-request-id': 'req-3b1c70fe-ccc2-4d5d-885b-1fec354b747b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:56,090 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:17:56,091 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-881dfc2d-67e0-4141-a590-4b0ccabf82e7', 'x-compute-request-id': 'req-881dfc2d-67e0-4141-a590-4b0ccabf82e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:57,195 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:17:57,195 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-ad251b67-b1dc-4cae-a6d6-1f47d83866dd', 'x-compute-request-id': 'req-ad251b67-b1dc-4cae-a6d6-1f47d83866dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:58,297 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:17:58,298 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-211bdc13-6952-425c-ada6-382c6c72d092', 'x-compute-request-id': 'req-211bdc13-6952-425c-ada6-382c6c72d092', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:17:59,398 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:17:59,398 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17: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-ddefa653-4434-418b-a900-2ba37650c293', 'x-compute-request-id': 'req-ddefa653-4434-418b-a900-2ba37650c293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:00,498 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:18:00,498 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-01af39ba-87ca-460b-9318-937bde5f3518', 'x-compute-request-id': 'req-01af39ba-87ca-460b-9318-937bde5f3518', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:01,599 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:18:01,600 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-8f6284fc-18be-428b-a731-d5fee94a5890', 'x-compute-request-id': 'req-8f6284fc-18be-428b-a731-d5fee94a5890', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:02,702 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:18:02,703 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-3850ad8e-5b04-4082-90d8-76c4b9a30905', 'x-compute-request-id': 'req-3850ad8e-5b04-4082-90d8-76c4b9a30905', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:03,808 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:18:03,808 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-1139f940-7040-430b-8b5a-2293319fcefd', 'x-compute-request-id': 'req-1139f940-7040-430b-8b5a-2293319fcefd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:04,912 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:18:04,912 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-8ee22ead-367b-4328-a31f-dc79378084cc', 'x-compute-request-id': 'req-8ee22ead-367b-4328-a31f-dc79378084cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:06,011 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:18:06,012 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-efdc2e6c-f239-4324-add3-538f744d343b', 'x-compute-request-id': 'req-efdc2e6c-f239-4324-add3-538f744d343b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:07,115 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:18:07,116 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-3487bae5-5236-489c-995c-67362375df4f', 'x-compute-request-id': 'req-3487bae5-5236-489c-995c-67362375df4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:08,219 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:18:08,220 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-cabb7646-3b5b-424d-942d-d495a58e7ea6', 'x-compute-request-id': 'req-cabb7646-3b5b-424d-942d-d495a58e7ea6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:09,323 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:18:09,323 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-170d2b8b-faf8-44d4-8817-a429bd621f16', 'x-compute-request-id': 'req-170d2b8b-faf8-44d4-8817-a429bd621f16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:10,427 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:18:10,427 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-65b0ec7a-7a60-4f24-8b6e-7e29a338d4b6', 'x-compute-request-id': 'req-65b0ec7a-7a60-4f24-8b6e-7e29a338d4b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:11,532 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:18:11,532 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-702e4495-0394-4154-b3df-201b404af917', 'x-compute-request-id': 'req-702e4495-0394-4154-b3df-201b404af917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:12,654 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.107s 2022-09-13 20:18:12,654 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-fc7c494e-aa79-4dc2-b7a4-b5eb07df1559', 'x-compute-request-id': 'req-fc7c494e-aa79-4dc2-b7a4-b5eb07df1559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:13,766 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.096s 2022-09-13 20:18:13,766 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-76978cfa-d5d2-4a4c-ad59-656e49ded596', 'x-compute-request-id': 'req-76978cfa-d5d2-4a4c-ad59-656e49ded596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:14,872 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.091s 2022-09-13 20:18:14,872 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-3637dafa-9f0d-4e3a-8051-eb02d0a47039', 'x-compute-request-id': 'req-3637dafa-9f0d-4e3a-8051-eb02d0a47039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:15,983 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.091s 2022-09-13 20:18:15,984 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-f198d711-f8c9-48ef-a6ef-1743f712b73a', 'x-compute-request-id': 'req-f198d711-f8c9-48ef-a6ef-1743f712b73a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:17,090 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.092s 2022-09-13 20:18:17,090 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-299dea9f-a9ec-421a-ad80-70e11f721d8b', 'x-compute-request-id': 'req-299dea9f-a9ec-421a-ad80-70e11f721d8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:18,209 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.094s 2022-09-13 20:18:18,210 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-74b9fbf9-89ed-45fe-b129-7b1f0c16a164', 'x-compute-request-id': 'req-74b9fbf9-89ed-45fe-b129-7b1f0c16a164', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:19,326 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.102s 2022-09-13 20:18:19,327 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-953f45a3-8b21-414c-a98b-44cef07c3b0f', 'x-compute-request-id': 'req-953f45a3-8b21-414c-a98b-44cef07c3b0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:20,478 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.136s 2022-09-13 20:18:20,479 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-80387aa7-7267-4df7-bce0-5c1f8e94bb52', 'x-compute-request-id': 'req-80387aa7-7267-4df7-bce0-5c1f8e94bb52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:21,582 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:18:21,583 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-33c69224-a08a-43f0-815e-ba67aa7ff981', 'x-compute-request-id': 'req-33c69224-a08a-43f0-815e-ba67aa7ff981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:22,685 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:18:22,685 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-eed96799-fc8f-4747-be26-f39ea49e8e72', 'x-compute-request-id': 'req-eed96799-fc8f-4747-be26-f39ea49e8e72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:23,791 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.091s 2022-09-13 20:18:23,791 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-46feeef4-3e5c-498f-9f3c-299e6d25900f', 'x-compute-request-id': 'req-46feeef4-3e5c-498f-9f3c-299e6d25900f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:24,904 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.098s 2022-09-13 20:18:24,904 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-55fdb07e-e71f-4f26-88ab-d38fb3297c16', 'x-compute-request-id': 'req-55fdb07e-e71f-4f26-88ab-d38fb3297c16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:26,012 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.092s 2022-09-13 20:18:26,012 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-68f8e45f-452b-4759-a9ac-3aa0f4473c66', 'x-compute-request-id': 'req-68f8e45f-452b-4759-a9ac-3aa0f4473c66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:27,120 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.093s 2022-09-13 20:18:27,121 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-3cb03739-1c6e-43ce-8c92-8892303ef3fc', 'x-compute-request-id': 'req-3cb03739-1c6e-43ce-8c92-8892303ef3fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:28,222 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:18:28,222 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-68e4e05a-b63f-4e96-b56f-700878a1d4d5', 'x-compute-request-id': 'req-68e4e05a-b63f-4e96-b56f-700878a1d4d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:29,323 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:18:29,323 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-60e0e469-3136-4113-9db8-9b3089802eb0', 'x-compute-request-id': 'req-60e0e469-3136-4113-9db8-9b3089802eb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:30,424 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:18:30,425 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-db22a716-82c7-4e3d-8ca4-ce82f266faf1', 'x-compute-request-id': 'req-db22a716-82c7-4e3d-8ca4-ce82f266faf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:31,537 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.098s 2022-09-13 20:18:31,538 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-f7913019-98f3-4334-8210-75f99a007f64', 'x-compute-request-id': 'req-f7913019-98f3-4334-8210-75f99a007f64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:32,643 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:18:32,643 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-b62f62bc-89f8-44e4-8017-21795c424e75', 'x-compute-request-id': 'req-b62f62bc-89f8-44e4-8017-21795c424e75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:33,748 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:18:33,748 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-21b36642-8ea4-4ba7-be27-ebf89a9702a8', 'x-compute-request-id': 'req-21b36642-8ea4-4ba7-be27-ebf89a9702a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:34,850 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:18:34,850 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-c50fbe54-5b1a-4a68-936d-6f3fa692f417', 'x-compute-request-id': 'req-c50fbe54-5b1a-4a68-936d-6f3fa692f417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:35,953 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:18:35,953 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-4106ca00-6411-4004-a8a6-1f1c7b20eed0', 'x-compute-request-id': 'req-4106ca00-6411-4004-a8a6-1f1c7b20eed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:37,053 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:18:37,053 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-ae6cb759-f744-4763-b583-1a98e99e6684', 'x-compute-request-id': 'req-ae6cb759-f744-4763-b583-1a98e99e6684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:38,161 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.092s 2022-09-13 20:18:38,161 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-b67764dd-c490-4f06-8a78-9caaf9543349', 'x-compute-request-id': 'req-b67764dd-c490-4f06-8a78-9caaf9543349', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:39,261 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:18:39,261 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-e1836790-07a0-4dc4-97d4-2b8792472e47', 'x-compute-request-id': 'req-e1836790-07a0-4dc4-97d4-2b8792472e47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:40,362 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:18:40,362 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-08a6067a-ec0c-49bc-a4f2-094561f93beb', 'x-compute-request-id': 'req-08a6067a-ec0c-49bc-a4f2-094561f93beb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:41,464 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:18:41,465 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-144f5194-fc07-4079-8755-ad799c171c11', 'x-compute-request-id': 'req-144f5194-fc07-4079-8755-ad799c171c11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:42,571 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.091s 2022-09-13 20:18:42,571 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-e5558942-1edd-4da7-a42e-01b510cc47ec', 'x-compute-request-id': 'req-e5558942-1edd-4da7-a42e-01b510cc47ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:43,677 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.092s 2022-09-13 20:18:43,678 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-81e20ef4-8a78-4d09-8e0e-3fe941143c2c', 'x-compute-request-id': 'req-81e20ef4-8a78-4d09-8e0e-3fe941143c2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:44,780 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:18:44,780 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-ecb82353-219b-4b2f-a295-421357f4b537', 'x-compute-request-id': 'req-ecb82353-219b-4b2f-a295-421357f4b537', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:45,885 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:18:45,885 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-8d7e0e42-66c6-4966-90cb-c4835af7e480', 'x-compute-request-id': 'req-8d7e0e42-66c6-4966-90cb-c4835af7e480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:46,989 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:18:46,990 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-c92dc977-c4f2-4416-9086-4d67ed2dfda7', 'x-compute-request-id': 'req-c92dc977-c4f2-4416-9086-4d67ed2dfda7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:48,092 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:18:48,092 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-b9002e07-0da5-4236-9dc9-34cfe6d433c7', 'x-compute-request-id': 'req-b9002e07-0da5-4236-9dc9-34cfe6d433c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:49,212 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.104s 2022-09-13 20:18:49,212 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-1b0cec72-b385-4d48-b8c7-bb8ec38bb5fc', 'x-compute-request-id': 'req-1b0cec72-b385-4d48-b8c7-bb8ec38bb5fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:50,315 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:18:50,315 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-62fe67aa-f5d3-4d70-a57b-83087e193117', 'x-compute-request-id': 'req-62fe67aa-f5d3-4d70-a57b-83087e193117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:51,419 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:18:51,419 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-365d639a-15a4-4e84-99cb-f24e4a75173e', 'x-compute-request-id': 'req-365d639a-15a4-4e84-99cb-f24e4a75173e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:52,520 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:18:52,520 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-d397d798-37f3-41da-96fe-720dd2805da1', 'x-compute-request-id': 'req-d397d798-37f3-41da-96fe-720dd2805da1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:53,622 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:18:53,623 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18:53 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-6fbf6a13-e0df-4965-b64f-6916755f9012', 'x-compute-request-id': 'req-6fbf6a13-e0df-4965-b64f-6916755f9012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:54,724 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:18:54,725 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-a06d3540-4787-4b6f-a778-5471d8385bf4', 'x-compute-request-id': 'req-a06d3540-4787-4b6f-a778-5471d8385bf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:55,827 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:18:55,827 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-8184d9e0-0bc8-4012-aa5a-1f07e05e554c', 'x-compute-request-id': 'req-8184d9e0-0bc8-4012-aa5a-1f07e05e554c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:56,929 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:18:56,929 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-8f28608d-24b7-416e-9e01-56d310f86acc', 'x-compute-request-id': 'req-8f28608d-24b7-416e-9e01-56d310f86acc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:58,033 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:18:58,033 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-5388f334-af98-45e5-8e37-cad527f8a217', 'x-compute-request-id': 'req-5388f334-af98-45e5-8e37-cad527f8a217', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:18:59,137 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:18:59,138 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18: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-bb75a919-f01b-4c95-9266-82de5d3dd39d', 'x-compute-request-id': 'req-bb75a919-f01b-4c95-9266-82de5d3dd39d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:00,241 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:19:00,241 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-b5b7f1d7-7aa7-44ea-8722-6fd46ee59dd8', 'x-compute-request-id': 'req-b5b7f1d7-7aa7-44ea-8722-6fd46ee59dd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:01,344 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:19:01,344 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-027d0f58-9d5c-4ae5-89f2-3baa7153dd9b', 'x-compute-request-id': 'req-027d0f58-9d5c-4ae5-89f2-3baa7153dd9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:02,446 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:19:02,447 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-a20ad0b8-c696-4ec7-abb7-7ef605b2faea', 'x-compute-request-id': 'req-a20ad0b8-c696-4ec7-abb7-7ef605b2faea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:03,551 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:19:03,551 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-05135400-87fa-4b1d-9667-202433df1f5f', 'x-compute-request-id': 'req-05135400-87fa-4b1d-9667-202433df1f5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:04,654 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:19:04,655 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-faa007ff-058a-4343-8361-80141812fb71', 'x-compute-request-id': 'req-faa007ff-058a-4343-8361-80141812fb71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:05,756 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:19:05,756 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-083f5f08-a8a1-471e-b9a5-b6e3f80d6ce6', 'x-compute-request-id': 'req-083f5f08-a8a1-471e-b9a5-b6e3f80d6ce6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:06,858 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:19:06,859 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-1cef1000-24dd-4732-9b2c-32f805c2c780', 'x-compute-request-id': 'req-1cef1000-24dd-4732-9b2c-32f805c2c780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:07,960 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:19:07,960 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-c4d8349e-9ff7-4759-a6ed-90cc138688ac', 'x-compute-request-id': 'req-c4d8349e-9ff7-4759-a6ed-90cc138688ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:09,064 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:19:09,064 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-ed474726-ad07-4131-bf6e-f6e4c1a9ec07', 'x-compute-request-id': 'req-ed474726-ad07-4131-bf6e-f6e4c1a9ec07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:10,165 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:19:10,165 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-fadbe5f9-8988-4aa3-a35b-53649f94540e', 'x-compute-request-id': 'req-fadbe5f9-8988-4aa3-a35b-53649f94540e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:11,269 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:19:11,269 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-b04f292c-eac8-40b8-82b0-f2db627b31f5', 'x-compute-request-id': 'req-b04f292c-eac8-40b8-82b0-f2db627b31f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:12,371 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:19:12,372 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-fa5b67fe-3e87-4563-8e16-358dad7acafe', 'x-compute-request-id': 'req-fa5b67fe-3e87-4563-8e16-358dad7acafe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:13,475 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:19:13,475 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-7c2e2d36-e0cb-4486-993d-4600fd3d5134', 'x-compute-request-id': 'req-7c2e2d36-e0cb-4486-993d-4600fd3d5134', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:14,576 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:19:14,576 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-c857f63b-db91-4c26-b0ae-56656735b7f6', 'x-compute-request-id': 'req-c857f63b-db91-4c26-b0ae-56656735b7f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:15,676 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:19:15,677 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-99efd935-2c9b-4d6c-982b-20e163aced20', 'x-compute-request-id': 'req-99efd935-2c9b-4d6c-982b-20e163aced20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:16,779 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:19:16,779 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-4002088c-6703-40fe-a0c3-e59201dc409c', 'x-compute-request-id': 'req-4002088c-6703-40fe-a0c3-e59201dc409c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:17,885 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:19:17,885 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-7e021042-876a-4697-90c5-581bd01e399c', 'x-compute-request-id': 'req-7e021042-876a-4697-90c5-581bd01e399c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:18,989 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:19:18,990 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-e439a0fc-9c60-4452-b067-14c15716c168', 'x-compute-request-id': 'req-e439a0fc-9c60-4452-b067-14c15716c168', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:20,091 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:19:20,091 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-431d61f7-6e69-4ccf-bfde-8598e313cb1e', 'x-compute-request-id': 'req-431d61f7-6e69-4ccf-bfde-8598e313cb1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:21,195 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:19:21,195 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-f2a0f401-25a8-4cb3-bc2c-a34f894e7685', 'x-compute-request-id': 'req-f2a0f401-25a8-4cb3-bc2c-a34f894e7685', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:22,298 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:19:22,298 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-303038fe-0dbc-40ba-b83b-0b55dab167ea', 'x-compute-request-id': 'req-303038fe-0dbc-40ba-b83b-0b55dab167ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:23,400 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:19:23,401 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-2b650752-985e-4311-8be6-443b3bf0f727', 'x-compute-request-id': 'req-2b650752-985e-4311-8be6-443b3bf0f727', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:24,502 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:19:24,502 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-852af905-627b-4403-b4ca-4f0501395e89', 'x-compute-request-id': 'req-852af905-627b-4403-b4ca-4f0501395e89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:25,604 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:19:25,604 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-805b5223-2f14-4e30-9daa-c570151a3671', 'x-compute-request-id': 'req-805b5223-2f14-4e30-9daa-c570151a3671', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:26,710 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.091s 2022-09-13 20:19:26,711 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-3c394958-50d3-46ed-9104-dc75daf16d1b', 'x-compute-request-id': 'req-3c394958-50d3-46ed-9104-dc75daf16d1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:27,813 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:19:27,813 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-70f4e5ea-3de5-467a-958b-037a18fb6fe2', 'x-compute-request-id': 'req-70f4e5ea-3de5-467a-958b-037a18fb6fe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:28,916 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:19:28,916 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-1f53d991-fca2-4c88-b4c0-478857257264', 'x-compute-request-id': 'req-1f53d991-fca2-4c88-b4c0-478857257264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:30,017 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:19:30,017 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-2e97d888-af68-4e90-b704-bd100ffb45f6', 'x-compute-request-id': 'req-2e97d888-af68-4e90-b704-bd100ffb45f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:31,120 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:19:31,120 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-54d4e885-fd3d-4908-8717-02cc5344dc2f', 'x-compute-request-id': 'req-54d4e885-fd3d-4908-8717-02cc5344dc2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:32,220 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:19:32,221 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-dd2b80b7-14f2-47e2-9924-f43533dd1359', 'x-compute-request-id': 'req-dd2b80b7-14f2-47e2-9924-f43533dd1359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:33,326 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:19:33,326 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-ccf156c6-e701-4910-9f9f-d0326a47485c', 'x-compute-request-id': 'req-ccf156c6-e701-4910-9f9f-d0326a47485c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:34,431 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:19:34,432 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-82c31eae-9e07-458c-9296-d0535ff1b76a', 'x-compute-request-id': 'req-82c31eae-9e07-458c-9296-d0535ff1b76a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:35,534 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:19:35,535 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-fb01fd20-eada-4a75-bd12-07181af7f8d0', 'x-compute-request-id': 'req-fb01fd20-eada-4a75-bd12-07181af7f8d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:36,634 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:19:36,635 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-d7e162ae-b3d9-40e4-9a38-e26b7506a382', 'x-compute-request-id': 'req-d7e162ae-b3d9-40e4-9a38-e26b7506a382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:37,736 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:19:37,737 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-08a84e80-3417-491f-9489-2033c8f7b937', 'x-compute-request-id': 'req-08a84e80-3417-491f-9489-2033c8f7b937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:38,841 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:19:38,841 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-73de7583-07f1-4094-a632-6fd79c8e497d', 'x-compute-request-id': 'req-73de7583-07f1-4094-a632-6fd79c8e497d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:39,948 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.092s 2022-09-13 20:19:39,948 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-0c1312f9-d10c-4b07-95c6-a31c8b0e2568', 'x-compute-request-id': 'req-0c1312f9-d10c-4b07-95c6-a31c8b0e2568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:41,049 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:19:41,049 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-0272b51c-eec9-4bb9-a92c-f9d7d37f2444', 'x-compute-request-id': 'req-0272b51c-eec9-4bb9-a92c-f9d7d37f2444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:42,151 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:19:42,151 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-f05587d9-45d3-4d68-8946-0905657c79b1', 'x-compute-request-id': 'req-f05587d9-45d3-4d68-8946-0905657c79b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:43,254 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:19:43,254 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-f15fd846-0abd-4ef0-87f7-14bb0843b0d3', 'x-compute-request-id': 'req-f15fd846-0abd-4ef0-87f7-14bb0843b0d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:44,355 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:19:44,355 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-94081e02-93df-4936-a5cd-eb9f7d8c485b', 'x-compute-request-id': 'req-94081e02-93df-4936-a5cd-eb9f7d8c485b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:45,455 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:19:45,455 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-785308d6-c74c-483a-ab74-e4f3a9d9d455', 'x-compute-request-id': 'req-785308d6-c74c-483a-ab74-e4f3a9d9d455', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:46,557 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:19:46,558 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-65412cc7-5a56-4160-89f5-13a23d6b83b1', 'x-compute-request-id': 'req-65412cc7-5a56-4160-89f5-13a23d6b83b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:47,661 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:19:47,662 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-cc96f9a7-6b99-4b5d-bfc3-a3a1d14bf78f', 'x-compute-request-id': 'req-cc96f9a7-6b99-4b5d-bfc3-a3a1d14bf78f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:48,762 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:19:48,763 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-65ee1d19-0395-499b-b639-ed0453397d31', 'x-compute-request-id': 'req-65ee1d19-0395-499b-b639-ed0453397d31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:49,869 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:19:49,869 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-8289e5ca-1953-40f8-b236-33e0ffa0341d', 'x-compute-request-id': 'req-8289e5ca-1953-40f8-b236-33e0ffa0341d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:50,972 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:19:50,972 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-aba5fd93-52fb-4102-9a2e-3f15c0f707f9', 'x-compute-request-id': 'req-aba5fd93-52fb-4102-9a2e-3f15c0f707f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:52,072 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:19:52,073 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-d7b188c9-cd7a-4adb-8a30-43ab80df25d6', 'x-compute-request-id': 'req-d7b188c9-cd7a-4adb-8a30-43ab80df25d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:53,174 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:19:53,174 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19:53 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-c8b1e07b-97ad-4b1c-86c3-d8695eea682c', 'x-compute-request-id': 'req-c8b1e07b-97ad-4b1c-86c3-d8695eea682c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:54,276 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:19:54,276 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-06839a89-eacc-4b49-a788-8808e3b5e196', 'x-compute-request-id': 'req-06839a89-eacc-4b49-a788-8808e3b5e196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:55,380 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:19:55,381 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-eb04633f-3c5b-4ce6-88f8-50c2e043df76', 'x-compute-request-id': 'req-eb04633f-3c5b-4ce6-88f8-50c2e043df76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:56,480 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:19:56,481 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-2d38936b-7f2e-47ee-8957-8749dbb766ff', 'x-compute-request-id': 'req-2d38936b-7f2e-47ee-8957-8749dbb766ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:57,583 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:19:57,583 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-aa7ea07a-f658-4027-92f2-905acc56ef0a', 'x-compute-request-id': 'req-aa7ea07a-f658-4027-92f2-905acc56ef0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:58,685 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:19:58,685 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-2d474dbf-fb85-4514-90d3-591c4a6509c4', 'x-compute-request-id': 'req-2d474dbf-fb85-4514-90d3-591c4a6509c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:19:59,791 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.091s 2022-09-13 20:19:59,792 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19: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-185df8de-5cb1-46b3-916e-ff316a736aa1', 'x-compute-request-id': 'req-185df8de-5cb1-46b3-916e-ff316a736aa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:00,955 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.093s 2022-09-13 20:20:00,956 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-a1fe0f6b-3246-45df-9a82-589748588d83', 'x-compute-request-id': 'req-a1fe0f6b-3246-45df-9a82-589748588d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:02,057 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:20:02,057 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-e751cfc3-fa72-4e27-b043-32f4b3acdda9', 'x-compute-request-id': 'req-e751cfc3-fa72-4e27-b043-32f4b3acdda9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:03,158 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:20:03,158 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-6d40e19d-39e1-4b08-96e6-ed023523970a', 'x-compute-request-id': 'req-6d40e19d-39e1-4b08-96e6-ed023523970a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:04,263 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.091s 2022-09-13 20:20:04,263 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-f2008a12-0bd6-4f20-8c69-c903f8c4c2d5', 'x-compute-request-id': 'req-f2008a12-0bd6-4f20-8c69-c903f8c4c2d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:05,362 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:20:05,363 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-7bbea904-61e9-4902-a1c5-4f76af3711d1', 'x-compute-request-id': 'req-7bbea904-61e9-4902-a1c5-4f76af3711d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:06,464 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:20:06,465 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-6479f7eb-a1f8-4b56-8f8e-e951bd4d49ba', 'x-compute-request-id': 'req-6479f7eb-a1f8-4b56-8f8e-e951bd4d49ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:07,567 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:20:07,567 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-fc9f54d3-de31-493c-a6c9-ef59cc09622d', 'x-compute-request-id': 'req-fc9f54d3-de31-493c-a6c9-ef59cc09622d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:08,669 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:20:08,670 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-a156a831-6aaf-439f-94e9-bfa92321dcd2', 'x-compute-request-id': 'req-a156a831-6aaf-439f-94e9-bfa92321dcd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:09,776 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.091s 2022-09-13 20:20:09,777 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-a08d55a5-f423-4714-bc40-89d90c5adac2', 'x-compute-request-id': 'req-a08d55a5-f423-4714-bc40-89d90c5adac2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:10,880 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:20:10,880 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-43cdadf1-9b59-441e-922b-7ad036f1a4a9', 'x-compute-request-id': 'req-43cdadf1-9b59-441e-922b-7ad036f1a4a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:11,984 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:20:11,984 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-cc94b3a7-f968-4144-af7d-4d34bc1b94ad', 'x-compute-request-id': 'req-cc94b3a7-f968-4144-af7d-4d34bc1b94ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:13,089 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:20:13,090 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-8be9b3c2-4d38-4d4e-99b1-f7809fff1789', 'x-compute-request-id': 'req-8be9b3c2-4d38-4d4e-99b1-f7809fff1789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:14,439 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.334s 2022-09-13 20:20:14,440 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-26d0a80c-241e-47b5-9c98-b300a79e8daa', 'x-compute-request-id': 'req-26d0a80c-241e-47b5-9c98-b300a79e8daa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:15,541 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:20:15,541 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-fc94528f-d382-4b4d-b49e-921a37da4cea', 'x-compute-request-id': 'req-fc94528f-d382-4b4d-b49e-921a37da4cea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:16,644 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.089s 2022-09-13 20:20:16,645 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-32d600f8-818b-479a-8786-2d7fd089cdbf', 'x-compute-request-id': 'req-32d600f8-818b-479a-8786-2d7fd089cdbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:17,747 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:20:17,747 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-129a57d1-2c4b-48c5-954a-a72b5481fee1', 'x-compute-request-id': 'req-129a57d1-2c4b-48c5-954a-a72b5481fee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:18,850 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:20:18,851 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-949a90aa-dfbb-42fd-bde6-a9e9b6fe331c', 'x-compute-request-id': 'req-949a90aa-dfbb-42fd-bde6-a9e9b6fe331c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:19,959 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.094s 2022-09-13 20:20:19,960 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-66852dd8-037c-4eed-a3e3-5518b4c382a6', 'x-compute-request-id': 'req-66852dd8-037c-4eed-a3e3-5518b4c382a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:21,059 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.084s 2022-09-13 20:20:21,060 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-6e63311a-aaa6-4b11-88ad-43c94ef44cc9', 'x-compute-request-id': 'req-6e63311a-aaa6-4b11-88ad-43c94ef44cc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:22,168 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.094s 2022-09-13 20:20:22,168 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-055b5795-dc97-46f2-904d-42300f427888', 'x-compute-request-id': 'req-055b5795-dc97-46f2-904d-42300f427888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:23,270 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.088s 2022-09-13 20:20:23,271 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-38eaf576-2ff2-4ed0-9cac-79c560f76b62', 'x-compute-request-id': 'req-38eaf576-2ff2-4ed0-9cac-79c560f76b62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:24,371 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.085s 2022-09-13 20:20:24,371 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-28b8aa1e-1831-4520-97ee-c6a0e14e37eb', 'x-compute-request-id': 'req-28b8aa1e-1831-4520-97ee-c6a0e14e37eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:25,476 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:20:25,476 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-30422bc9-d25e-49d9-8dc0-cf33c3b99f34', 'x-compute-request-id': 'req-30422bc9-d25e-49d9-8dc0-cf33c3b99f34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:26,578 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.087s 2022-09-13 20:20:26,578 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-a79c9ea7-328e-4a25-9dfd-9b8ae40447bf', 'x-compute-request-id': 'req-a79c9ea7-328e-4a25-9dfd-9b8ae40447bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:27,683 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.090s 2022-09-13 20:20:27,683 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-09483aec-def0-427f-966a-2271741f7084', 'x-compute-request-id': 'req-09483aec-def0-427f-966a-2271741f7084', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:28,783 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a 0.086s 2022-09-13 20:20:28,784 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20: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-66c24521-cca9-4698-a16e-b5c0cd54eac4', 'x-compute-request-id': 'req-66c24521-cca9-4698-a16e-b5c0cd54eac4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a'} Body: b'{"server": {"id": "48077174-95e1-4274-a8b9-afad8b711a8a", "name": "tempest-AttachVolumeTestJSON-server-1521463524", "status": "ACTIVE", "tenant_id": "b6912d8a0f544d9d9b2d9b1d1048952d", "user_id": "91a5130420764ac78383961d7665a964", "metadata": {}, "hostId": "a281da06025b52d5dc40e10304878ead04e2699d2259f9c1674b46f0", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:31Z", "updated": "2022-09-13T20:14:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/48077174-95e1-4274-a8b9-afad8b711a8a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-17006654", "OS-SRV-USG:launched_at": "2022-09-13T19:51:10.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": "467fd515-b223-4e82-a121-973978d0d065"}]}}' 2022-09-13 20:20:28,797 132925 ERROR [tempest.api.compute.base] Failed to delete server 48077174-95e1-4274-a8b9-afad8b711a8a 2022-09-13 20:20:28.797 132925 ERROR tempest.api.compute.base Traceback (most recent call last): 2022-09-13 20:20:28.797 132925 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/api/compute/base.py", line 456, in delete_server 2022-09-13 20:20:28.797 132925 ERROR tempest.api.compute.base waiters.wait_for_server_termination(cls.servers_client, 2022-09-13 20:20:28.797 132925 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/common/waiters.py", line 146, in wait_for_server_termination 2022-09-13 20:20:28.797 132925 ERROR tempest.api.compute.base raise lib_exc.TimeoutException 2022-09-13 20:20:28.797 132925 ERROR tempest.api.compute.base tempest.lib.exceptions.TimeoutException: Request timed out 2022-09-13 20:20:28.797 132925 ERROR tempest.api.compute.base Details: None 2022-09-13 20:20:28.797 132925 ERROR tempest.api.compute.base 2022-09-13 20:20:28,825 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.15/compute/v2.1/os-keypairs/tempest-keypair-17006654 0.027s 2022-09-13 20:20:28,826 132925 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:20:28 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-8f5a74aa-365e-4d35-90d4-a3b1da793135', 'x-compute-request-id': 'req-8f5a74aa-365e-4d35-90d4-a3b1da793135', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/compute/v2.1/os-keypairs/tempest-keypair-17006654'} Body: b'' 2022-09-13 20:20:28,954 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.15:9696/networking/v2.0/security-groups/63890187-3550-4663-9557-3401546cc66a 0.127s 2022-09-13 20:20:28,954 132925 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-7b238f45-d8ff-4265-9f0d-7c8985f20385', 'content-length': '0', 'date': 'Tue, 13 Sep 2022 20:20:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-groups/63890187-3550-4663-9557-3401546cc66a'} Body: b'' 2022-09-13 20:20:28,974 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.15:9696/networking/v2.0/security-groups/63890187-3550-4663-9557-3401546cc66a 0.019s 2022-09-13 20:20:28,974 132925 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-35cd02f0-e35a-41dd-a229-619e39ad7d17', 'date': 'Tue, 13 Sep 2022 20:20:28 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-groups/63890187-3550-4663-9557-3401546cc66a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 63890187-3550-4663-9557-3401546cc66a does not exist", "detail": ""}}' 2022-09-13 20:20:29,392 132925 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.15:9696/networking/v2.0/floatingips/6eb3bba4-68b7-4635-a2e4-d565b8cb2f2c 0.417s 2022-09-13 20:20:29,392 132925 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-bca892d6-cb10-42c5-8033-a7ff76db0f8d', 'content-length': '0', 'date': 'Tue, 13 Sep 2022 20:20:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/floatingips/6eb3bba4-68b7-4635-a2e4-d565b8cb2f2c'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 385, in wait_for_volume_attachment_remove_from_server raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Volume 467fd515-b223-4e82-a121-973978d0d065 failed to detach from server 48077174-95e1-4274-a8b9-afad8b711a8a 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 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 467fd515-b223-4e82-a121-973978d0d065 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 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 467fd515-b223-4e82-a121-973978d0d065 failed to reach available status (current detaching) within the required time (360 s). |
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
pass
pt7.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
||||||
tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 1 | 2 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
fail
ft8.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-09-13 19:50:34,697 132921 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-09-13 19:50:34,697 132921 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-09-13 19:50:35,374 132921 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.15/compute/v2.1/os-keypairs 0.673s 2022-09-13 19:50:35,374 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1709369071", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKcc7Je14d1pkBzkXmZvfJxSzW+qhAS8icXyRp8JOMN2FDbcruk84ZmkOibdYXbtUez4drZlJCztQzvEjVL3QClpsAM/3Yb+oLcRWa6UXlSwLkLHlrJKrtIbhlg7OMuQhQ=="}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acd63dca-58e0-4479-b695-245181f298b2', 'x-compute-request-id': 'req-acd63dca-58e0-4479-b695-245181f298b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1709369071", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKcc7Je14d1pkBzkXmZvfJxSzW+qhAS8icXyRp8JOMN2FDbcruk84ZmkOibdYXbtUez4drZlJCztQzvEjVL3QClpsAM/3Yb+oLcRWa6UXlSwLkLHlrJKrtIbhlg7OMuQhQ==", "fingerprint": "6d:70:bc:a1:38:96:73:05:81:b5:2c:82:e2:52:c3:cf", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a"}}' 2022-09-13 19:50:35,378 132921 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1709369071 created 2022-09-13 19:50:35,675 132921 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/security-groups 0.296s 2022-09-13 19:50:35,676 132921 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--25585646", "description": "tempest-description--542803337"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-67094f0d-255e-42e6-ba0c-53070e9b4315', 'date': 'Tue, 13 Sep 2022 19:50:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5b6c9035-2917-4d97-af38-068ff193cf86", "name": "tempest-securitygroup--25585646", "stateful": true, "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "description": "tempest-description--542803337", "shared": false, "security_group_rules": [{"id": "a575c759-9e55-41b8-878f-26e01d3f76b9", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "security_group_id": "5b6c9035-2917-4d97-af38-068ff193cf86", "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": 103, "description": null, "tags": [], "created_at": "2022-09-13T19:50:35Z", "updated_at": "2022-09-13T19:50:35Z", "revision_number": 0, "project_id": "7d4531a73035420fb3f73e1fd43af258"}, {"id": "f8653358-901f-4afa-a8e0-bb686352ad8f", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "security_group_id": "5b6c9035-2917-4d97-af38-068ff193cf86", "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": 102, "description": null, "tags": [], "created_at": "2022-09-13T19:50:35Z", "updated_at": "2022-09-13T19:50:35Z", "revision_number": 0, "project_id": "7d4531a73035420fb3f73e1fd43af258"}], "tags": [], "created_at": "2022-09-13T19:50:35Z", "updated_at": "2022-09-13T19:50:35Z", "revision_number": 1, "project_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:50:36,092 132921 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/security-group-rules 0.415s 2022-09-13 19:50:36,092 132921 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": "5b6c9035-2917-4d97-af38-068ff193cf86", "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-1989da76-3726-489b-a71f-86e6898b1076', 'date': 'Tue, 13 Sep 2022 19:50:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "55a5eb98-1707-4ac5-96b7-18578e1d6f73", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "security_group_id": "5b6c9035-2917-4d97-af38-068ff193cf86", "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": "2022-09-13T19:50:35Z", "updated_at": "2022-09-13T19:50:35Z", "revision_number": 0, "project_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:50:36,440 132921 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/security-group-rules 0.347s 2022-09-13 19:50:36,440 132921 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": "5b6c9035-2917-4d97-af38-068ff193cf86", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e7563f9a-1050-4bce-b870-6fa233e1401c', 'date': 'Tue, 13 Sep 2022 19:50:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0658b8e5-40ff-4ba3-8c9a-2aa6281d0376", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "security_group_id": "5b6c9035-2917-4d97-af38-068ff193cf86", "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": "2022-09-13T19:50:36Z", "updated_at": "2022-09-13T19:50:36Z", "revision_number": 0, "project_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:50:36,441 132921 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--25585646 created 2022-09-13 19:50:44,721 132921 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/floatingips 8.280s 2022-09-13 19:50:44,722 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-d84c9810-50c2-42c8-b610-f2e991b5c00b', 'date': 'Tue, 13 Sep 2022 19:50:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e79f40f7-f50d-4dde-9ce2-ddb1697866a2", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "floating_ip_address": "172.27.1.203", "floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7d4531a73035420fb3f73e1fd43af258", "description": "", "port_details": null, "tags": [], "created_at": "2022-09-13T19:50:39Z", "updated_at": "2022-09-13T19:50:39Z", "revision_number": 0}}' 2022-09-13 19:50:44,722 132921 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e79f40f7-f50d-4dde-9ce2-ddb1697866a2', 'tenant_id': '7d4531a73035420fb3f73e1fd43af258', 'floating_ip_address': '172.27.1.203', 'floating_network_id': 'd93365cd-e645-4ba4-bf8f-fa4009c5626b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7d4531a73035420fb3f73e1fd43af258', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-09-13T19:50:39Z', 'updated_at': '2022-09-13T19:50:39Z', 'revision_number': 0, 'ip': '172.27.1.203'} created 2022-09-13 19:50:45,244 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://10.222.0.15/identity/v3/auth/tokens 0.516s 2022-09-13 19:50:45,245 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-38982f04-cc3c-4d33-b119-8e619d7c664c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eff856b09e5944a9bdcf7374cd9d4a2a", "name": "tempest-AttachVolumeNegativeTest-1607042478-project", "password_expires_at": null}, "audit_ids": ["oR-HgK7KQjKKsdcDSgZm8w"], "expires_at": "2022-09-13T20:50:44.000000Z", "issued_at": "2022-09-13T19:50:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d4531a73035420fb3f73e1fd43af258", "name": "tempest-AttachVolumeNegativeTest-1607042478"}, "is_domain": false, "roles": [{"id": "284c674552164365ab075b703005206e", "name": "reader"}, {"id": "61f630f0ba254ac5bb25aa078b9876a0", "name": "member"}], "catalog": [{"endpoints": [{"id": "590814988f4f4204bdf29274a867e2f9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/placement", "region": "RegionOne"}], "id": "3f8a169ba5024ec9bccd7184ae6f3e19", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "b1d49843783a40cc890bf1885dae7343", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/compute/v2.1", "region": "RegionOne"}], "id": "71ba4eee202240db831a28978e1523aa", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "98c6e608710b45d89ef8fc15a9dc6cf1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258", "region": "RegionOne"}], "id": "80c9eed50cdb49f2947ade8463843a35", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0a751deecf334506b94ab929ca72ae17", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15:8080/v1/AUTH_7d4531a73035420fb3f73e1fd43af258", "region": "RegionOne"}, {"id": "8ab6c4ae578a4b9bafda34f9e43093e6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.15:8080", "region": "RegionOne"}], "id": "9cfff7ff45a9483184584e566736811d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "17e06d97f8804ea3bed32e185e577b09", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/compute/v2/7d4531a73035420fb3f73e1fd43af258", "region": "RegionOne"}], "id": "a1d4c774bc8a4686a317b951bdb4b789", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "58218a0674cc4045aa1a10feb2ed6c44", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258", "region": "RegionOne"}], "id": "c843e5dceb57488f8fd30c74ef2774af", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2e3116e760b54a34829b2306742f7df2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/image", "region": "RegionOne"}], "id": "d0c1fa45597944de88ead08e9bda7c21", "type": "image", "name": "glance"}, {"endpoints": [{"id": "4cd9e8bfee13415b85d53fdfa174c8e1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15:9696/networking", "region": "RegionOne"}], "id": "d215968803a540b1ad070ae208611700", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e72af39ddab34a478bd576c465b9a328", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/identity", "region": "RegionOne"}], "id": "f0dee672df3d441da51dc40106ea925f", "type": "identity", "name": "keystone"}]}}' 2022-09-13 19:50:45,246 132921 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '3a5ebdc4-a1b3-48a1-9471-81ab14261535', 'name': 'tempest-AttachVolumeNegativeTest-1356152195-network', 'tenant_id': '7d4531a73035420fb3f73e1fd43af258', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7d4531a73035420fb3f73e1fd43af258', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 386, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-09-13T19:50:16Z', 'updated_at': '2022-09-13T19:50:17Z', 'revision_number': 1} available for tenant 2022-09-13 19:50:45,246 132921 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1709369071', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKcc7Je14d1pkBzkXmZvfJxSzW+qhAS8icXyRp8JOMN2FDbcruk84ZmkOibdYXbtUez4drZlJCztQzvEjVL3QClpsAM/3Yb+oLcRWa6UXlSwLkLHlrJKrtIbhlg7OMuQhQ==', 'fingerprint': '6d:70:bc:a1:38:96:73:05:81:b5:2c:82:e2:52:c3:cf', 'user_id': 'eff856b09e5944a9bdcf7374cd9d4a2a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCBaD1frXl79Jo4z09GhD1WwPFw37fZx9w8gPGzcBxHYXpw+IcrwNtD\niAAaTn8XkmOgBwYFK4EEACKhZANiAASnHOyXteHdaZAc5F5mb3ycUs1vqoQEvInF\n8kafCTjDdhQ23K7pPOGZpDom3WF27VHs+Ha2ZSQs7UM7xI1S90ApabADP92G/qC3\nEVmulF5UsC5Cx5aySq7SG4ZYOzjLkIU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5b6c9035-2917-4d97-af38-068ff193cf86', 'name': 'tempest-securitygroup--25585646', 'stateful': True, 'tenant_id': '7d4531a73035420fb3f73e1fd43af258', 'description': 'tempest-description--542803337', 'shared': False, 'security_group_rules': [{'id': 'a575c759-9e55-41b8-878f-26e01d3f76b9', 'tenant_id': '7d4531a73035420fb3f73e1fd43af258', 'security_group_id': '5b6c9035-2917-4d97-af38-068ff193cf86', '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': 103, 'description': None, 'tags': [], 'created_at': '2022-09-13T19:50:35Z', 'updated_at': '2022-09-13T19:50:35Z', 'revision_number': 0, 'project_id': '7d4531a73035420fb3f73e1fd43af258'}, {'id': 'f8653358-901f-4afa-a8e0-bb686352ad8f', 'tenant_id': '7d4531a73035420fb3f73e1fd43af258', 'security_group_id': '5b6c9035-2917-4d97-af38-068ff193cf86', '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': 102, 'description': None, 'tags': [], 'created_at': '2022-09-13T19:50:35Z', 'updated_at': '2022-09-13T19:50:35Z', 'revision_number': 0, 'project_id': '7d4531a73035420fb3f73e1fd43af258'}], 'tags': [], 'created_at': '2022-09-13T19:50:35Z', 'updated_at': '2022-09-13T19:50:35Z', 'revision_number': 1, 'project_id': '7d4531a73035420fb3f73e1fd43af258'}, 'floating_ip': {'id': 'e79f40f7-f50d-4dde-9ce2-ddb1697866a2', 'tenant_id': '7d4531a73035420fb3f73e1fd43af258', 'floating_ip_address': '172.27.1.203', 'floating_network_id': 'd93365cd-e645-4ba4-bf8f-fa4009c5626b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7d4531a73035420fb3f73e1fd43af258', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-09-13T19:50:39Z', 'updated_at': '2022-09-13T19:50:39Z', 'revision_number': 0, 'ip': '172.27.1.203'}} 2022-09-13 19:50:50,595 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.222.0.15/compute/v2.1/servers 5.348s 2022-09-13 19:50:50,596 132921 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-1066894180", "imageRef": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "3a5ebdc4-a1b3-48a1-9471-81ab14261535"}], "security_groups": [{"name": "tempest-securitygroup--25585646"}], "key_name": "tempest-keypair-1709369071", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '400', 'location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfad152d-e7d3-42f8-8c47-9bb72570f883', 'x-compute-request-id': 'req-dfad152d-e7d3-42f8-8c47-9bb72570f883', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/compute/v2.1/servers'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--25585646"}], "adminPass": "password"}}' 2022-09-13 19:50:51,314 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.715s 2022-09-13 19:50:51,315 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ca4da51-055d-45a0-814c-7a87f195cbc7', 'x-compute-request-id': 'req-3ca4da51-055d-45a0-814c-7a87f195cbc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:51Z", "updated": "2022-09-13T19:50:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1709369071", "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": []}}' 2022-09-13 19:50:52,680 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.346s 2022-09-13 19:50:52,681 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:52 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-424160f4-4a6a-440f-a6ac-784ba0728f86', 'x-compute-request-id': 'req-424160f4-4a6a-440f-a6ac-784ba0728f86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:50:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "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": []}}' 2022-09-13 19:50:52,700 132921 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-09-13 19:50:53,838 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.136s 2022-09-13 19:50:53,839 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:53 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-04e7265f-4a36-4e9c-ba0a-aad20839e33b', 'x-compute-request-id': 'req-04e7265f-4a36-4e9c-ba0a-aad20839e33b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:50:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "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": []}}' 2022-09-13 19:50:55,077 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.223s 2022-09-13 19:50:55,078 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82b1fdbc-89f6-4a46-9b62-e41aea21d9ef', 'x-compute-request-id': 'req-82b1fdbc-89f6-4a46-9b62-e41aea21d9ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:50:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:50:55,097 132921 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 4 second wait 2022-09-13 19:50:56,212 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.115s 2022-09-13 19:50:56,213 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c73c815f-14ce-418e-88cb-40410406289b', 'x-compute-request-id': 'req-c73c815f-14ce-418e-88cb-40410406289b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:50:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:50:57,343 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.116s 2022-09-13 19:50:57,344 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5951fb2e-3e66-4a59-ae36-7eff43085ef0', 'x-compute-request-id': 'req-5951fb2e-3e66-4a59-ae36-7eff43085ef0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:50:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:50:58,469 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.111s 2022-09-13 19:50:58,470 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd4ed6ff-7b9b-470d-b450-f1f017ddfaad', 'x-compute-request-id': 'req-dd4ed6ff-7b9b-470d-b450-f1f017ddfaad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:50:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:50:59,587 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.100s 2022-09-13 19:50:59,587 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:50:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ead6af50-19a5-43d9-abfc-5b6c8b8d221e', 'x-compute-request-id': 'req-ead6af50-19a5-43d9-abfc-5b6c8b8d221e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:50:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:00,724 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.122s 2022-09-13 19:51:00,724 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ff02b2b-9d2d-4098-9b79-5048e685437a', 'x-compute-request-id': 'req-2ff02b2b-9d2d-4098-9b79-5048e685437a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:50:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:02,042 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.301s 2022-09-13 19:51:02,043 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b6b5da3-a69e-4a42-845f-1d5b11a5acd6', 'x-compute-request-id': 'req-6b6b5da3-a69e-4a42-845f-1d5b11a5acd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:50:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:03,161 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.104s 2022-09-13 19:51:03,162 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e044a51d-0fe9-4fb5-a0b3-29f91ed636e0', 'x-compute-request-id': 'req-e044a51d-0fe9-4fb5-a0b3-29f91ed636e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:50:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:04,424 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.246s 2022-09-13 19:51:04,424 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7def770-aaa5-4734-b75b-689fee9924fd', 'x-compute-request-id': 'req-c7def770-aaa5-4734-b75b-689fee9924fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:50:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:05,765 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.325s 2022-09-13 19:51:05,766 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1300', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b3ab6c0-a44c-4017-9276-4df683d32366', 'x-compute-request-id': 'req-2b3ab6c0-a44c-4017-9276-4df683d32366', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "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": []}}' 2022-09-13 19:51:05,783 132921 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 14 second wait 2022-09-13 19:51:07,249 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.463s 2022-09-13 19:51:07,249 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afe3af53-f7eb-457b-b61f-fda08e33ed66', 'x-compute-request-id': 'req-afe3af53-f7eb-457b-b61f-fda08e33ed66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:08,534 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.270s 2022-09-13 19:51:08,535 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8b86626-a95a-4219-a16e-fc2847fe5995', 'x-compute-request-id': 'req-e8b86626-a95a-4219-a16e-fc2847fe5995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:09,760 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.210s 2022-09-13 19:51:09,761 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f387eb16-11c2-47a0-a8fe-8350191770e8', 'x-compute-request-id': 'req-f387eb16-11c2-47a0-a8fe-8350191770e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:11,079 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.305s 2022-09-13 19:51:11,080 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24b36a05-7f16-4f3f-bb3f-f52d3d7db350', 'x-compute-request-id': 'req-24b36a05-7f16-4f3f-bb3f-f52d3d7db350', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:12,452 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.355s 2022-09-13 19:51:12,453 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c732ee1a-1fb9-4e7d-b901-17cdbc817e04', 'x-compute-request-id': 'req-c732ee1a-1fb9-4e7d-b901-17cdbc817e04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:14,036 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.567s 2022-09-13 19:51:14,037 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2baa5899-752f-416a-8a89-965e5973a9de', 'x-compute-request-id': 'req-2baa5899-752f-416a-8a89-965e5973a9de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:15,468 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.415s 2022-09-13 19:51:15,468 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee6aec15-201d-41a9-9619-7fa924eaaa29', 'x-compute-request-id': 'req-ee6aec15-201d-41a9-9619-7fa924eaaa29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:16,823 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.342s 2022-09-13 19:51:16,824 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aba60f7e-fe37-4f46-95cb-69c15859e271', 'x-compute-request-id': 'req-aba60f7e-fe37-4f46-95cb-69c15859e271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:18,170 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.330s 2022-09-13 19:51:18,170 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cc1c1f7-5d3b-46a0-b399-d4d610ba15e5', 'x-compute-request-id': 'req-5cc1c1f7-5d3b-46a0-b399-d4d610ba15e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:19,521 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.335s 2022-09-13 19:51:19,521 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43944daf-8ad1-42cf-a916-352a260a1e3f', 'x-compute-request-id': 'req-43944daf-8ad1-42cf-a916-352a260a1e3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:20,688 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 19:51:20,689 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-716ebf70-fec8-4cda-954b-d2b0a441314c', 'x-compute-request-id': 'req-716ebf70-fec8-4cda-954b-d2b0a441314c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:21,857 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 19:51:21,858 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c915e91-9ecb-48b2-90f3-dc79f7a98412', 'x-compute-request-id': 'req-2c915e91-9ecb-48b2-90f3-dc79f7a98412', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:23,021 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.149s 2022-09-13 19:51:23,022 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dad22bcb-cb88-433a-bb46-e2c90c93caad', 'x-compute-request-id': 'req-dad22bcb-cb88-433a-bb46-e2c90c93caad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:24,188 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 19:51:24,189 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27dd8ef9-969d-4f55-a94a-9b8ff0aa491d', 'x-compute-request-id': 'req-27dd8ef9-969d-4f55-a94a-9b8ff0aa491d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:25,358 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 19:51:25,358 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8be9b5b8-b0ad-4380-8181-d8d36866edb6', 'x-compute-request-id': 'req-8be9b5b8-b0ad-4380-8181-d8d36866edb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:26,529 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 19:51:26,529 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be09b001-cc42-410d-8eea-5a979e882602', 'x-compute-request-id': 'req-be09b001-cc42-410d-8eea-5a979e882602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:27,698 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 19:51:27,699 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6a40277-e481-402d-9844-6fa883edabc8', 'x-compute-request-id': 'req-b6a40277-e481-402d-9844-6fa883edabc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:28,866 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 19:51:28,866 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9646c20-27f2-4c3c-92e3-e94c7c0c847c', 'x-compute-request-id': 'req-b9646c20-27f2-4c3c-92e3-e94c7c0c847c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:30,053 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.172s 2022-09-13 19:51:30,053 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a457b724-252a-4274-94e2-1a2b65211112', 'x-compute-request-id': 'req-a457b724-252a-4274-94e2-1a2b65211112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:31,323 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.255s 2022-09-13 19:51:31,324 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b902a04b-138c-4983-a6a0-591fd416b30e', 'x-compute-request-id': 'req-b902a04b-138c-4983-a6a0-591fd416b30e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:32,628 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.290s 2022-09-13 19:51:32,628 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f01bfe28-30f5-4b90-8c0e-741674d98ec1', 'x-compute-request-id': 'req-f01bfe28-30f5-4b90-8c0e-741674d98ec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:33,914 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.272s 2022-09-13 19:51:33,914 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a9c6866-d09d-4400-8dc6-988435372691', 'x-compute-request-id': 'req-6a9c6866-d09d-4400-8dc6-988435372691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:35,134 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.203s 2022-09-13 19:51:35,134 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3217e488-73bb-4b05-a3e2-a0a9cccb7755', 'x-compute-request-id': 'req-3217e488-73bb-4b05-a3e2-a0a9cccb7755', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:36,404 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.254s 2022-09-13 19:51:36,404 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1557', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b22ae2d-5baf-4798-8622-6629c2ce96e0', 'x-compute-request-id': 'req-5b22ae2d-5baf-4798-8622-6629c2ce96e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T19:51:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:51:36,420 132921 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 45 second wait 2022-09-13 19:51:36,604 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-interface 0.183s 2022-09-13 19:51:36,604 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:51:36 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-b4547dec-ed19-45bc-a766-130c871c30d6', 'x-compute-request-id': 'req-b4547dec-ed19-45bc-a766-130c871c30d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "3a5ebdc4-a1b3-48a1-9471-81ab14261535", "port_id": "d328020e-e195-482e-ac05-c6e1dfab70ea", "mac_addr": "fa:16:3e:0d:01:02", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5fb4d788-3ced-4d99-a623-e5a1feca399a", "ip_address": "172.20.0.11"}]}]}' 2022-09-13 19:51:38,014 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 PUT http://10.222.0.15:9696/networking/v2.0/floatingips/e79f40f7-f50d-4dde-9ce2-ddb1697866a2 1.405s 2022-09-13 19:51:38,015 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "d328020e-e195-482e-ac05-c6e1dfab70ea"}} Response - Headers: {'content-type': 'application/json', 'content-length': '798', 'x-openstack-request-id': 'req-f6643db9-7a0b-497a-b74c-0c08ec2d3c89', 'date': 'Tue, 13 Sep 2022 19:51:38 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/floatingips/e79f40f7-f50d-4dde-9ce2-ddb1697866a2'} Body: b'{"floatingip": {"id": "e79f40f7-f50d-4dde-9ce2-ddb1697866a2", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "floating_ip_address": "172.27.1.203", "floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b", "router_id": "19d800df-8f39-4327-810a-f1b89ecb7a30", "port_id": "d328020e-e195-482e-ac05-c6e1dfab70ea", "fixed_ip_address": "172.20.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3a5ebdc4-a1b3-48a1-9471-81ab14261535", "mac_address": "fa:16:3e:0d:01:02", "admin_state_up": true, "status": "ACTIVE", "device_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-09-13T19:50:39Z", "updated_at": "2022-09-13T19:51:37Z", "revision_number": 1, "project_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:51:38,016 132921 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.203:22' as 'ubuntu' with public key authentication 2022-09-13 19:51:42,186 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.203 ([Errno None] Unable to connect to port 22 on 172.27.1.203). Number attempts: 1. Retry after 2 seconds. 2022-09-13 19:51:47,754 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.203 ([Errno None] Unable to connect to port 22 on 172.27.1.203). Number attempts: 2. Retry after 3 seconds. 2022-09-13 19:51:54,313 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.203 ([Errno None] Unable to connect to port 22 on 172.27.1.203). Number attempts: 3. Retry after 4 seconds. 2022-09-13 19:52:01,898 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.203 ([Errno None] Unable to connect to port 22 on 172.27.1.203). Number attempts: 4. Retry after 5 seconds. 2022-09-13 19:52:10,474 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.203 ([Errno None] Unable to connect to port 22 on 172.27.1.203). Number attempts: 5. Retry after 6 seconds. 2022-09-13 19:52:20,042 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.203 ([Errno None] Unable to connect to port 22 on 172.27.1.203). Number attempts: 6. Retry after 7 seconds. 2022-09-13 19:52:30,602 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.203 ([Errno None] Unable to connect to port 22 on 172.27.1.203). Number attempts: 7. Retry after 8 seconds. 2022-09-13 19:52:42,186 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.203 ([Errno None] Unable to connect to port 22 on 172.27.1.203). Number attempts: 8. Retry after 9 seconds. 2022-09-13 19:52:54,766 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.203 ([Errno None] Unable to connect to port 22 on 172.27.1.203). Number attempts: 9. Retry after 10 seconds. 2022-09-13 19:53:05,282 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.203 ([Errno None] Unable to connect to port 22 on 172.27.1.203). Number attempts: 10. Retry after 11 seconds. 2022-09-13 19:53:16,795 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.203 ([Errno None] Unable to connect to port 22 on 172.27.1.203). Number attempts: 11. Retry after 12 seconds. 2022-09-13 19:53:29,309 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.203 ([Errno None] Unable to connect to port 22 on 172.27.1.203). Number attempts: 12. Retry after 13 seconds. 2022-09-13 19:53:42,824 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.203 ([Errno None] Unable to connect to port 22 on 172.27.1.203). Number attempts: 13. Retry after 14 seconds. 2022-09-13 19:53:57,336 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.203 ([Errno None] Unable to connect to port 22 on 172.27.1.203). Number attempts: 14. Retry after 15 seconds. 2022-09-13 19:54:12,852 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.203 ([Errno None] Unable to connect to port 22 on 172.27.1.203). Number attempts: 15. Retry after 16 seconds. 2022-09-13 19:54:29,429 132921 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-09-13 19:54:29,938 132921 INFO [paramiko.transport] Auth banner: b'"System is booting up. See pam_nologin(8)"\n' 2022-09-13 19:54:29,949 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.203 (Authentication failed.). Number attempts: 16. Retry after 17 seconds. 2022-09-13 19:54:47,479 132921 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-09-13 19:54:47,611 132921 INFO [paramiko.transport] Authentication (publickey) successful! 2022-09-13 19:54:47,612 132921 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.203 successfully created 2022-09-13 19:54:47,665 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/ips 0.052s 2022-09-13 19:54:47,666 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '151', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1cb9b75-fa9b-45be-bd62-ba586672d67c', 'x-compute-request-id': 'req-c1cb9b75-fa9b-45be-bd62-ba586672d67c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11"}, {"version": 4, "addr": "172.27.1.203"}]}}' 2022-09-13 19:54:47,999 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes 0.328s 2022-09-13 19:54:47,999 132921 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-332041422"}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f937562-98e7-422e-9f3e-df136b6eaa84', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f937562-98e7-422e-9f3e-df136b6eaa84', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:47.910429", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-09-13 19:54:48,061 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.049s 2022-09-13 19:54:48,062 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e39e36f-3256-4631-8362-ea8910852a02', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e39e36f-3256-4631-8362-ea8910852a02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:54:49,130 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.055s 2022-09-13 19:54:49,130 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f76608f-9a8f-4dd7-bb0d-dba18ab21128', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f76608f-9a8f-4dd7-bb0d-dba18ab21128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:54:50,194 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.050s 2022-09-13 19:54:50,195 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-752b09fe-65b3-48f5-b7e4-cc8ff03c28e0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-752b09fe-65b3-48f5-b7e4-cc8ff03c28e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:54:50,208 132921 INFO [tempest.common.waiters] volume c33757e0-5620-4c77-980c-a404dbb088ec reached available after waiting for 2.208477 seconds 2022-09-13 19:54:50,581 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 POST http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.373s 2022-09-13 19:54:50,582 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec"}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:50 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-4f981302-b7f2-4c3a-bf78-5fb4a47d10ca', 'x-compute-request-id': 'req-4f981302-b7f2-4c3a-bf78-5fb4a47d10ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "device": "/dev/sdb"}}' 2022-09-13 19:54:50,639 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.054s 2022-09-13 19:54:50,639 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7225165-802d-4302-8fc4-cf4c39923d84', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7225165-802d-4302-8fc4-cf4c39923d84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:50.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:54:51,702 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.048s 2022-09-13 19:54:51,702 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3633744-6b89-4845-aa55-be14dafbd547', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3633744-6b89-4845-aa55-be14dafbd547', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:50.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:54:52,768 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.051s 2022-09-13 19:54:52,768 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71ee1eec-e96b-437d-9c4c-b189e00caa9e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71ee1eec-e96b-437d-9c4c-b189e00caa9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:50.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:54:53,857 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.075s 2022-09-13 19:54:53,857 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd11de79-77d9-48c1-9cb9-e6e4ef2d6071', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd11de79-77d9-48c1-9cb9-e6e4ef2d6071', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:50.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:54:54,918 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.047s 2022-09-13 19:54:54,919 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e8618b4-3f71-49ae-835a-f185916dffb9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e8618b4-3f71-49ae-835a-f185916dffb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:54:55,997 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.065s 2022-09-13 19:54:55,998 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21691dbd-583c-4a6e-8631-c77086242daf', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21691dbd-583c-4a6e-8631-c77086242daf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:54:57,067 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.053s 2022-09-13 19:54:57,067 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c565a4d2-cdab-4918-a655-d0db318d6d82', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c565a4d2-cdab-4918-a655-d0db318d6d82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:54:58,124 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 19:54:58,124 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae3f5320-b6c6-45c0-b0a5-c800f1b62807', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae3f5320-b6c6-45c0-b0a5-c800f1b62807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:54:59,199 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.061s 2022-09-13 19:54:59,199 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beaa1211-ad10-4ae8-a80d-41f92b763b86', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beaa1211-ad10-4ae8-a80d-41f92b763b86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:00,257 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 19:55:00,257 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6342e67b-c454-4221-9c2c-2c278e91fb96', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6342e67b-c454-4221-9c2c-2c278e91fb96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:01,322 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.050s 2022-09-13 19:55:01,322 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dd6ee8f-3b75-4158-b1e2-6d79d1c02912', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dd6ee8f-3b75-4158-b1e2-6d79d1c02912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:02,379 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 19:55:02,379 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a1470d8-f207-4007-9555-ff439c64155e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a1470d8-f207-4007-9555-ff439c64155e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:03,437 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 19:55:03,437 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84702ccd-3fbc-4afe-bbac-545f370ba3da', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84702ccd-3fbc-4afe-bbac-545f370ba3da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:04,496 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 19:55:04,496 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4570acf0-37f2-4b21-808b-4a91cfbf3b83', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4570acf0-37f2-4b21-808b-4a91cfbf3b83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:05,553 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 19:55:05,554 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95a33bac-0e69-49cc-ba08-06b1676c8147', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95a33bac-0e69-49cc-ba08-06b1676c8147', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:06,615 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.047s 2022-09-13 19:55:06,616 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddf89f26-43fb-445a-95c2-27c6bc535acb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddf89f26-43fb-445a-95c2-27c6bc535acb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:07,672 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 19:55:07,672 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fe24fe8-baa0-4655-bd83-b2007062844f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fe24fe8-baa0-4655-bd83-b2007062844f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:08,729 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 19:55:08,729 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66585d05-4b0d-435b-bc09-ea2fd7409657', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66585d05-4b0d-435b-bc09-ea2fd7409657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:09,785 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 19:55:09,785 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af3bf474-8d8f-4240-a7e3-3cac5c40b3a6', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af3bf474-8d8f-4240-a7e3-3cac5c40b3a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:10,852 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.048s 2022-09-13 19:55:10,852 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d81fe85b-4c2b-4c17-a2c7-5e3a4d72c96e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d81fe85b-4c2b-4c17-a2c7-5e3a4d72c96e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:11,909 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 19:55:11,909 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52b95137-9e6c-49ca-aabc-a4a0050d0b20', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52b95137-9e6c-49ca-aabc-a4a0050d0b20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:12,968 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 19:55:12,968 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f21c01d4-6685-4afb-9101-555e2b260438', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f21c01d4-6685-4afb-9101-555e2b260438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:14,025 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 19:55:14,026 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12f4971f-9f3b-41da-97a3-2a83ad6fa839', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12f4971f-9f3b-41da-97a3-2a83ad6fa839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:15,087 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.046s 2022-09-13 19:55:15,087 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de067e7a-8ef4-4904-aa83-26673c29d2f2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de067e7a-8ef4-4904-aa83-26673c29d2f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:16,143 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 19:55:16,144 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71847851-90f7-4466-9c44-53841d26c53f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71847851-90f7-4466-9c44-53841d26c53f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:17,201 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 19:55:17,201 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d87fa90-efe3-4344-85f4-d3b7c51edba7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d87fa90-efe3-4344-85f4-d3b7c51edba7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:18,260 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 19:55:18,261 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c7eea5d-1057-486b-88b8-712410adaa63', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c7eea5d-1057-486b-88b8-712410adaa63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:19,317 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 19:55:19,317 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a26a4c26-afad-4306-95cd-15992f8c8385', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a26a4c26-afad-4306-95cd-15992f8c8385', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:20,372 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 19:55:20,372 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3131ed71-0180-4a37-9fcd-636500f587fb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3131ed71-0180-4a37-9fcd-636500f587fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:21,429 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 19:55:21,429 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09aea22e-e6c5-4f25-812f-f5d89af52496', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09aea22e-e6c5-4f25-812f-f5d89af52496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:22,486 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 19:55:22,486 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12138857-b599-4488-adf5-e1c003a26d37', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12138857-b599-4488-adf5-e1c003a26d37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:23,543 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 19:55:23,543 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27d48f8a-b78f-4ee2-853f-5f8130ef918f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27d48f8a-b78f-4ee2-853f-5f8130ef918f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:24,600 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 19:55:24,600 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-162e916e-6343-4834-8656-1b028c0a8493', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-162e916e-6343-4834-8656-1b028c0a8493', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:25,656 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 19:55:25,657 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a89a8cc-f729-4a53-8c2e-5cccbfd0ddba', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a89a8cc-f729-4a53-8c2e-5cccbfd0ddba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:26,712 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 19:55:26,712 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ad3fa1e-0585-498b-967a-614040b03fa6', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ad3fa1e-0585-498b-967a-614040b03fa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:27,768 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 19:55:27,768 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f85ba69-f367-4f3e-b64f-12ae6c494cbd', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f85ba69-f367-4f3e-b64f-12ae6c494cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:28,824 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 19:55:28,825 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b214547-f81f-436a-b0e9-c94fd4f2deb6', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b214547-f81f-436a-b0e9-c94fd4f2deb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:29,880 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 19:55:29,881 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-452eca93-e945-41ee-87db-aafcdcb5d726', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-452eca93-e945-41ee-87db-aafcdcb5d726', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:30,938 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 19:55:30,938 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-405f4b14-6b33-4365-9adc-172a0f6050c8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-405f4b14-6b33-4365-9adc-172a0f6050c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:31,994 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 19:55:31,994 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-009eb869-3a22-4320-937c-5f083c981965', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-009eb869-3a22-4320-937c-5f083c981965', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:33,050 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 19:55:33,050 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6f35b18-88af-4e5e-b796-a47f4a98c59c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6f35b18-88af-4e5e-b796-a47f4a98c59c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:34,106 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 19:55:34,107 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-297a4997-519b-4ea6-abac-938338d49ac8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-297a4997-519b-4ea6-abac-938338d49ac8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:35,304 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.184s 2022-09-13 19:55:35,304 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-509716be-d17f-4588-8346-77a5f825066d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-509716be-d17f-4588-8346-77a5f825066d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:36,362 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 19:55:36,362 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5b631f1-ad66-4c5c-9f17-6f4c62086a7c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5b631f1-ad66-4c5c-9f17-6f4c62086a7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:37,420 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 19:55:37,420 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bd89bf6-d843-4584-9846-2b1ca99f896c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bd89bf6-d843-4584-9846-2b1ca99f896c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:38,480 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.046s 2022-09-13 19:55:38,480 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51a0ec5d-d92c-4f47-b458-4f4e5d8f2543', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51a0ec5d-d92c-4f47-b458-4f4e5d8f2543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:39,537 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 19:55:39,538 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3625bcbe-7908-486b-bb71-744da7966d16', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3625bcbe-7908-486b-bb71-744da7966d16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:40,597 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.046s 2022-09-13 19:55:40,597 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-453b47ec-769c-44f7-be3b-a944638012dd', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-453b47ec-769c-44f7-be3b-a944638012dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:41,655 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 19:55:41,655 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5671bbb4-50e4-46c8-877a-4e6ca1685d6d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5671bbb4-50e4-46c8-877a-4e6ca1685d6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:42,715 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.046s 2022-09-13 19:55:42,715 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-257a42b2-efd3-4572-917c-ac3bacd8616f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-257a42b2-efd3-4572-917c-ac3bacd8616f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:54:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:43,775 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 19:55:43,775 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9d61226-1f53-43f4-8024-cd9efd44a281', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9d61226-1f53-43f4-8024-cd9efd44a281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:55:43.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:43,788 132921 INFO [tempest.common.waiters] Attachment 2919f9fe-237f-4499-a67a-b0ffc7cdd36c created for volume c33757e0-5620-4c77-980c-a404dbb088ec to server f1a47950-575c-4c4e-aace-612aef0dbfd0 after waiting for 53.788592 seconds 2022-09-13 19:55:43,830 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.041s 2022-09-13 19:55:43,830 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1f05ba2-4651-4ffd-84dc-b7faf91f8edc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1f05ba2-4651-4ffd-84dc-b7faf91f8edc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:55:43.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:43,843 132921 INFO [tempest.common.waiters] volume c33757e0-5620-4c77-980c-a404dbb088ec reached in-use after waiting for 0.843669 seconds 2022-09-13 19:55:43,844 132921 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-09-13 19:55:43,844 132921 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-09-13 19:55:43,910 132921 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.15/compute/v2.1/os-keypairs 0.063s 2022-09-13 19:55:43,910 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-979700253", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN39Bqz9+Em+z8mZIg++iOlk6fW2nA8ETh3q1IIbcVxQYgA7mTKZlULLJt8aKEM3szA35eipnZeM0eNhj8x94yF1tBeF35LJn4ueFYhq4TqY4/UnPxM7VwXOy61Trummfw=="}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f87eb2bc-266b-4abb-ab51-93a8486eb6f1', 'x-compute-request-id': 'req-f87eb2bc-266b-4abb-ab51-93a8486eb6f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-979700253", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN39Bqz9+Em+z8mZIg++iOlk6fW2nA8ETh3q1IIbcVxQYgA7mTKZlULLJt8aKEM3szA35eipnZeM0eNhj8x94yF1tBeF35LJn4ueFYhq4TqY4/UnPxM7VwXOy61Trummfw==", "fingerprint": "f9:26:a1:fc:3a:89:26:35:08:d0:5b:da:ab:97:cf:dc", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a"}}' 2022-09-13 19:55:43,914 132921 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-979700253 created 2022-09-13 19:55:44,047 132921 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/security-groups 0.133s 2022-09-13 19:55:44,047 132921 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--1368629420", "description": "tempest-description--1356834362"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-a27be6c1-f9ea-4e8a-a30f-76df7020b9c2', 'date': 'Tue, 13 Sep 2022 19:55:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4e420276-324f-4c3d-9739-7bb483a3073c", "name": "tempest-securitygroup--1368629420", "stateful": true, "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "description": "tempest-description--1356834362", "shared": false, "security_group_rules": [{"id": "7b6d72d5-c0a8-4ea1-8dd4-1a016e57e871", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "security_group_id": "4e420276-324f-4c3d-9739-7bb483a3073c", "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": 421, "description": null, "tags": [], "created_at": "2022-09-13T19:55:43Z", "updated_at": "2022-09-13T19:55:43Z", "revision_number": 0, "project_id": "7d4531a73035420fb3f73e1fd43af258"}, {"id": "ab37dd48-cca3-492d-a045-3ccc83555808", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "security_group_id": "4e420276-324f-4c3d-9739-7bb483a3073c", "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": 420, "description": null, "tags": [], "created_at": "2022-09-13T19:55:43Z", "updated_at": "2022-09-13T19:55:43Z", "revision_number": 0, "project_id": "7d4531a73035420fb3f73e1fd43af258"}], "tags": [], "created_at": "2022-09-13T19:55:43Z", "updated_at": "2022-09-13T19:55:43Z", "revision_number": 1, "project_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:44,180 132921 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/security-group-rules 0.132s 2022-09-13 19:55:44,181 132921 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": "4e420276-324f-4c3d-9739-7bb483a3073c", "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-6ef58e59-5c87-4fd1-95b2-23819713713f', 'date': 'Tue, 13 Sep 2022 19:55:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2a2d1822-be95-449d-ae57-27144d3fee8c", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "security_group_id": "4e420276-324f-4c3d-9739-7bb483a3073c", "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": "2022-09-13T19:55:44Z", "updated_at": "2022-09-13T19:55:44Z", "revision_number": 0, "project_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:44,307 132921 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/security-group-rules 0.125s 2022-09-13 19:55:44,307 132921 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": "4e420276-324f-4c3d-9739-7bb483a3073c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c79a817e-7b61-4e48-9dc4-b67d9bab03f3', 'date': 'Tue, 13 Sep 2022 19:55:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "654d3c33-cc2e-428b-a14c-8d46da4c7126", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "security_group_id": "4e420276-324f-4c3d-9739-7bb483a3073c", "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": "2022-09-13T19:55:44Z", "updated_at": "2022-09-13T19:55:44Z", "revision_number": 0, "project_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:44,307 132921 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1368629420 created 2022-09-13 19:55:45,094 132921 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/floatingips 0.786s 2022-09-13 19:55:45,094 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-ef04fa03-f2cb-4038-a371-a8fff2d02697', 'date': 'Tue, 13 Sep 2022 19:55:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "728de753-4277-4cc7-85ba-621d45f6dddc", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "floating_ip_address": "172.27.1.146", "floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7d4531a73035420fb3f73e1fd43af258", "description": "", "port_details": null, "tags": [], "created_at": "2022-09-13T19:55:44Z", "updated_at": "2022-09-13T19:55:44Z", "revision_number": 0}}' 2022-09-13 19:55:45,095 132921 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '728de753-4277-4cc7-85ba-621d45f6dddc', 'tenant_id': '7d4531a73035420fb3f73e1fd43af258', 'floating_ip_address': '172.27.1.146', 'floating_network_id': 'd93365cd-e645-4ba4-bf8f-fa4009c5626b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7d4531a73035420fb3f73e1fd43af258', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-09-13T19:55:44Z', 'updated_at': '2022-09-13T19:55:44Z', 'revision_number': 0, 'ip': '172.27.1.146'} created 2022-09-13 19:55:45,133 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://10.222.0.15/identity/v3/auth/tokens 0.032s 2022-09-13 19:55:45,134 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ff74e370-512c-47bd-8fdf-ecab24370197', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eff856b09e5944a9bdcf7374cd9d4a2a", "name": "tempest-AttachVolumeNegativeTest-1607042478-project", "password_expires_at": null}, "audit_ids": ["ZxTz67PNSLGG8ifCMvikMg"], "expires_at": "2022-09-13T20:55:45.000000Z", "issued_at": "2022-09-13T19:55:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d4531a73035420fb3f73e1fd43af258", "name": "tempest-AttachVolumeNegativeTest-1607042478"}, "is_domain": false, "roles": [{"id": "284c674552164365ab075b703005206e", "name": "reader"}, {"id": "61f630f0ba254ac5bb25aa078b9876a0", "name": "member"}], "catalog": [{"endpoints": [{"id": "590814988f4f4204bdf29274a867e2f9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/placement", "region": "RegionOne"}], "id": "3f8a169ba5024ec9bccd7184ae6f3e19", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "b1d49843783a40cc890bf1885dae7343", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/compute/v2.1", "region": "RegionOne"}], "id": "71ba4eee202240db831a28978e1523aa", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "98c6e608710b45d89ef8fc15a9dc6cf1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258", "region": "RegionOne"}], "id": "80c9eed50cdb49f2947ade8463843a35", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0a751deecf334506b94ab929ca72ae17", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15:8080/v1/AUTH_7d4531a73035420fb3f73e1fd43af258", "region": "RegionOne"}, {"id": "8ab6c4ae578a4b9bafda34f9e43093e6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.15:8080", "region": "RegionOne"}], "id": "9cfff7ff45a9483184584e566736811d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "17e06d97f8804ea3bed32e185e577b09", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/compute/v2/7d4531a73035420fb3f73e1fd43af258", "region": "RegionOne"}], "id": "a1d4c774bc8a4686a317b951bdb4b789", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "58218a0674cc4045aa1a10feb2ed6c44", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258", "region": "RegionOne"}], "id": "c843e5dceb57488f8fd30c74ef2774af", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2e3116e760b54a34829b2306742f7df2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/image", "region": "RegionOne"}], "id": "d0c1fa45597944de88ead08e9bda7c21", "type": "image", "name": "glance"}, {"endpoints": [{"id": "4cd9e8bfee13415b85d53fdfa174c8e1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15:9696/networking", "region": "RegionOne"}], "id": "d215968803a540b1ad070ae208611700", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e72af39ddab34a478bd576c465b9a328", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/identity", "region": "RegionOne"}], "id": "f0dee672df3d441da51dc40106ea925f", "type": "identity", "name": "keystone"}]}}' 2022-09-13 19:55:45,134 132921 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '3a5ebdc4-a1b3-48a1-9471-81ab14261535', 'name': 'tempest-AttachVolumeNegativeTest-1356152195-network', 'tenant_id': '7d4531a73035420fb3f73e1fd43af258', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7d4531a73035420fb3f73e1fd43af258', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 386, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-09-13T19:50:16Z', 'updated_at': '2022-09-13T19:50:17Z', 'revision_number': 1} available for tenant 2022-09-13 19:55:45,135 132921 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-979700253', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN39Bqz9+Em+z8mZIg++iOlk6fW2nA8ETh3q1IIbcVxQYgA7mTKZlULLJt8aKEM3szA35eipnZeM0eNhj8x94yF1tBeF35LJn4ueFYhq4TqY4/UnPxM7VwXOy61Trummfw==', 'fingerprint': 'f9:26:a1:fc:3a:89:26:35:08:d0:5b:da:ab:97:cf:dc', 'user_id': 'eff856b09e5944a9bdcf7374cd9d4a2a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDLaPyTvFLp0Ca/aZBIvYEtSThUHt5RtYRpxrqlz6ntm3M2oH18jg4i\ny9QYF1WF86igBwYFK4EEACKhZANiAATd/Qas/fhJvs/JmSIPvojpZOn1tpwPBE4d\n6tSCG3FcUGIAO5kymZVCyybfGihDN7MwN+XoqZ2XjNHjYY/MfeMhdbQXhd+SyZ+L\nnhWIauE6mOP1Jz8TO1cFzsutU67ppn8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4e420276-324f-4c3d-9739-7bb483a3073c', 'name': 'tempest-securitygroup--1368629420', 'stateful': True, 'tenant_id': '7d4531a73035420fb3f73e1fd43af258', 'description': 'tempest-description--1356834362', 'shared': False, 'security_group_rules': [{'id': '7b6d72d5-c0a8-4ea1-8dd4-1a016e57e871', 'tenant_id': '7d4531a73035420fb3f73e1fd43af258', 'security_group_id': '4e420276-324f-4c3d-9739-7bb483a3073c', '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': 421, 'description': None, 'tags': [], 'created_at': '2022-09-13T19:55:43Z', 'updated_at': '2022-09-13T19:55:43Z', 'revision_number': 0, 'project_id': '7d4531a73035420fb3f73e1fd43af258'}, {'id': 'ab37dd48-cca3-492d-a045-3ccc83555808', 'tenant_id': '7d4531a73035420fb3f73e1fd43af258', 'security_group_id': '4e420276-324f-4c3d-9739-7bb483a3073c', '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': 420, 'description': None, 'tags': [], 'created_at': '2022-09-13T19:55:43Z', 'updated_at': '2022-09-13T19:55:43Z', 'revision_number': 0, 'project_id': '7d4531a73035420fb3f73e1fd43af258'}], 'tags': [], 'created_at': '2022-09-13T19:55:43Z', 'updated_at': '2022-09-13T19:55:43Z', 'revision_number': 1, 'project_id': '7d4531a73035420fb3f73e1fd43af258'}, 'floating_ip': {'id': '728de753-4277-4cc7-85ba-621d45f6dddc', 'tenant_id': '7d4531a73035420fb3f73e1fd43af258', 'floating_ip_address': '172.27.1.146', 'floating_network_id': 'd93365cd-e645-4ba4-bf8f-fa4009c5626b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7d4531a73035420fb3f73e1fd43af258', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-09-13T19:55:44Z', 'updated_at': '2022-09-13T19:55:44Z', 'revision_number': 0, 'ip': '172.27.1.146'}} 2022-09-13 19:55:45,859 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.222.0.15/compute/v2.1/servers 0.724s 2022-09-13 19:55:45,860 132921 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-1371707767", "imageRef": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "3a5ebdc4-a1b3-48a1-9471-81ab14261535"}], "security_groups": [{"name": "tempest-securitygroup--1368629420"}], "key_name": "tempest-keypair-979700253", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e852fe2-7e0e-4383-a799-b7f01026d470', 'x-compute-request-id': 'req-3e852fe2-7e0e-4383-a799-b7f01026d470', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/compute/v2.1/servers'} Body: b'{"server": {"id": "a0918781-79c7-4624-a984-4bfc8794b857", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/a0918781-79c7-4624-a984-4bfc8794b857"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1368629420"}], "adminPass": "password"}}' 2022-09-13 19:55:45,999 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857 0.136s 2022-09-13 19:55:46,000 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1241', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd1ce6ca-a3da-4d3f-bb6e-4f2d446ea1ad', 'x-compute-request-id': 'req-bd1ce6ca-a3da-4d3f-bb6e-4f2d446ea1ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857'} Body: b'{"server": {"id": "a0918781-79c7-4624-a984-4bfc8794b857", "name": "tempest-AttachVolumeNegativeTest-server-1371707767", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:55:46Z", "updated": "2022-09-13T19:55:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/a0918781-79c7-4624-a984-4bfc8794b857"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-979700253", "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": []}}' 2022-09-13 19:55:47,100 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857 0.085s 2022-09-13 19:55:47,101 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1293', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dff6b6cb-adda-44f7-b98d-a62a5e5a17ec', 'x-compute-request-id': 'req-dff6b6cb-adda-44f7-b98d-a62a5e5a17ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857'} Body: b'{"server": {"id": "a0918781-79c7-4624-a984-4bfc8794b857", "name": "tempest-AttachVolumeNegativeTest-server-1371707767", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:55:45Z", "updated": "2022-09-13T19:55:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/a0918781-79c7-4624-a984-4bfc8794b857"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-979700253", "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": []}}' 2022-09-13 19:55:47,114 132921 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-09-13 19:55:48,301 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857 0.185s 2022-09-13 19:55:48,301 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55: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-7ce8f5d6-adcb-49b2-80c5-4882ff898dea', 'x-compute-request-id': 'req-7ce8f5d6-adcb-49b2-80c5-4882ff898dea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857'} Body: b'{"server": {"id": "a0918781-79c7-4624-a984-4bfc8794b857", "name": "tempest-AttachVolumeNegativeTest-server-1371707767", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:55:45Z", "updated": "2022-09-13T19:55:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/a0918781-79c7-4624-a984-4bfc8794b857"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-979700253", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1368629420"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:55:48,315 132921 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2022-09-13 19:55:49,470 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857 0.154s 2022-09-13 19:55:49,471 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55: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-63d5a63a-64bc-4aca-ae44-7e1efc87c40f', 'x-compute-request-id': 'req-63d5a63a-64bc-4aca-ae44-7e1efc87c40f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857'} Body: b'{"server": {"id": "a0918781-79c7-4624-a984-4bfc8794b857", "name": "tempest-AttachVolumeNegativeTest-server-1371707767", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:55:45Z", "updated": "2022-09-13T19:55:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/a0918781-79c7-4624-a984-4bfc8794b857"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-979700253", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1368629420"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:55:50,641 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857 0.155s 2022-09-13 19:55:50,642 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55: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-a247abe7-99c9-4bce-8555-c0600cfb7232', 'x-compute-request-id': 'req-a247abe7-99c9-4bce-8555-c0600cfb7232', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857'} Body: b'{"server": {"id": "a0918781-79c7-4624-a984-4bfc8794b857", "name": "tempest-AttachVolumeNegativeTest-server-1371707767", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:55:45Z", "updated": "2022-09-13T19:55:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/a0918781-79c7-4624-a984-4bfc8794b857"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-979700253", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1368629420"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:55:51,806 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857 0.150s 2022-09-13 19:55:51,806 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55: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-84ce3380-1590-4f1d-a388-c2b1e4d0305d', 'x-compute-request-id': 'req-84ce3380-1590-4f1d-a388-c2b1e4d0305d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857'} Body: b'{"server": {"id": "a0918781-79c7-4624-a984-4bfc8794b857", "name": "tempest-AttachVolumeNegativeTest-server-1371707767", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:55:45Z", "updated": "2022-09-13T19:55:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/a0918781-79c7-4624-a984-4bfc8794b857"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-979700253", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1368629420"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:55:52,977 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857 0.155s 2022-09-13 19:55:52,977 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55: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-c5dc2293-05ec-43c2-ab77-4f9bfa0e30ac', 'x-compute-request-id': 'req-c5dc2293-05ec-43c2-ab77-4f9bfa0e30ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857'} Body: b'{"server": {"id": "a0918781-79c7-4624-a984-4bfc8794b857", "name": "tempest-AttachVolumeNegativeTest-server-1371707767", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:55:45Z", "updated": "2022-09-13T19:55:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/a0918781-79c7-4624-a984-4bfc8794b857"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-979700253", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1368629420"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:55:54,155 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857 0.163s 2022-09-13 19:55:54,155 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:53 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-c634830d-6e17-48c8-8dee-bf6469216e34', 'x-compute-request-id': 'req-c634830d-6e17-48c8-8dee-bf6469216e34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857'} Body: b'{"server": {"id": "a0918781-79c7-4624-a984-4bfc8794b857", "name": "tempest-AttachVolumeNegativeTest-server-1371707767", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:55:45Z", "updated": "2022-09-13T19:55:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/a0918781-79c7-4624-a984-4bfc8794b857"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-979700253", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1368629420"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:55:55,327 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857 0.157s 2022-09-13 19:55:55,328 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55: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-a5cf027d-7e33-4a04-b6f5-1f8da166327b', 'x-compute-request-id': 'req-a5cf027d-7e33-4a04-b6f5-1f8da166327b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857'} Body: b'{"server": {"id": "a0918781-79c7-4624-a984-4bfc8794b857", "name": "tempest-AttachVolumeNegativeTest-server-1371707767", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:55:45Z", "updated": "2022-09-13T19:55:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/a0918781-79c7-4624-a984-4bfc8794b857"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-979700253", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1368629420"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:55:56,496 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857 0.154s 2022-09-13 19:55:56,496 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55: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-ed0f7111-45cd-44e0-af56-8a3c49149d4e', 'x-compute-request-id': 'req-ed0f7111-45cd-44e0-af56-8a3c49149d4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857'} Body: b'{"server": {"id": "a0918781-79c7-4624-a984-4bfc8794b857", "name": "tempest-AttachVolumeNegativeTest-server-1371707767", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:55:45Z", "updated": "2022-09-13T19:55:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/a0918781-79c7-4624-a984-4bfc8794b857"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-979700253", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1368629420"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:55:57,667 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857 0.156s 2022-09-13 19:55:57,667 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fa98c5d-183a-4253-a907-19cab3b4010f', 'x-compute-request-id': 'req-9fa98c5d-183a-4253-a907-19cab3b4010f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857'} Body: b'{"server": {"id": "a0918781-79c7-4624-a984-4bfc8794b857", "name": "tempest-AttachVolumeNegativeTest-server-1371707767", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:55:45Z", "updated": "2022-09-13T19:55:57Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:18:a1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/a0918781-79c7-4624-a984-4bfc8794b857"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-979700253", "OS-SRV-USG:launched_at": "2022-09-13T19:55:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1368629420"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:55:57,683 132921 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2022-09-13 19:55:57,780 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857/os-interface 0.096s 2022-09-13 19:55:57,781 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:57 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-8ff15578-c919-40ec-a2b5-03c646e90a97', 'x-compute-request-id': 'req-8ff15578-c919-40ec-a2b5-03c646e90a97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "3a5ebdc4-a1b3-48a1-9471-81ab14261535", "port_id": "b23324be-a690-4262-858b-d6754581ae5c", "mac_addr": "fa:16:3e:8c:18:a1", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5fb4d788-3ced-4d99-a623-e5a1feca399a", "ip_address": "172.20.0.12"}]}]}' 2022-09-13 19:55:58,911 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 PUT http://10.222.0.15:9696/networking/v2.0/floatingips/728de753-4277-4cc7-85ba-621d45f6dddc 1.125s 2022-09-13 19:55:58,912 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "b23324be-a690-4262-858b-d6754581ae5c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '798', 'x-openstack-request-id': 'req-3c037b87-ed0d-417e-9750-eecad9cc2cb9', 'date': 'Tue, 13 Sep 2022 19:55:58 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/floatingips/728de753-4277-4cc7-85ba-621d45f6dddc'} Body: b'{"floatingip": {"id": "728de753-4277-4cc7-85ba-621d45f6dddc", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "floating_ip_address": "172.27.1.146", "floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b", "router_id": "19d800df-8f39-4327-810a-f1b89ecb7a30", "port_id": "b23324be-a690-4262-858b-d6754581ae5c", "fixed_ip_address": "172.20.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3a5ebdc4-a1b3-48a1-9471-81ab14261535", "mac_address": "fa:16:3e:8c:18:a1", "admin_state_up": true, "status": "ACTIVE", "device_id": "a0918781-79c7-4624-a984-4bfc8794b857", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-09-13T19:55:44Z", "updated_at": "2022-09-13T19:55:58Z", "revision_number": 1, "project_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:55:58,912 132921 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.146:22' as 'ubuntu' with public key authentication 2022-09-13 19:56:02,986 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.146 ([Errno None] Unable to connect to port 22 on 172.27.1.146). Number attempts: 1. Retry after 2 seconds. 2022-09-13 19:56:08,553 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.146 ([Errno None] Unable to connect to port 22 on 172.27.1.146). Number attempts: 2. Retry after 3 seconds. 2022-09-13 19:56:15,114 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.146 ([Errno None] Unable to connect to port 22 on 172.27.1.146). Number attempts: 3. Retry after 4 seconds. 2022-09-13 19:56:22,665 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.146 ([Errno None] Unable to connect to port 22 on 172.27.1.146). Number attempts: 4. Retry after 5 seconds. 2022-09-13 19:56:31,241 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.146 ([Errno None] Unable to connect to port 22 on 172.27.1.146). Number attempts: 5. Retry after 6 seconds. 2022-09-13 19:56:40,810 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.146 ([Errno None] Unable to connect to port 22 on 172.27.1.146). Number attempts: 6. Retry after 7 seconds. 2022-09-13 19:56:48,317 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.146 ([Errno None] Unable to connect to port 22 on 172.27.1.146). Number attempts: 7. Retry after 8 seconds. 2022-09-13 19:56:56,824 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.146 ([Errno None] Unable to connect to port 22 on 172.27.1.146). Number attempts: 8. Retry after 9 seconds. 2022-09-13 19:57:06,334 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.146 ([Errno None] Unable to connect to port 22 on 172.27.1.146). Number attempts: 9. Retry after 10 seconds. 2022-09-13 19:57:16,847 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.146 ([Errno None] Unable to connect to port 22 on 172.27.1.146). Number attempts: 10. Retry after 11 seconds. 2022-09-13 19:57:28,402 132921 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-09-13 19:57:28,719 132921 INFO [paramiko.transport] Authentication (publickey) successful! 2022-09-13 19:57:28,719 132921 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.146 successfully created 2022-09-13 19:57:28,766 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857/ips 0.046s 2022-09-13 19:57:28,767 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '151', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-848cc8cc-293b-4264-8a4f-aa127875f7e0', 'x-compute-request-id': 'req-848cc8cc-293b-4264-8a4f-aa127875f7e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.12"}, {"version": 4, "addr": "172.27.1.146"}]}}' 2022-09-13 19:57:28,877 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 400 POST http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857/os-volume_attachments 0.107s 2022-09-13 19:57:28,878 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec"}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:28 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': '174', 'x-openstack-request-id': 'req-cdb439ab-5e64-432d-a051-96928d3746f5', 'x-compute-request-id': 'req-cdb439ab-5e64-432d-a051-96928d3746f5', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857/os-volume_attachments'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: volume c33757e0-5620-4c77-980c-a404dbb088ec is already attached to instances: f1a47950-575c-4c4e-aace-612aef0dbfd0"}}' 2022-09-13 19:57:29,006 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857 0.127s 2022-09-13 19:57:29,006 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:28 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-3768242f-7f0f-4d0a-844f-67bb15ba7b37', 'x-compute-request-id': 'req-3768242f-7f0f-4d0a-844f-67bb15ba7b37', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857'} Body: b'' 2022-09-13 19:57:29,168 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857 0.161s 2022-09-13 19:57:29,168 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1683', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ca417aa-8d50-482e-bc72-1b3a27431268', 'x-compute-request-id': 'req-9ca417aa-8d50-482e-bc72-1b3a27431268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857'} Body: b'{"server": {"id": "a0918781-79c7-4624-a984-4bfc8794b857", "name": "tempest-AttachVolumeNegativeTest-server-1371707767", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:55:45Z", "updated": "2022-09-13T19:57:29Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:18:a1"}, {"version": 4, "addr": "172.27.1.146", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:18:a1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/a0918781-79c7-4624-a984-4bfc8794b857"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-979700253", "OS-SRV-USG:launched_at": "2022-09-13T19:55:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1368629420"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:57:30,343 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857 0.157s 2022-09-13 19:57:30,343 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1683', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c7f8927-adb2-408a-a6d0-de800d70f7e4', 'x-compute-request-id': 'req-2c7f8927-adb2-408a-a6d0-de800d70f7e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857'} Body: b'{"server": {"id": "a0918781-79c7-4624-a984-4bfc8794b857", "name": "tempest-AttachVolumeNegativeTest-server-1371707767", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:55:45Z", "updated": "2022-09-13T19:57:29Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:18:a1"}, {"version": 4, "addr": "172.27.1.146", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:18:a1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/a0918781-79c7-4624-a984-4bfc8794b857"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-979700253", "OS-SRV-USG:launched_at": "2022-09-13T19:55:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1368629420"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:57:31,521 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857 0.162s 2022-09-13 19:57:31,521 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1683', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-879656c3-5014-4b58-82e2-37f5b38f1fca', 'x-compute-request-id': 'req-879656c3-5014-4b58-82e2-37f5b38f1fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857'} Body: b'{"server": {"id": "a0918781-79c7-4624-a984-4bfc8794b857", "name": "tempest-AttachVolumeNegativeTest-server-1371707767", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:55:45Z", "updated": "2022-09-13T19:57:29Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:18:a1"}, {"version": 4, "addr": "172.27.1.146", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8c:18:a1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/a0918781-79c7-4624-a984-4bfc8794b857"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-979700253", "OS-SRV-USG:launched_at": "2022-09-13T19:55:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1368629420"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:57:32,646 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857 0.109s 2022-09-13 19:57:32,646 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1331', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-286f1afc-a49b-486b-95cf-ef91134cac44', 'x-compute-request-id': 'req-286f1afc-a49b-486b-95cf-ef91134cac44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857'} Body: b'{"server": {"id": "a0918781-79c7-4624-a984-4bfc8794b857", "name": "tempest-AttachVolumeNegativeTest-server-1371707767", "status": "DELETED", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:55:45Z", "updated": "2022-09-13T19:57:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/a0918781-79c7-4624-a984-4bfc8794b857"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-979700253", "OS-SRV-USG:launched_at": "2022-09-13T19:55:57.000000", "OS-SRV-USG:terminated_at": "2022-09-13T19:57:32.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 19:57:32,661 132921 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 3 second wait 2022-09-13 19:57:33,702 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857 0.039s 2022-09-13 19:57:33,703 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:33 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-86ca3835-ee32-473f-83b8-d81ae9fe17cf', 'x-compute-request-id': 'req-86ca3835-ee32-473f-83b8-d81ae9fe17cf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/a0918781-79c7-4624-a984-4bfc8794b857'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a0918781-79c7-4624-a984-4bfc8794b857 could not be found."}}' 2022-09-13 19:57:33,734 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.15/compute/v2.1/os-keypairs/tempest-keypair-979700253 0.031s 2022-09-13 19:57:33,735 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:33 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-0bba820e-43a7-4945-9d34-0230abf40e77', 'x-compute-request-id': 'req-0bba820e-43a7-4945-9d34-0230abf40e77', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/compute/v2.1/os-keypairs/tempest-keypair-979700253'} Body: b'' 2022-09-13 19:57:33,876 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.15:9696/networking/v2.0/security-groups/4e420276-324f-4c3d-9739-7bb483a3073c 0.141s 2022-09-13 19:57:33,877 132921 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-93bb5f11-b8f5-4c18-9798-448a87428081', 'content-length': '0', 'date': 'Tue, 13 Sep 2022 19:57:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-groups/4e420276-324f-4c3d-9739-7bb483a3073c'} Body: b'' 2022-09-13 19:57:33,909 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.15:9696/networking/v2.0/security-groups/4e420276-324f-4c3d-9739-7bb483a3073c 0.031s 2022-09-13 19:57:33,909 132921 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-bc2b13e3-bd3e-4649-b353-be9153c8991e', 'date': 'Tue, 13 Sep 2022 19:57:33 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-groups/4e420276-324f-4c3d-9739-7bb483a3073c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4e420276-324f-4c3d-9739-7bb483a3073c does not exist", "detail": ""}}' 2022-09-13 19:57:34,382 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.15:9696/networking/v2.0/floatingips/728de753-4277-4cc7-85ba-621d45f6dddc 0.472s 2022-09-13 19:57:34,383 132921 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-4997629b-e9de-4977-82fe-e40414662fda', 'content-length': '0', 'date': 'Tue, 13 Sep 2022 19:57:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/floatingips/728de753-4277-4cc7-85ba-621d45f6dddc'} Body: b'' 2022-09-13 19:57:34,430 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.047s 2022-09-13 19:57:34,431 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80764ab6-14c7-4871-bb16-03ccd09a88a7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80764ab6-14c7-4871-bb16-03ccd09a88a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:55:43.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 19:57:34,706 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments/c33757e0-5620-4c77-980c-a404dbb088ec 0.262s 2022-09-13 19:57:34,707 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-d3a288a6-6280-4d07-be74-9b6cd9236855', 'x-compute-request-id': 'req-d3a288a6-6280-4d07-be74-9b6cd9236855', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'' 2022-09-13 19:57:34,763 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.056s 2022-09-13 19:57:34,764 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-3b9fd146-ea49-43b4-90bd-d4bc2d7e775e', 'x-compute-request-id': 'req-3b9fd146-ea49-43b4-90bd-d4bc2d7e775e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:35,818 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:57:35,818 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-ae67f277-5c5e-4dff-ad97-97b9d3503d26', 'x-compute-request-id': 'req-ae67f277-5c5e-4dff-ad97-97b9d3503d26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:36,871 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:57:36,871 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-632963e8-1f83-4f3f-a715-39568279b679', 'x-compute-request-id': 'req-632963e8-1f83-4f3f-a715-39568279b679', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:37,924 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:57:37,924 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-ae569832-f1e4-436d-a131-842b5b30711a', 'x-compute-request-id': 'req-ae569832-f1e4-436d-a131-842b5b30711a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:38,977 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:57:38,977 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-2fd3120b-91ea-49e3-ab1d-bcd8b0950197', 'x-compute-request-id': 'req-2fd3120b-91ea-49e3-ab1d-bcd8b0950197', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:40,030 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:57:40,030 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-746d9854-7d55-455c-a604-528e42298843', 'x-compute-request-id': 'req-746d9854-7d55-455c-a604-528e42298843', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:41,082 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:57:41,083 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-24463cf8-5c02-4e90-a968-24d47d3747ed', 'x-compute-request-id': 'req-24463cf8-5c02-4e90-a968-24d47d3747ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:42,135 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:57:42,136 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-e025fce3-eedc-468d-b8be-031ea7ee7ac4', 'x-compute-request-id': 'req-e025fce3-eedc-468d-b8be-031ea7ee7ac4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:43,189 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:57:43,190 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-4607a799-83c6-49eb-95f2-0be54acd694a', 'x-compute-request-id': 'req-4607a799-83c6-49eb-95f2-0be54acd694a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:44,241 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.047s 2022-09-13 19:57:44,242 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-52d0a1bb-5b99-400a-b9db-5c1432b43d3e', 'x-compute-request-id': 'req-52d0a1bb-5b99-400a-b9db-5c1432b43d3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:45,294 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:57:45,295 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-477d29ef-7622-4971-ac78-42c4af78359c', 'x-compute-request-id': 'req-477d29ef-7622-4971-ac78-42c4af78359c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:46,350 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.051s 2022-09-13 19:57:46,350 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-4a2aa3b0-d4e2-4007-bd59-ce43a8998036', 'x-compute-request-id': 'req-4a2aa3b0-d4e2-4007-bd59-ce43a8998036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:47,402 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:57:47,403 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-a03f2965-ba1d-4ed8-b634-9a847ab0d45f', 'x-compute-request-id': 'req-a03f2965-ba1d-4ed8-b634-9a847ab0d45f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:48,456 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:57:48,457 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-a39dc309-df87-4c0d-93b8-8d1067bba538', 'x-compute-request-id': 'req-a39dc309-df87-4c0d-93b8-8d1067bba538', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:49,509 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.047s 2022-09-13 19:57:49,509 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-51f22293-e587-47a6-97df-87c0b5257698', 'x-compute-request-id': 'req-51f22293-e587-47a6-97df-87c0b5257698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:50,565 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.052s 2022-09-13 19:57:50,565 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-92614a0b-b784-4fc9-a6ea-82f5a4c99ade', 'x-compute-request-id': 'req-92614a0b-b784-4fc9-a6ea-82f5a4c99ade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:51,617 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:57:51,617 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-81d96215-2469-4e3c-a1ab-ea8705eef781', 'x-compute-request-id': 'req-81d96215-2469-4e3c-a1ab-ea8705eef781', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:52,669 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:57:52,670 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-688e9dfd-a7e1-4c2d-a9fa-5e06d69e7e4a', 'x-compute-request-id': 'req-688e9dfd-a7e1-4c2d-a9fa-5e06d69e7e4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:53,723 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:57:53,723 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-627d8ad2-35ed-4c93-b5f8-a416781881f2', 'x-compute-request-id': 'req-627d8ad2-35ed-4c93-b5f8-a416781881f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:54,776 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:57:54,777 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-0cb1fa39-c272-426a-b957-be4b0d56c7cc', 'x-compute-request-id': 'req-0cb1fa39-c272-426a-b957-be4b0d56c7cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:55,829 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:57:55,830 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-982cd1fc-4724-4aea-979d-4d2c05e45fee', 'x-compute-request-id': 'req-982cd1fc-4724-4aea-979d-4d2c05e45fee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:56,884 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:57:56,884 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-10f1d323-4365-44bd-bda5-f9c15073cfe1', 'x-compute-request-id': 'req-10f1d323-4365-44bd-bda5-f9c15073cfe1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:57,937 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:57:57,937 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-48b509f3-3ad3-4441-8b26-41c4ef6b3b47', 'x-compute-request-id': 'req-48b509f3-3ad3-4441-8b26-41c4ef6b3b47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:57:58,991 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:57:58,991 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-d937b83d-18db-4be1-b59e-8734b592d851', 'x-compute-request-id': 'req-d937b83d-18db-4be1-b59e-8734b592d851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:00,046 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.051s 2022-09-13 19:58:00,046 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57: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-ceecf757-33ad-4b8d-89a9-50804d605557', 'x-compute-request-id': 'req-ceecf757-33ad-4b8d-89a9-50804d605557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:01,099 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:01,099 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-484b5fad-5d5d-4814-bbf7-2c9eb65954cc', 'x-compute-request-id': 'req-484b5fad-5d5d-4814-bbf7-2c9eb65954cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:02,150 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.047s 2022-09-13 19:58:02,151 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-719820fc-7ccb-4e1a-b844-c70b89c36082', 'x-compute-request-id': 'req-719820fc-7ccb-4e1a-b844-c70b89c36082', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:03,203 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:03,203 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-7b372821-673c-40b3-ba4c-bcd30453245b', 'x-compute-request-id': 'req-7b372821-673c-40b3-ba4c-bcd30453245b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:04,262 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.054s 2022-09-13 19:58:04,262 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-d2243c67-645a-40eb-9c88-1154e8340532', 'x-compute-request-id': 'req-d2243c67-645a-40eb-9c88-1154e8340532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:05,315 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:05,315 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-909c8d1e-d485-4f81-a2d8-3053b3a27ba9', 'x-compute-request-id': 'req-909c8d1e-d485-4f81-a2d8-3053b3a27ba9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:06,369 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:58:06,369 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-f594b367-8beb-410b-82fe-a590473f7b81', 'x-compute-request-id': 'req-f594b367-8beb-410b-82fe-a590473f7b81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:07,422 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:07,422 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-7df2897c-cc69-4280-ac97-97ec4fec2204', 'x-compute-request-id': 'req-7df2897c-cc69-4280-ac97-97ec4fec2204', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:08,474 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:08,475 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-3599e3f7-e520-4306-8f29-dd62c60bc7d6', 'x-compute-request-id': 'req-3599e3f7-e520-4306-8f29-dd62c60bc7d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:09,525 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.047s 2022-09-13 19:58:09,525 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-df0471ca-a7ef-46ae-94aa-0269bceb1c05', 'x-compute-request-id': 'req-df0471ca-a7ef-46ae-94aa-0269bceb1c05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:10,585 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.056s 2022-09-13 19:58:10,586 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-2b481b09-7128-423c-b167-16f708e8b263', 'x-compute-request-id': 'req-2b481b09-7128-423c-b167-16f708e8b263', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:11,638 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:58:11,639 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-1d77ac53-76fb-4bc4-86c9-56854ef3b38c', 'x-compute-request-id': 'req-1d77ac53-76fb-4bc4-86c9-56854ef3b38c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:12,691 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:12,692 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-f588df0d-6e2e-451e-9e77-a1be7e309835', 'x-compute-request-id': 'req-f588df0d-6e2e-451e-9e77-a1be7e309835', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:13,746 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.051s 2022-09-13 19:58:13,746 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-78e7c193-2f1d-41de-ba76-d6a9b4acb775', 'x-compute-request-id': 'req-78e7c193-2f1d-41de-ba76-d6a9b4acb775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:14,800 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:58:14,800 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-0489ef78-6e86-43c8-bc9a-a3a3277f8d52', 'x-compute-request-id': 'req-0489ef78-6e86-43c8-bc9a-a3a3277f8d52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:15,856 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.051s 2022-09-13 19:58:15,856 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-1f4be81d-9ef8-4f07-9f14-682b4815b247', 'x-compute-request-id': 'req-1f4be81d-9ef8-4f07-9f14-682b4815b247', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:16,908 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:16,908 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-1936c9a6-a8ac-4045-8022-0f12a6e124f2', 'x-compute-request-id': 'req-1936c9a6-a8ac-4045-8022-0f12a6e124f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:17,961 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:58:17,962 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-4136719a-2026-4e78-98fa-71a7a361af90', 'x-compute-request-id': 'req-4136719a-2026-4e78-98fa-71a7a361af90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:19,014 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:19,014 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-30594127-c4a2-4fca-90ea-f29d43421587', 'x-compute-request-id': 'req-30594127-c4a2-4fca-90ea-f29d43421587', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:20,069 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.051s 2022-09-13 19:58:20,070 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-62c10a91-f781-4e9c-a827-5386561816ce', 'x-compute-request-id': 'req-62c10a91-f781-4e9c-a827-5386561816ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:21,122 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:21,122 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-5933f18c-b453-4c47-a834-dea17ff1096a', 'x-compute-request-id': 'req-5933f18c-b453-4c47-a834-dea17ff1096a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:22,174 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:22,174 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-1fb76e3a-09df-4a28-842c-a73da4d64c42', 'x-compute-request-id': 'req-1fb76e3a-09df-4a28-842c-a73da4d64c42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:23,228 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:58:23,229 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-d374881c-6f80-4970-b36d-b2a2c20c7508', 'x-compute-request-id': 'req-d374881c-6f80-4970-b36d-b2a2c20c7508', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:24,280 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.047s 2022-09-13 19:58:24,280 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-932f26ff-4dfc-4b43-aae1-878942688d92', 'x-compute-request-id': 'req-932f26ff-4dfc-4b43-aae1-878942688d92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:25,334 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:58:25,335 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-484b3f9f-2730-491d-924c-29d68125eac5', 'x-compute-request-id': 'req-484b3f9f-2730-491d-924c-29d68125eac5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:26,392 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.053s 2022-09-13 19:58:26,393 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-4e371980-474d-457c-84ef-310777cec74e', 'x-compute-request-id': 'req-4e371980-474d-457c-84ef-310777cec74e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:27,445 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:27,445 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-fa9d87a9-170f-45fc-86de-37c38851affe', 'x-compute-request-id': 'req-fa9d87a9-170f-45fc-86de-37c38851affe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:28,498 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:58:28,499 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-2c3350e4-a789-482c-8dd6-c35deb546247', 'x-compute-request-id': 'req-2c3350e4-a789-482c-8dd6-c35deb546247', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:29,551 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:58:29,551 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-a83f3054-42e8-4be4-8b0f-1c87cd03d69d', 'x-compute-request-id': 'req-a83f3054-42e8-4be4-8b0f-1c87cd03d69d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:30,605 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:58:30,605 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-10ae5fdd-b109-44f5-a845-14190ce10671', 'x-compute-request-id': 'req-10ae5fdd-b109-44f5-a845-14190ce10671', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:31,660 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.051s 2022-09-13 19:58:31,660 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-3875f554-6d32-4aaa-b250-b3bfe2224627', 'x-compute-request-id': 'req-3875f554-6d32-4aaa-b250-b3bfe2224627', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:32,715 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:58:32,715 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-b6cd1f76-80fd-4cb8-b41a-a9b92ca43877', 'x-compute-request-id': 'req-b6cd1f76-80fd-4cb8-b41a-a9b92ca43877', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:33,768 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:33,768 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-8c3fe794-572f-4ced-bccc-aa5d8c72d394', 'x-compute-request-id': 'req-8c3fe794-572f-4ced-bccc-aa5d8c72d394', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:34,822 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:58:34,822 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-153fde42-de81-4c84-905f-4489b1074a31', 'x-compute-request-id': 'req-153fde42-de81-4c84-905f-4489b1074a31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:35,875 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:58:35,875 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-29c028e8-a33c-4f4a-8a72-d5aa168f5f76', 'x-compute-request-id': 'req-29c028e8-a33c-4f4a-8a72-d5aa168f5f76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:36,928 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:36,928 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-2072a7e3-987e-437d-bea4-22a8b6011d45', 'x-compute-request-id': 'req-2072a7e3-987e-437d-bea4-22a8b6011d45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:37,980 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:37,980 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-0cd8216d-5031-4be4-bd8d-7efe56559af5', 'x-compute-request-id': 'req-0cd8216d-5031-4be4-bd8d-7efe56559af5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:39,031 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.047s 2022-09-13 19:58:39,032 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-c6f229a7-bd38-45dd-bcb0-622ef7045640', 'x-compute-request-id': 'req-c6f229a7-bd38-45dd-bcb0-622ef7045640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:40,083 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:40,084 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-48f7603c-98f2-4642-94c3-6126d9fff61a', 'x-compute-request-id': 'req-48f7603c-98f2-4642-94c3-6126d9fff61a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:41,136 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:41,136 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-aa962ddb-b8ed-4ac4-b387-6c7364f26e53', 'x-compute-request-id': 'req-aa962ddb-b8ed-4ac4-b387-6c7364f26e53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:42,188 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:42,189 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-a235a306-11b1-427e-a313-87652458bc02', 'x-compute-request-id': 'req-a235a306-11b1-427e-a313-87652458bc02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:43,242 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:58:43,242 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-4130d9a8-3917-478f-9243-7ca01a1ed22b', 'x-compute-request-id': 'req-4130d9a8-3917-478f-9243-7ca01a1ed22b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:44,294 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:58:44,295 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-e2f30747-66d9-42ee-8c09-9e7f9822d884', 'x-compute-request-id': 'req-e2f30747-66d9-42ee-8c09-9e7f9822d884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:45,347 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:45,347 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-90dd362a-9af6-4271-9112-d12f3a5b6e55', 'x-compute-request-id': 'req-90dd362a-9af6-4271-9112-d12f3a5b6e55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:46,400 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:46,400 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-c2041f39-beb5-463c-88c3-da2fc942ba4e', 'x-compute-request-id': 'req-c2041f39-beb5-463c-88c3-da2fc942ba4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:47,452 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:58:47,453 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-2607b5c9-59b3-4d7e-ba65-cf2e1e048bfb', 'x-compute-request-id': 'req-2607b5c9-59b3-4d7e-ba65-cf2e1e048bfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:48,506 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:58:48,506 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-8d477d0b-045d-41d4-979c-ee85bdc80806', 'x-compute-request-id': 'req-8d477d0b-045d-41d4-979c-ee85bdc80806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:49,558 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:49,558 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-ec4bc6a2-a2d3-4603-bf67-051ec4e3a9e5', 'x-compute-request-id': 'req-ec4bc6a2-a2d3-4603-bf67-051ec4e3a9e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:50,611 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:58:50,612 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-50cf5c95-a2a3-4f3f-960d-25f61d2f6d67', 'x-compute-request-id': 'req-50cf5c95-a2a3-4f3f-960d-25f61d2f6d67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:51,663 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:51,664 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-9ad0f973-cd7e-4ea8-aaa3-5d8905684508', 'x-compute-request-id': 'req-9ad0f973-cd7e-4ea8-aaa3-5d8905684508', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:52,715 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:52,716 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-f4141e67-0f56-46a6-927b-d109894eb61f', 'x-compute-request-id': 'req-f4141e67-0f56-46a6-927b-d109894eb61f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:53,767 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.047s 2022-09-13 19:58:53,767 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-60346433-836f-45c7-bf5a-99c7b9799410', 'x-compute-request-id': 'req-60346433-836f-45c7-bf5a-99c7b9799410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:54,821 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:58:54,821 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-e71f0d75-51b6-44e0-99b6-81cb6c8460ee', 'x-compute-request-id': 'req-e71f0d75-51b6-44e0-99b6-81cb6c8460ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:55,874 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:55,874 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-b9299282-8bf6-43e6-8645-3f17915ba7c7', 'x-compute-request-id': 'req-b9299282-8bf6-43e6-8645-3f17915ba7c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:56,927 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:58:56,928 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-e2963a02-3fc3-40e7-b7be-4df535f38e6f', 'x-compute-request-id': 'req-e2963a02-3fc3-40e7-b7be-4df535f38e6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:57,979 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:57,980 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-fad6a201-772d-4585-bb33-7c62ec8f9c4a', 'x-compute-request-id': 'req-fad6a201-772d-4585-bb33-7c62ec8f9c4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:58:59,030 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:58:59,031 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58: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-017518e4-2a47-495d-b2a6-e78e82f53240', 'x-compute-request-id': 'req-017518e4-2a47-495d-b2a6-e78e82f53240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:00,084 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:59:00,085 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-554ac0d9-0311-4417-a93d-51f7fcfc297e', 'x-compute-request-id': 'req-554ac0d9-0311-4417-a93d-51f7fcfc297e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:01,136 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.047s 2022-09-13 19:59:01,137 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-efc9a09d-894f-495c-9327-2dcb8ee3c765', 'x-compute-request-id': 'req-efc9a09d-894f-495c-9327-2dcb8ee3c765', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:02,189 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:59:02,190 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-07921877-c3d6-4642-ba4e-c410ffbd1d2b', 'x-compute-request-id': 'req-07921877-c3d6-4642-ba4e-c410ffbd1d2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:03,242 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:59:03,242 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-2adea19e-33dc-4f8c-a088-75f2eb2c1074', 'x-compute-request-id': 'req-2adea19e-33dc-4f8c-a088-75f2eb2c1074', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:04,294 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:59:04,295 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-26248a4e-1b35-49b7-9714-0a8c47fc52b5', 'x-compute-request-id': 'req-26248a4e-1b35-49b7-9714-0a8c47fc52b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:05,352 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.053s 2022-09-13 19:59:05,352 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-b914d19c-2e8f-4764-92df-38336e7f074c', 'x-compute-request-id': 'req-b914d19c-2e8f-4764-92df-38336e7f074c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:06,408 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:59:06,408 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-a58f5ffb-5131-452e-a2db-c443fac05513', 'x-compute-request-id': 'req-a58f5ffb-5131-452e-a2db-c443fac05513', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:07,461 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:59:07,461 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-7b15d235-3d75-4993-a8cc-1f1cda7959fd', 'x-compute-request-id': 'req-7b15d235-3d75-4993-a8cc-1f1cda7959fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:08,513 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:59:08,514 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-3bee3d75-0de8-4bb4-864d-408bcc95b72c', 'x-compute-request-id': 'req-3bee3d75-0de8-4bb4-864d-408bcc95b72c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:09,572 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.054s 2022-09-13 19:59:09,572 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-eb23d268-fe6d-4c99-b8d8-ec587f6df12f', 'x-compute-request-id': 'req-eb23d268-fe6d-4c99-b8d8-ec587f6df12f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:10,630 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.054s 2022-09-13 19:59:10,630 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-39e55c4a-048e-40a4-b54c-a91889bc0817', 'x-compute-request-id': 'req-39e55c4a-048e-40a4-b54c-a91889bc0817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:11,682 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:59:11,682 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-a7e535e1-7184-49b0-ad10-04dcd9967799', 'x-compute-request-id': 'req-a7e535e1-7184-49b0-ad10-04dcd9967799', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:12,736 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:59:12,736 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-c7ce8475-37fd-4794-abe9-3bc353124106', 'x-compute-request-id': 'req-c7ce8475-37fd-4794-abe9-3bc353124106', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:13,789 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:59:13,789 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-b99760a7-2767-4c92-8e7c-ff229a2c2e41', 'x-compute-request-id': 'req-b99760a7-2767-4c92-8e7c-ff229a2c2e41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:14,843 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:59:14,843 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-9bb42a92-3256-4a70-af08-cdaf09a0e35c', 'x-compute-request-id': 'req-9bb42a92-3256-4a70-af08-cdaf09a0e35c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:15,904 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.057s 2022-09-13 19:59:15,904 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-b2368894-a738-4b47-aa5c-d43d012821d7', 'x-compute-request-id': 'req-b2368894-a738-4b47-aa5c-d43d012821d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:16,961 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.052s 2022-09-13 19:59:16,961 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-5fef15f6-196b-402e-9d14-f090c295d4a2', 'x-compute-request-id': 'req-5fef15f6-196b-402e-9d14-f090c295d4a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:18,016 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:59:18,016 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-e7551981-f3dd-4bdd-95d3-8eb68ab6bcad', 'x-compute-request-id': 'req-e7551981-f3dd-4bdd-95d3-8eb68ab6bcad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:19,072 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.051s 2022-09-13 19:59:19,073 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-479d0e51-de57-4c8d-a58f-974df854258e', 'x-compute-request-id': 'req-479d0e51-de57-4c8d-a58f-974df854258e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:20,126 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:59:20,126 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-907a8461-1a78-4d80-86ad-28d54475ccb0', 'x-compute-request-id': 'req-907a8461-1a78-4d80-86ad-28d54475ccb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:21,180 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:59:21,180 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-5cb7162a-decc-4418-9f56-125f19134d48', 'x-compute-request-id': 'req-5cb7162a-decc-4418-9f56-125f19134d48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:22,234 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:59:22,235 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-cb5379fa-c7f2-4694-a783-344ea6fe5884', 'x-compute-request-id': 'req-cb5379fa-c7f2-4694-a783-344ea6fe5884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:23,288 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:59:23,288 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-e68f9205-84c2-4dff-a3c3-9d8b2508e29b', 'x-compute-request-id': 'req-e68f9205-84c2-4dff-a3c3-9d8b2508e29b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:24,342 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:59:24,342 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-0d2d46d0-e571-4cb9-95a2-89f5c681320a', 'x-compute-request-id': 'req-0d2d46d0-e571-4cb9-95a2-89f5c681320a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:25,395 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:59:25,396 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-441e04f1-06a9-4810-ae9a-dd8fa5c11e5d', 'x-compute-request-id': 'req-441e04f1-06a9-4810-ae9a-dd8fa5c11e5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:26,450 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:59:26,451 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-12c063a9-7076-4043-9991-28700458b6ee', 'x-compute-request-id': 'req-12c063a9-7076-4043-9991-28700458b6ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:27,513 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.058s 2022-09-13 19:59:27,513 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-07cbf980-1040-43d8-b83c-2ea95ae6dbf5', 'x-compute-request-id': 'req-07cbf980-1040-43d8-b83c-2ea95ae6dbf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:28,570 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.053s 2022-09-13 19:59:28,571 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-d4d18c40-5fb8-4652-881b-c280a5865051', 'x-compute-request-id': 'req-d4d18c40-5fb8-4652-881b-c280a5865051', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:29,624 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:59:29,625 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-8e0acab5-78b3-4876-9c2b-e96dc9fe3157', 'x-compute-request-id': 'req-8e0acab5-78b3-4876-9c2b-e96dc9fe3157', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:30,678 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:59:30,678 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-34a0bd69-c734-4fb6-802e-202ddb54fe68', 'x-compute-request-id': 'req-34a0bd69-c734-4fb6-802e-202ddb54fe68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:31,732 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.051s 2022-09-13 19:59:31,733 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-f8e24cd6-a916-47eb-8ef7-5b4b60bac8c1', 'x-compute-request-id': 'req-f8e24cd6-a916-47eb-8ef7-5b4b60bac8c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:32,785 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:59:32,786 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-7865d439-e0bc-418a-80da-1b8d326a35bb', 'x-compute-request-id': 'req-7865d439-e0bc-418a-80da-1b8d326a35bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:33,844 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.054s 2022-09-13 19:59:33,844 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-18a07063-fa90-47a1-b1ed-d26e013f86d3', 'x-compute-request-id': 'req-18a07063-fa90-47a1-b1ed-d26e013f86d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:34,899 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:59:34,899 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-a3450995-42aa-4961-8d30-126111ec687b', 'x-compute-request-id': 'req-a3450995-42aa-4961-8d30-126111ec687b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:35,969 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.066s 2022-09-13 19:59:35,970 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-e6ea6fc6-632c-48ed-928c-d52988a67f80', 'x-compute-request-id': 'req-e6ea6fc6-632c-48ed-928c-d52988a67f80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:37,024 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:59:37,024 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-460aaf52-7fe9-454a-9419-28227184f9a3', 'x-compute-request-id': 'req-460aaf52-7fe9-454a-9419-28227184f9a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:38,077 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:59:38,077 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-5287273b-cb19-46b8-8318-7dc274b0e267', 'x-compute-request-id': 'req-5287273b-cb19-46b8-8318-7dc274b0e267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:39,129 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.047s 2022-09-13 19:59:39,130 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-f6614936-5ad4-4af0-8ffd-731a10552495', 'x-compute-request-id': 'req-f6614936-5ad4-4af0-8ffd-731a10552495', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:40,182 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:59:40,183 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-e8d892fe-3c9f-4ded-8fc3-1654f387ed1c', 'x-compute-request-id': 'req-e8d892fe-3c9f-4ded-8fc3-1654f387ed1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:41,235 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:59:41,235 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-c2f89ac6-f7ff-479b-86e2-fdc4bf61a5a0', 'x-compute-request-id': 'req-c2f89ac6-f7ff-479b-86e2-fdc4bf61a5a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:42,288 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:59:42,288 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-089976c5-b469-4a3b-8678-f213b22c8b1d', 'x-compute-request-id': 'req-089976c5-b469-4a3b-8678-f213b22c8b1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:43,341 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:59:43,341 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-e03916cf-5202-4e9d-9713-18903b505aa5', 'x-compute-request-id': 'req-e03916cf-5202-4e9d-9713-18903b505aa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:44,394 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:59:44,394 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-9fda9f83-ba38-4311-9833-81acf8edbab6', 'x-compute-request-id': 'req-9fda9f83-ba38-4311-9833-81acf8edbab6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:45,446 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:59:45,447 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-c9ae7e59-8656-49a9-941b-81ed8ad11bed', 'x-compute-request-id': 'req-c9ae7e59-8656-49a9-941b-81ed8ad11bed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:46,501 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:59:46,501 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-4fdfcbed-83b7-426f-8667-2f95387b2c65', 'x-compute-request-id': 'req-4fdfcbed-83b7-426f-8667-2f95387b2c65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:47,557 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.051s 2022-09-13 19:59:47,557 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-17854490-25bd-4ca2-9fc2-c59b53af67dc', 'x-compute-request-id': 'req-17854490-25bd-4ca2-9fc2-c59b53af67dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:48,611 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 19:59:48,612 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-3ebcc757-5982-4bad-ab75-f2841a9bc9d0', 'x-compute-request-id': 'req-3ebcc757-5982-4bad-ab75-f2841a9bc9d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:49,668 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.053s 2022-09-13 19:59:49,669 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-c139087c-5f06-4a1c-b369-30dd2045fde5', 'x-compute-request-id': 'req-c139087c-5f06-4a1c-b369-30dd2045fde5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:50,722 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:59:50,722 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-cedf76f8-db47-4812-a745-0c27dee59fd7', 'x-compute-request-id': 'req-cedf76f8-db47-4812-a745-0c27dee59fd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:51,775 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:59:51,775 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-f987f0c7-cf5a-4387-a447-db1bfaba2898', 'x-compute-request-id': 'req-f987f0c7-cf5a-4387-a447-db1bfaba2898', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:52,828 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:59:52,828 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-7c20db2e-88d1-4b7d-b967-075b3447b723', 'x-compute-request-id': 'req-7c20db2e-88d1-4b7d-b967-075b3447b723', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:53,882 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:59:53,882 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-ca0d5ad6-a36f-4789-92a4-276924da7d53', 'x-compute-request-id': 'req-ca0d5ad6-a36f-4789-92a4-276924da7d53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:54,935 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:59:54,935 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-09168524-5d33-4f3a-99bf-5ec08d74cbba', 'x-compute-request-id': 'req-09168524-5d33-4f3a-99bf-5ec08d74cbba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:55,987 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:59:55,988 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-4aea6482-7a74-4c9c-a8c9-2785aa50bfd0', 'x-compute-request-id': 'req-4aea6482-7a74-4c9c-a8c9-2785aa50bfd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:57,040 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:59:57,041 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-d0c97594-ac93-44f0-9ef0-530e87fb2d7a', 'x-compute-request-id': 'req-d0c97594-ac93-44f0-9ef0-530e87fb2d7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:58,093 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 19:59:58,093 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-44f26f83-2a25-4fcd-a1fa-c7629dd03f33', 'x-compute-request-id': 'req-44f26f83-2a25-4fcd-a1fa-c7629dd03f33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 19:59:59,147 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 19:59:59,147 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59: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-e393f1e3-e3f7-4c8a-9f48-cdeed55f8cda', 'x-compute-request-id': 'req-e393f1e3-e3f7-4c8a-9f48-cdeed55f8cda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:00,199 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:00,199 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-5995a09e-d5b2-49fb-a266-62bba1f21ff2', 'x-compute-request-id': 'req-5995a09e-d5b2-49fb-a266-62bba1f21ff2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:01,251 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:01,251 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-b18810ca-4ab3-477a-be5c-71544352543e', 'x-compute-request-id': 'req-b18810ca-4ab3-477a-be5c-71544352543e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:02,305 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:00:02,305 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-5f364edf-ff5c-4467-8ed9-e175c55a78f6', 'x-compute-request-id': 'req-5f364edf-ff5c-4467-8ed9-e175c55a78f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:03,365 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.056s 2022-09-13 20:00:03,365 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-b4b6793b-2ab5-4f7d-a384-71d935e24617', 'x-compute-request-id': 'req-b4b6793b-2ab5-4f7d-a384-71d935e24617', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:04,418 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:04,418 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-4395b33c-36f5-463a-8374-2060d052c14f', 'x-compute-request-id': 'req-4395b33c-36f5-463a-8374-2060d052c14f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:05,471 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:00:05,472 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-7f898c90-fc7d-4c19-8a8b-2aa0c75bb0cd', 'x-compute-request-id': 'req-7f898c90-fc7d-4c19-8a8b-2aa0c75bb0cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:06,525 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:00:06,526 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-92cee333-539a-4eed-ac97-950a23e86922', 'x-compute-request-id': 'req-92cee333-539a-4eed-ac97-950a23e86922', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:07,579 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:00:07,579 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-8b588f3c-a4f9-4942-9537-759274f379c3', 'x-compute-request-id': 'req-8b588f3c-a4f9-4942-9537-759274f379c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:08,632 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:00:08,632 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-48f1663b-6d02-44e0-a548-972954ba2dae', 'x-compute-request-id': 'req-48f1663b-6d02-44e0-a548-972954ba2dae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:09,685 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:00:09,685 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-fb094142-de73-4d6e-8eb4-7873016d7746', 'x-compute-request-id': 'req-fb094142-de73-4d6e-8eb4-7873016d7746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:10,737 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:10,738 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-7cea2cc0-fb59-498a-a2c9-b6f259439017', 'x-compute-request-id': 'req-7cea2cc0-fb59-498a-a2c9-b6f259439017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:11,790 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:11,790 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-d27eff9d-f626-4aad-aa76-de820736a318', 'x-compute-request-id': 'req-d27eff9d-f626-4aad-aa76-de820736a318', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:12,842 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:12,842 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-c9d9eaa4-3372-4773-8596-7ec47768a637', 'x-compute-request-id': 'req-c9d9eaa4-3372-4773-8596-7ec47768a637', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:13,894 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:13,894 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-32be2239-4a15-46bf-809f-31230c04737b', 'x-compute-request-id': 'req-32be2239-4a15-46bf-809f-31230c04737b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:14,948 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:00:14,948 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-37d90ced-716c-406d-b36c-4a46496d83f3', 'x-compute-request-id': 'req-37d90ced-716c-406d-b36c-4a46496d83f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:16,000 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:16,001 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-64f5dcf6-2ae9-4289-b1f8-77192d9a59b1', 'x-compute-request-id': 'req-64f5dcf6-2ae9-4289-b1f8-77192d9a59b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:17,053 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:17,054 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-f55c7d18-5115-4c6d-95fc-8635273aef4f', 'x-compute-request-id': 'req-f55c7d18-5115-4c6d-95fc-8635273aef4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:18,106 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:18,106 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-2429a890-98c2-4bba-8e70-d86a829d3f09', 'x-compute-request-id': 'req-2429a890-98c2-4bba-8e70-d86a829d3f09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:19,159 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:19,159 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-79ec6cb5-f637-463a-8eaf-b810eb231acf', 'x-compute-request-id': 'req-79ec6cb5-f637-463a-8eaf-b810eb231acf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:20,212 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:00:20,212 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-ca24c8ad-c47d-4024-b374-aaa5682b816c', 'x-compute-request-id': 'req-ca24c8ad-c47d-4024-b374-aaa5682b816c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:21,264 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:21,265 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-a653c556-4579-44ce-b646-23c349e62f3d', 'x-compute-request-id': 'req-a653c556-4579-44ce-b646-23c349e62f3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:22,317 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:22,318 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-4e8327a9-9bdf-431c-ae8b-c27309063282', 'x-compute-request-id': 'req-4e8327a9-9bdf-431c-ae8b-c27309063282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:23,379 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.057s 2022-09-13 20:00:23,380 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-9f500dfe-b7bf-4e29-ac9e-e777904fe8d7', 'x-compute-request-id': 'req-9f500dfe-b7bf-4e29-ac9e-e777904fe8d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:24,433 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:24,433 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-e7f63a67-0042-408e-8875-8f2f391bb9b6', 'x-compute-request-id': 'req-e7f63a67-0042-408e-8875-8f2f391bb9b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:25,484 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:25,485 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-3b6ea906-c245-402b-a9c9-6a13f72962a6', 'x-compute-request-id': 'req-3b6ea906-c245-402b-a9c9-6a13f72962a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:26,536 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.047s 2022-09-13 20:00:26,537 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-d5bc9cf6-5b83-45d7-9777-8556104bded9', 'x-compute-request-id': 'req-d5bc9cf6-5b83-45d7-9777-8556104bded9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:27,588 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:27,589 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-6a74d2c0-23b8-45c7-acc2-26ce43f15dbf', 'x-compute-request-id': 'req-6a74d2c0-23b8-45c7-acc2-26ce43f15dbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:28,642 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:00:28,643 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-7d350258-dd23-48cf-93f2-1a71359c9d90', 'x-compute-request-id': 'req-7d350258-dd23-48cf-93f2-1a71359c9d90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:29,695 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:00:29,696 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-c73ee55f-82e9-4f9f-8350-f5636f9405e9', 'x-compute-request-id': 'req-c73ee55f-82e9-4f9f-8350-f5636f9405e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:30,747 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.047s 2022-09-13 20:00:30,748 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-2344e278-60de-48a7-a50c-156af0e247a2', 'x-compute-request-id': 'req-2344e278-60de-48a7-a50c-156af0e247a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:31,801 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:00:31,801 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-aa673dee-96e8-4dc0-91d7-460b642f3b54', 'x-compute-request-id': 'req-aa673dee-96e8-4dc0-91d7-460b642f3b54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:32,854 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:00:32,854 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-db92db56-1ec4-4e9f-b0b8-d83ba7a37bae', 'x-compute-request-id': 'req-db92db56-1ec4-4e9f-b0b8-d83ba7a37bae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:33,907 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:00:33,907 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-20df8703-ac1c-459c-8500-05734b500b9c', 'x-compute-request-id': 'req-20df8703-ac1c-459c-8500-05734b500b9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:35,041 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.130s 2022-09-13 20:00:35,041 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-16dc5a44-4143-4a2c-9291-16f842d03fd1', 'x-compute-request-id': 'req-16dc5a44-4143-4a2c-9291-16f842d03fd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:36,100 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.055s 2022-09-13 20:00:36,101 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-780303dc-36d5-4a9c-ba39-1c5f1cd23d17', 'x-compute-request-id': 'req-780303dc-36d5-4a9c-ba39-1c5f1cd23d17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:37,154 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:00:37,154 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-da6d691b-fbcd-4b01-bb02-e0fc78027b54', 'x-compute-request-id': 'req-da6d691b-fbcd-4b01-bb02-e0fc78027b54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:38,209 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:00:38,210 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-c7c39888-8668-4f8e-a1a7-134d128d1123', 'x-compute-request-id': 'req-c7c39888-8668-4f8e-a1a7-134d128d1123', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:39,262 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:00:39,263 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-48c953b1-9b1d-4ad5-9450-dc691cd80173', 'x-compute-request-id': 'req-48c953b1-9b1d-4ad5-9450-dc691cd80173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:40,314 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:00:40,315 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-470d176c-1902-418d-ac81-c18a1e6d21b0', 'x-compute-request-id': 'req-470d176c-1902-418d-ac81-c18a1e6d21b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:41,367 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:41,368 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-e0ffd7bf-1f4f-4207-b2e6-a7b6f8423f53', 'x-compute-request-id': 'req-e0ffd7bf-1f4f-4207-b2e6-a7b6f8423f53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:42,420 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:42,420 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-cb49f770-23c1-4e2a-a77f-b9e97b5439fb', 'x-compute-request-id': 'req-cb49f770-23c1-4e2a-a77f-b9e97b5439fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:43,473 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.047s 2022-09-13 20:00:43,473 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-1f9839ba-b2bf-47a4-94a7-65f58a0bc6c6', 'x-compute-request-id': 'req-1f9839ba-b2bf-47a4-94a7-65f58a0bc6c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:44,532 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.055s 2022-09-13 20:00:44,532 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-0ef3d0ac-81f7-4546-bc9c-1bc973666096', 'x-compute-request-id': 'req-0ef3d0ac-81f7-4546-bc9c-1bc973666096', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:45,585 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:00:45,585 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-20793c48-15c4-48e6-b87f-fad61c8bfb17', 'x-compute-request-id': 'req-20793c48-15c4-48e6-b87f-fad61c8bfb17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:46,640 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.051s 2022-09-13 20:00:46,640 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-2283b91e-74c0-4b31-b893-589366f5929e', 'x-compute-request-id': 'req-2283b91e-74c0-4b31-b893-589366f5929e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:47,696 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.052s 2022-09-13 20:00:47,697 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-17266a33-ad05-4c9a-a839-cd8c446eef3f', 'x-compute-request-id': 'req-17266a33-ad05-4c9a-a839-cd8c446eef3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:48,749 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:48,750 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-68e6a9af-53c6-4440-9726-c3eb88acbf26', 'x-compute-request-id': 'req-68e6a9af-53c6-4440-9726-c3eb88acbf26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:49,802 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:49,802 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-7b9b2711-ed55-46ce-b0dc-e6fa4392ef6d', 'x-compute-request-id': 'req-7b9b2711-ed55-46ce-b0dc-e6fa4392ef6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:50,859 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.053s 2022-09-13 20:00:50,860 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-b7384811-759f-438c-9681-4d44a3bea9fc', 'x-compute-request-id': 'req-b7384811-759f-438c-9681-4d44a3bea9fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:51,916 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.051s 2022-09-13 20:00:51,916 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-7bd70b2c-87cd-4416-8363-9cdb28e2a24e', 'x-compute-request-id': 'req-7bd70b2c-87cd-4416-8363-9cdb28e2a24e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:52,968 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:52,969 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-23d5e4b1-3a44-4d03-b59a-cfdb25135235', 'x-compute-request-id': 'req-23d5e4b1-3a44-4d03-b59a-cfdb25135235', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:54,024 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.051s 2022-09-13 20:00:54,025 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-d7ee813d-c68b-4ebe-918d-82a4849a994b', 'x-compute-request-id': 'req-d7ee813d-c68b-4ebe-918d-82a4849a994b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:55,078 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:00:55,079 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-de0b1870-1e2d-4310-b55e-e95a2d4db27a', 'x-compute-request-id': 'req-de0b1870-1e2d-4310-b55e-e95a2d4db27a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:56,132 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:00:56,133 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-30d36fbe-608a-4c2c-8186-8eaca13a671d', 'x-compute-request-id': 'req-30d36fbe-608a-4c2c-8186-8eaca13a671d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:57,185 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:00:57,185 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-7aa62bd2-d1f4-4c22-992b-fb50ae1f1df7', 'x-compute-request-id': 'req-7aa62bd2-d1f4-4c22-992b-fb50ae1f1df7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:58,240 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:58,240 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-c4bf72a2-6ddf-4a41-91f4-659cec958760', 'x-compute-request-id': 'req-c4bf72a2-6ddf-4a41-91f4-659cec958760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:00:59,293 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:00:59,293 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00: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-a0e5bbda-ace2-42aa-8b15-27278b30a791', 'x-compute-request-id': 'req-a0e5bbda-ace2-42aa-8b15-27278b30a791', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:00,346 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:01:00,346 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-cc683054-a94c-4e1b-801c-3c907369cd62', 'x-compute-request-id': 'req-cc683054-a94c-4e1b-801c-3c907369cd62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:01,400 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:01:01,400 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-22e797b5-dd2f-411d-aa49-28a60d61b910', 'x-compute-request-id': 'req-22e797b5-dd2f-411d-aa49-28a60d61b910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:02,452 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:01:02,453 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-ff035c55-20d3-47f5-834b-c52ec14b6575', 'x-compute-request-id': 'req-ff035c55-20d3-47f5-834b-c52ec14b6575', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:03,505 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.047s 2022-09-13 20:01:03,505 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-da3af5b1-0d6e-4ac2-8340-7b6a6f45e559', 'x-compute-request-id': 'req-da3af5b1-0d6e-4ac2-8340-7b6a6f45e559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:04,558 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:01:04,558 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-1dbce9f1-2ee4-4917-87bb-84dc2d61cd5b', 'x-compute-request-id': 'req-1dbce9f1-2ee4-4917-87bb-84dc2d61cd5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:05,610 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:01:05,612 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-66f23673-ce3c-44ed-9110-9c3b4d725784', 'x-compute-request-id': 'req-66f23673-ce3c-44ed-9110-9c3b4d725784', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:06,664 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:01:06,665 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-f416efb4-c201-41dd-bce0-a8b6ff4f997c', 'x-compute-request-id': 'req-f416efb4-c201-41dd-bce0-a8b6ff4f997c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:07,720 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.052s 2022-09-13 20:01:07,721 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-ed177fdd-2771-479e-af14-45c4fc51c967', 'x-compute-request-id': 'req-ed177fdd-2771-479e-af14-45c4fc51c967', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:08,776 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.051s 2022-09-13 20:01:08,776 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-d7652e85-d3ea-4128-9b2e-42561d442528', 'x-compute-request-id': 'req-d7652e85-d3ea-4128-9b2e-42561d442528', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:09,829 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:01:09,829 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-3935825b-36be-4166-a9d6-81a550e719bf', 'x-compute-request-id': 'req-3935825b-36be-4166-a9d6-81a550e719bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:10,881 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:01:10,881 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-dfcf4462-b39a-4aa4-9817-7ad8c5ed12e2', 'x-compute-request-id': 'req-dfcf4462-b39a-4aa4-9817-7ad8c5ed12e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:11,934 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:01:11,934 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-46ac84fa-d40b-47ac-a1dc-a69fb2de7661', 'x-compute-request-id': 'req-46ac84fa-d40b-47ac-a1dc-a69fb2de7661', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:12,989 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.051s 2022-09-13 20:01:12,989 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-a69931c2-fb23-4ec6-acb4-d8b4ac9994c0', 'x-compute-request-id': 'req-a69931c2-fb23-4ec6-acb4-d8b4ac9994c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:14,042 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:01:14,042 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-5ce7a817-04a2-4e57-8851-a9980c9772e0', 'x-compute-request-id': 'req-5ce7a817-04a2-4e57-8851-a9980c9772e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:15,098 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.051s 2022-09-13 20:01:15,098 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-6680c579-b153-44e3-bbcb-7e64b08a73d8', 'x-compute-request-id': 'req-6680c579-b153-44e3-bbcb-7e64b08a73d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:16,152 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:01:16,152 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-67e93b87-9b27-4983-940a-ae27987607a4', 'x-compute-request-id': 'req-67e93b87-9b27-4983-940a-ae27987607a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:17,205 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:01:17,205 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-1f6c8b98-5452-44ad-8b0a-a2f6cac89dee', 'x-compute-request-id': 'req-1f6c8b98-5452-44ad-8b0a-a2f6cac89dee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:18,257 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:01:18,257 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-0951e1aa-6a6c-4810-aeb8-297d9727472b', 'x-compute-request-id': 'req-0951e1aa-6a6c-4810-aeb8-297d9727472b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:19,315 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.054s 2022-09-13 20:01:19,316 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-6b407667-f2a7-4ee4-9a39-c85d8ada6eab', 'x-compute-request-id': 'req-6b407667-f2a7-4ee4-9a39-c85d8ada6eab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:20,367 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:01:20,367 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-99b44834-4eed-4941-a07b-8bf2cf560327', 'x-compute-request-id': 'req-99b44834-4eed-4941-a07b-8bf2cf560327', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:21,428 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.056s 2022-09-13 20:01:21,428 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-13d5cd32-8428-41da-ab76-efc08cffd97e', 'x-compute-request-id': 'req-13d5cd32-8428-41da-ab76-efc08cffd97e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:22,480 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:01:22,481 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-3e9ab9cb-f162-4a03-be80-740e49a9bad9', 'x-compute-request-id': 'req-3e9ab9cb-f162-4a03-be80-740e49a9bad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:23,533 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:01:23,534 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-dda5f961-1301-466f-91d3-b2d05c7f9dd9', 'x-compute-request-id': 'req-dda5f961-1301-466f-91d3-b2d05c7f9dd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:24,586 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:01:24,586 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-08038f07-45b7-475b-b323-754b89624307', 'x-compute-request-id': 'req-08038f07-45b7-475b-b323-754b89624307', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:25,638 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:01:25,639 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-9a56ff15-3a2f-434b-8175-12690574cde8', 'x-compute-request-id': 'req-9a56ff15-3a2f-434b-8175-12690574cde8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:26,691 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:01:26,691 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-2df61a63-aca5-4cb7-9bdf-fe665a94d120', 'x-compute-request-id': 'req-2df61a63-aca5-4cb7-9bdf-fe665a94d120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:27,745 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:01:27,745 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-0b2c6cc3-b3ea-4663-8c55-9a79c2d27676', 'x-compute-request-id': 'req-0b2c6cc3-b3ea-4663-8c55-9a79c2d27676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:28,798 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:01:28,798 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-8e11a3fe-aa7d-47fa-91c8-7cfdca2663c4', 'x-compute-request-id': 'req-8e11a3fe-aa7d-47fa-91c8-7cfdca2663c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:29,852 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:01:29,852 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-0e453830-73c8-4abb-ad90-2fabec232945', 'x-compute-request-id': 'req-0e453830-73c8-4abb-ad90-2fabec232945', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:30,905 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:01:30,905 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-4068f0a8-2e40-4b0d-943c-16f9b2d94d13', 'x-compute-request-id': 'req-4068f0a8-2e40-4b0d-943c-16f9b2d94d13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:31,958 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:01:31,958 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-73cbdd23-063f-4f32-ae6a-8bb14af17535', 'x-compute-request-id': 'req-73cbdd23-063f-4f32-ae6a-8bb14af17535', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:33,011 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:01:33,011 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-cbb85a36-13f1-4c35-b1d9-235f11ca94f5', 'x-compute-request-id': 'req-cbb85a36-13f1-4c35-b1d9-235f11ca94f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:34,064 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:01:34,064 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-d5359794-6458-41a7-b961-6822806c9850', 'x-compute-request-id': 'req-d5359794-6458-41a7-b961-6822806c9850', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:35,117 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:01:35,117 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-19264b6c-4b68-4a20-bf7a-4d464df90133', 'x-compute-request-id': 'req-19264b6c-4b68-4a20-bf7a-4d464df90133', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:36,169 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:01:36,169 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-5d69c388-22cb-4518-b5b9-a6c437692625', 'x-compute-request-id': 'req-5d69c388-22cb-4518-b5b9-a6c437692625', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:37,221 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:01:37,221 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-4b38be83-a3e5-4d3d-9b50-433e62c55cee', 'x-compute-request-id': 'req-4b38be83-a3e5-4d3d-9b50-433e62c55cee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:38,277 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.052s 2022-09-13 20:01:38,277 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-23a9bf56-026c-4e3f-a071-2b780eb3a005', 'x-compute-request-id': 'req-23a9bf56-026c-4e3f-a071-2b780eb3a005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:39,351 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.070s 2022-09-13 20:01:39,352 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-a9c8b72f-a686-4fab-8104-613ed97f182c', 'x-compute-request-id': 'req-a9c8b72f-a686-4fab-8104-613ed97f182c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:40,479 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.123s 2022-09-13 20:01:40,480 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-5fdfd78f-57d9-4aa9-9d21-b59a78e35305', 'x-compute-request-id': 'req-5fdfd78f-57d9-4aa9-9d21-b59a78e35305', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:41,537 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.052s 2022-09-13 20:01:41,537 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-c8568332-e2d4-4522-9689-5212512969d1', 'x-compute-request-id': 'req-c8568332-e2d4-4522-9689-5212512969d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:42,599 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.058s 2022-09-13 20:01:42,600 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-e6907128-e89f-4913-8fe1-a29fd9473c7c', 'x-compute-request-id': 'req-e6907128-e89f-4913-8fe1-a29fd9473c7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:43,654 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.051s 2022-09-13 20:01:43,655 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-62e0a2db-55e0-42a4-847b-7f136abb3158', 'x-compute-request-id': 'req-62e0a2db-55e0-42a4-847b-7f136abb3158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:44,711 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.052s 2022-09-13 20:01:44,711 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-8162c567-4fd7-4190-98d0-a163a77e09aa', 'x-compute-request-id': 'req-8162c567-4fd7-4190-98d0-a163a77e09aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:45,765 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:01:45,765 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-d280dc9b-6627-448f-81f0-3e3be5545d37', 'x-compute-request-id': 'req-d280dc9b-6627-448f-81f0-3e3be5545d37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:46,819 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:01:46,819 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-d84a4204-1dbe-433f-95c9-ea34af479183', 'x-compute-request-id': 'req-d84a4204-1dbe-433f-95c9-ea34af479183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:47,871 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:01:47,872 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-d379bb57-13d4-472d-ba31-b8e4b920f9a8', 'x-compute-request-id': 'req-d379bb57-13d4-472d-ba31-b8e4b920f9a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:48,925 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:01:48,926 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-cb066b7d-eed6-46b2-bbc0-ca656ca092d9', 'x-compute-request-id': 'req-cb066b7d-eed6-46b2-bbc0-ca656ca092d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:49,980 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:01:49,980 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-2431f669-7dc4-410f-8571-c2277a93a2b3', 'x-compute-request-id': 'req-2431f669-7dc4-410f-8571-c2277a93a2b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:51,039 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.055s 2022-09-13 20:01:51,040 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-87430dd8-71db-4d41-868d-a0fab18fdc7d', 'x-compute-request-id': 'req-87430dd8-71db-4d41-868d-a0fab18fdc7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:52,099 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.056s 2022-09-13 20:01:52,100 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-714dac70-9f96-43a5-86b9-6f9b22e75821', 'x-compute-request-id': 'req-714dac70-9f96-43a5-86b9-6f9b22e75821', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:53,153 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:01:53,153 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-34e7afe7-44ff-4f48-bab3-077e1b745519', 'x-compute-request-id': 'req-34e7afe7-44ff-4f48-bab3-077e1b745519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:54,210 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.053s 2022-09-13 20:01:54,210 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-32862601-2f5c-4a02-ba36-9c946661a079', 'x-compute-request-id': 'req-32862601-2f5c-4a02-ba36-9c946661a079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:55,264 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:01:55,264 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-4c509ede-857a-447d-9adb-ffe730bbb932', 'x-compute-request-id': 'req-4c509ede-857a-447d-9adb-ffe730bbb932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:56,321 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.052s 2022-09-13 20:01:56,321 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-ac75c390-ff04-4e91-b095-42301530f1d5', 'x-compute-request-id': 'req-ac75c390-ff04-4e91-b095-42301530f1d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:57,374 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:01:57,375 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-b1dc832c-13ac-4876-adba-a3d0116858b1', 'x-compute-request-id': 'req-b1dc832c-13ac-4876-adba-a3d0116858b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:58,426 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:01:58,426 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-a7ce8bec-ec83-4f38-928d-474c3566e55d', 'x-compute-request-id': 'req-a7ce8bec-ec83-4f38-928d-474c3566e55d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:01:59,479 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:01:59,480 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01: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-b81bdeb5-866b-4fcf-8317-eff61a4699e4', 'x-compute-request-id': 'req-b81bdeb5-866b-4fcf-8317-eff61a4699e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:00,531 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:02:00,532 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-552b0662-f6e7-4a61-bd12-adf2bd5ff3d5', 'x-compute-request-id': 'req-552b0662-f6e7-4a61-bd12-adf2bd5ff3d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:01,584 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:02:01,584 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-06726489-9002-4a35-b85a-eedcdb13d36c', 'x-compute-request-id': 'req-06726489-9002-4a35-b85a-eedcdb13d36c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:02,636 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:02:02,636 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-8a358dbb-6ac1-476e-873e-a7e97552f961', 'x-compute-request-id': 'req-8a358dbb-6ac1-476e-873e-a7e97552f961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:03,689 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:02:03,690 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-9d87997b-f4df-403a-82b8-e199216f042a', 'x-compute-request-id': 'req-9d87997b-f4df-403a-82b8-e199216f042a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:04,743 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:02:04,743 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-fb83124c-613c-4a6a-a9c3-6765aca16391', 'x-compute-request-id': 'req-fb83124c-613c-4a6a-a9c3-6765aca16391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:05,797 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:02:05,798 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-03933b7a-6535-456d-a38f-8bf00a27322b', 'x-compute-request-id': 'req-03933b7a-6535-456d-a38f-8bf00a27322b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:06,851 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:02:06,851 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-b77c2bd2-35c5-4758-8e71-bbf451007c4e', 'x-compute-request-id': 'req-b77c2bd2-35c5-4758-8e71-bbf451007c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:07,903 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:02:07,903 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-f0a6c70f-0847-4e1a-be27-f7c762c099e2', 'x-compute-request-id': 'req-f0a6c70f-0847-4e1a-be27-f7c762c099e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:08,956 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:02:08,956 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-a0264e31-63a7-4a2f-b967-f68e6e395296', 'x-compute-request-id': 'req-a0264e31-63a7-4a2f-b967-f68e6e395296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:10,013 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.052s 2022-09-13 20:02:10,013 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-d1881689-2e66-4293-9308-4d00a07ee7dc', 'x-compute-request-id': 'req-d1881689-2e66-4293-9308-4d00a07ee7dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:11,067 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:02:11,068 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-d1077de7-5ea9-41f8-a517-0f2ba53327fd', 'x-compute-request-id': 'req-d1077de7-5ea9-41f8-a517-0f2ba53327fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:12,119 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.047s 2022-09-13 20:02:12,120 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-facfd785-1dea-4c06-8b2b-3725795b6bd8', 'x-compute-request-id': 'req-facfd785-1dea-4c06-8b2b-3725795b6bd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:13,173 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:02:13,173 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-7ce44deb-1cab-4e92-ab82-f3efaf96a017', 'x-compute-request-id': 'req-7ce44deb-1cab-4e92-ab82-f3efaf96a017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:14,225 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:02:14,225 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-aca638fc-c3a9-4763-bb0f-5aca82cfff47', 'x-compute-request-id': 'req-aca638fc-c3a9-4763-bb0f-5aca82cfff47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:15,282 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.053s 2022-09-13 20:02:15,283 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-723627c2-84fd-4e06-9e1b-e8071e2c9a59', 'x-compute-request-id': 'req-723627c2-84fd-4e06-9e1b-e8071e2c9a59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:16,337 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:02:16,338 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-66fdce08-e9a1-4784-bd97-b9a0b0e562f5', 'x-compute-request-id': 'req-66fdce08-e9a1-4784-bd97-b9a0b0e562f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:17,390 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:02:17,390 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-52422055-bd84-4a01-8565-b5dd7a42e28a', 'x-compute-request-id': 'req-52422055-bd84-4a01-8565-b5dd7a42e28a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:18,444 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:02:18,444 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-681cb58d-c561-46c0-ade8-27d9be7a1d37', 'x-compute-request-id': 'req-681cb58d-c561-46c0-ade8-27d9be7a1d37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:19,496 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:02:19,497 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-98bf3f67-6f8a-4c17-ab92-fe1519b934ca', 'x-compute-request-id': 'req-98bf3f67-6f8a-4c17-ab92-fe1519b934ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:20,549 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:02:20,549 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-0e0ddbe7-a1af-466c-b45a-f3617190d0df', 'x-compute-request-id': 'req-0e0ddbe7-a1af-466c-b45a-f3617190d0df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:21,602 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:02:21,602 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-4dfe36b1-579c-4c12-95fd-77a5d90369c2', 'x-compute-request-id': 'req-4dfe36b1-579c-4c12-95fd-77a5d90369c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:22,655 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:02:22,655 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-bb7c3cab-0cf5-4121-9fc2-30d826381215', 'x-compute-request-id': 'req-bb7c3cab-0cf5-4121-9fc2-30d826381215', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:23,708 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:02:23,709 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-4414c782-6dbe-4ce8-9f59-6daa040cf823', 'x-compute-request-id': 'req-4414c782-6dbe-4ce8-9f59-6daa040cf823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:24,763 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:02:24,763 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-71163a0e-03c1-472f-858d-db9c26aea24b', 'x-compute-request-id': 'req-71163a0e-03c1-472f-858d-db9c26aea24b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:25,825 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.057s 2022-09-13 20:02:25,825 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-6521358a-3884-451f-a778-8ddf64656d85', 'x-compute-request-id': 'req-6521358a-3884-451f-a778-8ddf64656d85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:26,885 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.056s 2022-09-13 20:02:26,886 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-121f094d-0210-4b2b-9167-385f43a339a3', 'x-compute-request-id': 'req-121f094d-0210-4b2b-9167-385f43a339a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:27,938 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:02:27,939 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-be2271ac-d47f-4e3e-8557-cc31e0c85f1d', 'x-compute-request-id': 'req-be2271ac-d47f-4e3e-8557-cc31e0c85f1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:28,991 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:02:28,992 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-6bf2ee00-cb84-4a1e-bd28-982cd1eda5d0', 'x-compute-request-id': 'req-6bf2ee00-cb84-4a1e-bd28-982cd1eda5d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:30,045 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:02:30,045 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-84a4fdf6-b7a7-4fac-a6f9-dd4a8bce3e1a', 'x-compute-request-id': 'req-84a4fdf6-b7a7-4fac-a6f9-dd4a8bce3e1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:31,105 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.056s 2022-09-13 20:02:31,106 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-0442429d-e20b-449e-8f45-669cfd5e20de', 'x-compute-request-id': 'req-0442429d-e20b-449e-8f45-669cfd5e20de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:32,161 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.051s 2022-09-13 20:02:32,161 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-434c39d9-4b94-4358-acc1-1075e2fa7767', 'x-compute-request-id': 'req-434c39d9-4b94-4358-acc1-1075e2fa7767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:33,214 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:02:33,214 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-c0b3162c-8c21-48b9-9eee-ce35d869aef1', 'x-compute-request-id': 'req-c0b3162c-8c21-48b9-9eee-ce35d869aef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:34,268 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:02:34,268 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-3eb19cbb-2623-4708-99b8-c95db2b4f108', 'x-compute-request-id': 'req-3eb19cbb-2623-4708-99b8-c95db2b4f108', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:35,320 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:02:35,320 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-cf61bbc9-c7fb-4e44-89b6-7079b5a31f5e', 'x-compute-request-id': 'req-cf61bbc9-c7fb-4e44-89b6-7079b5a31f5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:36,373 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:02:36,374 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-9178a8ba-df7e-403e-bde7-81e278800fd3', 'x-compute-request-id': 'req-9178a8ba-df7e-403e-bde7-81e278800fd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:37,427 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:02:37,428 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-b48f2ad2-131e-4bfe-9dd0-a91eb2adb457', 'x-compute-request-id': 'req-b48f2ad2-131e-4bfe-9dd0-a91eb2adb457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:38,482 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:02:38,482 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-9049db86-8b30-4c14-b702-cdb42b232fd8', 'x-compute-request-id': 'req-9049db86-8b30-4c14-b702-cdb42b232fd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:39,540 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.054s 2022-09-13 20:02:39,540 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-74615c7a-db71-4af9-9886-a0d9afc0f46a', 'x-compute-request-id': 'req-74615c7a-db71-4af9-9886-a0d9afc0f46a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:40,598 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.053s 2022-09-13 20:02:40,598 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-2d92b47f-f27e-4d88-ab58-c88b5aa61730', 'x-compute-request-id': 'req-2d92b47f-f27e-4d88-ab58-c88b5aa61730', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:41,656 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.053s 2022-09-13 20:02:41,656 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-8667a888-26af-4bd4-9491-8714b8a2ab8a', 'x-compute-request-id': 'req-8667a888-26af-4bd4-9491-8714b8a2ab8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:42,711 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:02:42,711 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-95bb8eda-47af-4135-b413-ae34886d1155', 'x-compute-request-id': 'req-95bb8eda-47af-4135-b413-ae34886d1155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:43,765 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:02:43,765 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-60b448b4-b391-4a1c-b5be-f5f0db412203', 'x-compute-request-id': 'req-60b448b4-b391-4a1c-b5be-f5f0db412203', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:44,821 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.052s 2022-09-13 20:02:44,822 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-a59c7290-56c8-4cca-bf08-c80fcf0582e9', 'x-compute-request-id': 'req-a59c7290-56c8-4cca-bf08-c80fcf0582e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:45,878 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.052s 2022-09-13 20:02:45,879 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-a3f4f1e3-59d2-478e-adf1-654a55131a82', 'x-compute-request-id': 'req-a3f4f1e3-59d2-478e-adf1-654a55131a82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:46,931 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:02:46,931 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-dfdef219-de03-458a-b83d-9691b3f542c3', 'x-compute-request-id': 'req-dfdef219-de03-458a-b83d-9691b3f542c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:47,982 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.047s 2022-09-13 20:02:47,982 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-532e263a-5673-4b71-b5aa-3f5a89213e88', 'x-compute-request-id': 'req-532e263a-5673-4b71-b5aa-3f5a89213e88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:49,034 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:02:49,035 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-20435b56-9fa6-48be-b095-598a59c1b3e1', 'x-compute-request-id': 'req-20435b56-9fa6-48be-b095-598a59c1b3e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:50,089 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:02:50,089 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-6bcff03e-5abf-48ff-8bcf-cd31b514cc73', 'x-compute-request-id': 'req-6bcff03e-5abf-48ff-8bcf-cd31b514cc73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:51,142 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:02:51,143 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-11db72f2-36ae-4e73-a9e8-f8354deb7129', 'x-compute-request-id': 'req-11db72f2-36ae-4e73-a9e8-f8354deb7129', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:52,204 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.057s 2022-09-13 20:02:52,204 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-1a65da84-2c61-4ab9-8220-a334beb9e05b', 'x-compute-request-id': 'req-1a65da84-2c61-4ab9-8220-a334beb9e05b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:53,257 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:02:53,258 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-769072bc-d0dd-49b0-a29d-9fe5f2a4e834', 'x-compute-request-id': 'req-769072bc-d0dd-49b0-a29d-9fe5f2a4e834', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:54,310 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:02:54,311 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-940060b1-959e-434b-9e62-4ce280e72c27', 'x-compute-request-id': 'req-940060b1-959e-434b-9e62-4ce280e72c27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:55,363 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:02:55,363 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-96e5c3e1-51e3-472d-b807-533fd427e4c1', 'x-compute-request-id': 'req-96e5c3e1-51e3-472d-b807-533fd427e4c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:56,421 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.054s 2022-09-13 20:02:56,422 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-10b53573-a11c-4409-8216-8628c8411935', 'x-compute-request-id': 'req-10b53573-a11c-4409-8216-8628c8411935', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:57,474 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.047s 2022-09-13 20:02:57,474 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-0b26aad6-ebe5-4455-a23a-2114d1f5cd48', 'x-compute-request-id': 'req-0b26aad6-ebe5-4455-a23a-2114d1f5cd48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:58,525 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.047s 2022-09-13 20:02:58,526 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-4c39b59b-8fe4-4b8e-8b16-f19307eb49d5', 'x-compute-request-id': 'req-4c39b59b-8fe4-4b8e-8b16-f19307eb49d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:02:59,579 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:02:59,579 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02: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-1311f654-1ec4-402a-9a85-6577427d19e3', 'x-compute-request-id': 'req-1311f654-1ec4-402a-9a85-6577427d19e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:00,634 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.051s 2022-09-13 20:03:00,634 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-95405226-9c77-42b2-bd1b-aef168021d92', 'x-compute-request-id': 'req-95405226-9c77-42b2-bd1b-aef168021d92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:01,688 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:03:01,688 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-578365c2-4ddd-4df2-9d26-4d2fc05a8193', 'x-compute-request-id': 'req-578365c2-4ddd-4df2-9d26-4d2fc05a8193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:02,740 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:03:02,741 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-e48f78c8-b648-49ec-b219-d9360a7009ff', 'x-compute-request-id': 'req-e48f78c8-b648-49ec-b219-d9360a7009ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:03,794 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:03:03,794 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-7a422759-dc96-4003-837c-4e2136460ba4', 'x-compute-request-id': 'req-7a422759-dc96-4003-837c-4e2136460ba4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:04,852 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.054s 2022-09-13 20:03:04,853 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-63a651d6-e620-457a-acd0-d7cb0d444812', 'x-compute-request-id': 'req-63a651d6-e620-457a-acd0-d7cb0d444812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:05,906 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:03:05,906 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-0cf3531c-551e-4f78-a491-bea7c47a48d2', 'x-compute-request-id': 'req-0cf3531c-551e-4f78-a491-bea7c47a48d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:06,959 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:03:06,959 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-0ba69043-bf20-47db-9077-202ede2b3d0e', 'x-compute-request-id': 'req-0ba69043-bf20-47db-9077-202ede2b3d0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:08,013 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:03:08,013 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-aeede2ee-d626-4594-8635-23eb8d8db4a3', 'x-compute-request-id': 'req-aeede2ee-d626-4594-8635-23eb8d8db4a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:09,066 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:03:09,066 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-9e8ad715-2cb6-4dfb-ae9e-a8b29d5b977f', 'x-compute-request-id': 'req-9e8ad715-2cb6-4dfb-ae9e-a8b29d5b977f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:10,119 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:03:10,119 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-fb78fb53-70a5-4f26-b9b3-a1c34ed5b2cf', 'x-compute-request-id': 'req-fb78fb53-70a5-4f26-b9b3-a1c34ed5b2cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:11,197 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.073s 2022-09-13 20:03:11,197 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-fe085d42-c666-479c-b1a3-973d54369f21', 'x-compute-request-id': 'req-fe085d42-c666-479c-b1a3-973d54369f21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:12,250 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:03:12,250 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-62527ddf-1bee-4cac-9faf-9915f2e179e4', 'x-compute-request-id': 'req-62527ddf-1bee-4cac-9faf-9915f2e179e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:13,310 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.056s 2022-09-13 20:03:13,310 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-9c025df3-59ec-4743-9f0f-23012b073b54', 'x-compute-request-id': 'req-9c025df3-59ec-4743-9f0f-23012b073b54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:14,363 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:03:14,363 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-02db366b-39d7-4154-92b6-e8ed97bddb31', 'x-compute-request-id': 'req-02db366b-39d7-4154-92b6-e8ed97bddb31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:15,417 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:03:15,417 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-faa90712-8f2d-4f0a-a6bd-0a91e203b7b2', 'x-compute-request-id': 'req-faa90712-8f2d-4f0a-a6bd-0a91e203b7b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:16,471 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:03:16,471 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-617fec5e-7afc-4212-9716-acc04e864bce', 'x-compute-request-id': 'req-617fec5e-7afc-4212-9716-acc04e864bce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:17,525 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:03:17,526 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-425d9d00-7536-4c4a-b599-37823dfee669', 'x-compute-request-id': 'req-425d9d00-7536-4c4a-b599-37823dfee669', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:18,588 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.057s 2022-09-13 20:03:18,588 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-f08a62ef-dddb-4977-98df-9feecaafc994', 'x-compute-request-id': 'req-f08a62ef-dddb-4977-98df-9feecaafc994', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:19,642 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:03:19,642 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-17999f77-e737-4c17-beab-2869cd5c547d', 'x-compute-request-id': 'req-17999f77-e737-4c17-beab-2869cd5c547d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:20,693 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:03:20,694 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-91565d16-73cc-4fd7-b1f4-421a1b862912', 'x-compute-request-id': 'req-91565d16-73cc-4fd7-b1f4-421a1b862912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:21,747 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:03:21,748 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-53eb01bb-5368-4089-bd4a-dc58019dcff0', 'x-compute-request-id': 'req-53eb01bb-5368-4089-bd4a-dc58019dcff0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:22,801 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:03:22,802 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-b60c02ee-2094-41df-bf11-526468a0a780', 'x-compute-request-id': 'req-b60c02ee-2094-41df-bf11-526468a0a780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:23,855 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:03:23,856 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-3889a291-f484-4c36-8881-c42af7729c8b', 'x-compute-request-id': 'req-3889a291-f484-4c36-8881-c42af7729c8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:24,908 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:03:24,909 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-64a9d02f-47fa-42c1-8a1e-3f0d92c4ee61', 'x-compute-request-id': 'req-64a9d02f-47fa-42c1-8a1e-3f0d92c4ee61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:25,962 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:03:25,963 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-561ccaa5-0388-4c8e-9ba7-591dd2f35158', 'x-compute-request-id': 'req-561ccaa5-0388-4c8e-9ba7-591dd2f35158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:27,016 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:03:27,016 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-320e9cdd-63fb-4399-a4b7-1749d881a3b3', 'x-compute-request-id': 'req-320e9cdd-63fb-4399-a4b7-1749d881a3b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:28,070 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.050s 2022-09-13 20:03:28,071 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-7d1b5b73-148e-4cd7-8ad6-fa69f91a475b', 'x-compute-request-id': 'req-7d1b5b73-148e-4cd7-8ad6-fa69f91a475b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:29,123 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:03:29,124 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-6ee8d28d-66d9-4a43-b2a0-a424207fcc11', 'x-compute-request-id': 'req-6ee8d28d-66d9-4a43-b2a0-a424207fcc11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:30,176 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:03:30,176 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-f669b10f-e137-4b7a-9148-310e8addb26e', 'x-compute-request-id': 'req-f669b10f-e137-4b7a-9148-310e8addb26e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:31,229 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.049s 2022-09-13 20:03:31,230 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-e3e7ffda-07ed-4526-942a-43c10170bc3d', 'x-compute-request-id': 'req-e3e7ffda-07ed-4526-942a-43c10170bc3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:32,285 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.051s 2022-09-13 20:03:32,285 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-d4603220-4486-4c54-9a8a-b7089087499f', 'x-compute-request-id': 'req-d4603220-4486-4c54-9a8a-b7089087499f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:33,338 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments 0.048s 2022-09-13 20:03:33,338 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03: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-2ccda65b-d466-4d1b-9e05-d06d22128fd5', 'x-compute-request-id': 'req-2ccda65b-d466-4d1b-9e05-d06d22128fd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "volumeId": "c33757e0-5620-4c77-980c-a404dbb088ec", "serverId": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "device": "/dev/sdb"}]}' 2022-09-13 20:03:34,462 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 POST http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/action 0.120s 2022-09-13 20:03:34,463 132921 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, 13 Sep 2022 20:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '41192', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-221cc2a1-33c8-449a-9121-c79c5c599b13', 'x-compute-request-id': 'req-221cc2a1-33c8-449a-9121-c79c5c599b13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0/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 2022-09-13 20:03:34,465 132921 DEBUG [tempest.common.waiters] Console output for f1a47950-575c-4c4e-aace-612aef0dbfd0 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.148000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.152000] tsc: Detected 1995.191 MHz processor [ 0.156000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980764) [ 0.160059] pid_max: default: 32768 minimum: 301 [ 0.164056] Security Framework initialized [ 0.167865] Yama: becoming mindful. [ 0.168088] AppArmor: AppArmor initialized [ 0.172297] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.176105] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.180036] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.184025] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.188539] CPU: Physical Processor ID: 0 [ 0.196013] mce: CPU supports 1 MCE banks [ 0.200521] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.204006] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.208006] Spectre V2 : Mitigation: Full generic retpoline [ 0.212005] Speculative Store Bypass: Vulnerable [ 0.350982] Freeing SMP alternatives memory: 36K [ 0.356000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.356105] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.360070] Hierarchical SRCU implementation. [ 0.368416] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.372032] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.376099] smp: Bringing up secondary CPUs ... [ 0.380008] smp: Brought up 1 node, 1 CPU [ 0.384006] smpboot: Max logical packages: 1 [ 0.388007] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.392507] devtmpfs: initialized [ 0.396090] x86/mm: Memory block size: 128MB [ 0.400254] evm: security.selinux [ 0.404009] evm: security.SMACK64 [ 0.408006] evm: security.SMACK64EXEC [ 0.412007] evm: security.SMACK64TRANSMUTE [ 0.416005] evm: security.SMACK64MMAP [ 0.420005] evm: security.apparmor [ 0.424005] evm: security.ima [ 0.428033] evm: security.capability [ 0.432225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.436024] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.440095] pinctrl core: initialized pinctrl subsystem [ 0.444299] NET: Registered protocol family 16 [ 0.448174] audit: initializing netlink subsys (disabled) [ 0.452231] cpuidle: using governor ladder [ 0.456019] audit: type=2000 audit(1663098712.452:1): state=initialized audit_enabled=0 res=1 [ 0.460050] cpuidle: using governor menu [ 0.464093] ACPI: bus type PCI registered [ 0.468008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.473685] PCI: Using configuration type 1 for base access [ 0.477606] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.480417] ACPI: Added _OSI(Module Device) [ 0.484029] ACPI: Added _OSI(Processor Device) [ 0.488009] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.492009] ACPI: Added _OSI(Processor Aggregator Device) [ 0.496038] ACPI: Added _OSI(Linux-Dell-Video) [ 0.537787] ACPI: Interpreter enabled [ 0.540027] ACPI: (supports S0 S5) [ 0.544009] ACPI: Using IOAPIC for interrupt routing [ 0.548083] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.554855] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.604647] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.608015] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.612026] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.616029] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.620367] PCI host bridge to bus 0000:00 [ 0.624009] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.628013] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.632035] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.636012] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.640013] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.644012] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.674512] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.676011] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.680038] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.684017] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.694420] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.694420] * this clock source is slow. Consider trying other clock sources [ 0.712717] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.753780] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.756987] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.764939] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.769214] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.776318] SCSI subsystem initialized [ 0.780320] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.784000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.784009] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.788005] vgaarb: loaded [ 0.792077] pps_core: LinuxPPS API ver. 1 registered [ 0.796006] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.800025] PTP clock support registered [ 0.804099] EDAC MC: Ver: 3.0.0 [ 0.814388] hv_vmbus: Vmbus version:4.0 [ 0.816455] PCI: Using ACPI for IRQ routing [ 0.823121] NetLabel: Initializing [ 0.824013] NetLabel: domain hash size = 128 [ 0.828013] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.832038] NetLabel: unlabeled traffic allowed by default [ 0.836358] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.866883] VFS: Disk quotas dquot_6.6.0 [ 0.871874] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.878035] AppArmor: AppArmor Filesystem Enabled [ 0.883347] pnp: PnP ACPI init [ 0.896733] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.901780] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.909431] system 00:06: [io 0x0278-0x027f] has been reserved [ 0.914173] system 00:06: [io 0x0378-0x037f] has been reserved [ 0.918657] system 00:06: [io 0x0678-0x067f] has been reserved [ 0.923776] system 00:06: [io 0x0778-0x077f] has been reserved [ 0.933257] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 0.939183] system 00:07: [io 0x0400-0x043f] has been reserved [ 0.944241] system 00:07: [io 0x0370-0x0371] has been reserved [ 0.948818] system 00:07: [io 0x0440-0x044f] has been reserved [ 0.954459] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.960129] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.965795] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.971679] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 0.977746] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.983090] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 0.989891] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 0.997650] pnp: PnP ACPI: found 9 devices [ 1.009658] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.016890] NET: Registered protocol family 2 [ 1.024864] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.029690] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.034140] TCP: Hash tables configured (established 8192 bind 8192) [ 1.038575] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.043157] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.048274] NET: Registered protocol family 1 [ 1.052463] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.057878] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.063316] Unpacking initramfs... [ 1.360045] random: fast init done [ 1.368184] Freeing initrd memory: 13088K [ 1.372802] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.381882] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.393336] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984de7b583, max_idle_ns: 881590633483 ns [ 1.400657] Scanning for low memory corruption every 60 seconds [ 1.407516] Initialise system trusted keyrings [ 1.412195] Key type blacklist registered [ 1.416766] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.425196] zbud: loaded [ 1.429932] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.435540] fuse init (API version 7.26) [ 1.442591] Key type asymmetric registered [ 1.447287] Asymmetric key parser 'x509' registered [ 1.452328] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.457871] io scheduler noop registered (default) [ 1.463189] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.469379] ACPI: Power Button [PWRF] [ 1.474468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.511345] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.542346] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.551965] Linux agpgart interface v0.103 [ 1.558275] loop: module loaded [ 1.564222] hv_vmbus: registering driver hv_storvsc [ 1.576820] scsi host0: storvsc_host_t [ 1.585861] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 1.600428] scsi host1: storvsc_host_t [ 1.613108] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.626475] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 1.641929] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 1.649287] scsi host2: ata_piix [ 1.653503] sd 0:0:0:0: [sda] Write Protect is off [ 1.658665] scsi host3: ata_piix [ 1.663709] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 1.669210] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 1.675942] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.695632] libphy: Fixed MDIO Bus: probed [ 1.700176] tun: Universal TUN/TAP device driver, 1.6 [ 1.705589] PPP generic driver version 2.4.2 [ 1.710695] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.732123] sda: sda1 [ 1.742666] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.747925] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.753563] mousedev: PS/2 mouse device common for all mice [ 1.758758] rtc_cmos 00:00: RTC can wake from S4 [ 1.788772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.796423] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.808155] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.816753] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 1.826188] device-mapper: uevent: version 1.0.3 [ 1.832388] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 1.837978] NET: Registered protocol family 10 [ 2.864514] Segment Routing with IPv6 [ 2.868788] NET: Registered protocol family 17 [ 2.873446] Key type dns_resolver registered [ 2.878839] RAS: Correctable Errors collector initialized. [ 2.884590] registered taskstats version 1 [ 2.892668] Loading compiled-in X.509 certificates [ 2.916351] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 2.925305] zswap: loaded using pool lzo/zbud [ 2.943541] Key type big_key registered [ 3.111069] Key type trusted registered [ 3.119289] Key type encrypted registered [ 3.125756] AppArmor: AppArmor sha1 policy hashing enabled [ 3.132099] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 3.138797] evm: HMAC attrs: 0x1 [ 3.168529] rtc_cmos 00:00: setting system clock to 2022-09-13 19:51:57 UTC (1663098717) [ 3.174169] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.178455] EDD information not available. [ 3.639943] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 3.647863] ata2.00: configured for MWDMA2 [ 3.661175] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 3.679625] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 3.683842] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 3.692143] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ 3.700173] Freeing unused kernel memory: 2248K [ 3.712063] Write protecting the kernel read-only data: 18432k [ 3.718048] Freeing unused kernel memory: 2008K [ 3.724632] Freeing unused kernel memory: 124K [ 3.742388] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 3.748348] x86/mm: Checking user space page tables [ 3.766864] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 3.841067] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.847924] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.853729] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.861002] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.866248] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.880727] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.899411] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.908102] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.915751] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.921245] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.080699] hv_utils: Registering HyperV Utility Driver [ 4.086279] hv_vmbus: registering driver hv_util [ 4.103901] hidraw: raw HID events driver (C) Jiri Kosina [ 4.123706] hv_vmbus: registering driver hv_netvsc [ 4.133887] hv_vmbus: registering driver hyperv_keyboard [ 4.172674] 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.195694] hv_vmbus: registering driver hid_hyperv [ 4.201190] hv_utils: Heartbeat IC version 3.0 [ 4.295554] hv_utils: Shutdown IC version 3.0 [ 4.306069] hv_utils: TimeSync IC version 4.0 [ 4.317391] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 4.332681] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 4.383205] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 4.540039] raid6: sse2x1 gen() 4918 MB/s [ 4.592031] raid6: sse2x1 xor() 2105 MB/s [ 4.644037] raid6: sse2x2 gen() 5725 MB/s [ 4.696035] raid6: sse2x2 xor() 4325 MB/s [ 4.748034] raid6: sse2x4 gen() 6945 MB/s [ 4.800045] raid6: sse2x4 xor() 5175 MB/s [ 4.804449] raid6: using algorithm sse2x4 gen() 6945 MB/s [ 4.809569] raid6: .... xor() 5175 MB/s, rmw enabled [ 4.815462] raid6: using intx1 recovery algorithm [ 4.823085] xor: measuring software checksum speed [ 4.872038] prefetch64-sse: 9720.000 MB/sec [ 4.916028] generic_sse: 9274.000 MB/sec [ 4.920440] xor: using function: prefetch64-sse (9720.000 MB/sec) [ 4.928577] 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.121146] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 5.284442] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 5.548956] 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) [ 5.559436] systemd[1]: Detected virtualization microsoft. [ 5.569681] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 5.636136] systemd[1]: Set hostname to <ubuntu>. [ 5.646155] systemd[1]: Initializing machine ID from random generator. [ 5.653245] systemd[1]: Installed transient /etc/machine-id file. [ 5.942047] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 6.065718] systemd[1]: Created slice system-getty.slice. [[0;32m OK [0m] Created slice system-getty.slice. [ 6.127880] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 6.190479] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Listening on udev Control Socket. [[0;32m OK [m] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Listening on Journal Audit Socket. [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[0;32m OK [0m] Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [[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 Journal Socket. Mounting Huge Pages File System... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... Starting Create list of required st... nodes for the current kernel... Mounting Debug File System... Starting Load Kernel Modules... Starting Remount Root and Kernel File Systems... [ 7.200323] Loading iSCSI transport class v2.0-870. Mounting POSIX Message Queue File System... [ 7.272570] iscsi: registered transport (tcp) Starting Journal Service... [[ 7.342841] iscsi: registered transport (iser) [0;32m OK [0m] Created slice User and Session Slice. [[0;32m OK [0m[ 7.431454] EXT4-fs (sda1): re-mounted. Opts: (null) ] Reached target Slices. [[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 required sta...ce nodes for 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 meadata daemon. Starting Load/Save Random Seed... Starting udev Coldplug all Devices... Starting Initial cloud-init job (pre-networking)... Mounting Configuration File System... Mounting FUSE Control File System... Starting Apply Kernel Variables... 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 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 Create tatic Device Nodes in /dev. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. 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... Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started udev Kernel Device Manager. [[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. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [ 68.279845] cloud-init[336]: Cloud-init v. 18.2 running 'init-local' at Tue, 13 Sep 2022 19:52:09 +0000. Up 14.57 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. [ 149.262757] cloud-init[671]: Cloud-init v. 18.2 running 'init' at Tue, 13 Sep 2022 19:53:06 +0000. Up 71.69 seconds. [[0;32m OK [0m[ 149.444444] cloud-init] [671]: Started Initial cloud-init job (metadata service crawler).ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [[ 149.609536] cloud-init[671]: [0;32m OK [0mci-info: +--------+------+-----------------------------+-----------------+-------+-------------------+] Reached target Cloud-config availability. [[0;32m OK [0m [ 149.800738] ] Reached target System Initialization.cloud-init [671]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |[[0;32m OK [0m ] [ 149.951358] Started Daily apt download activities.cloud-init [671]: [ci-info: +--------+------+-----------------------------+-----------------+-------+-------------------+[0;32m OK [0m] Started Daily apt upgrade and clean activities.[ 150.116915] cloud-init[[671]: ci-info: | eth0 | True | 172.20.0.11 | 255.255.255.240 | . | fa:16:3e:0d:01:02 |[0;32m OK [0m] Listening on ACPID Listen Socket. [ 150.334713] cloud-init[671]: [ci-info: | eth0 | True | fe80::f816:3eff:fe0d:102/64 | . | link | fa:16:3e:0d:01:02 |[0;32m OK [0m] Started ACPI Events Check. [ 150.516917] cloud-init[[671]: [0;32m OK [0m] ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |Reached target aths. [[ 150.719920] [0;32m OK [0mcloud-init] Listening on D-Bus System Message Bus Socket.[671]: ci-info: | lo | True | ::1/128 | . | host | . |[[0;32m OK [0m] Reached target Sockets. [ 150.964755] [cloud-init[0;32m OK [0m[671]: ci-info: +--------+------+-----------------------------+-----------------+-------+-------------------+] Reached target Basic System. [ 151.146280] cloud-init[[671]: [0;32m OK [0mci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++] Started ACPI event daemon. Starting LSB: MD monitoring daemon...[ 151.383495] cloud-init [671]: [ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[0;32m OK [0m [ 151.549296] ] Started D-Bus System Message Bus.cloud-init[671]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 151.688624] cloud-init[671]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [ 151.755782] cloud-init[671]: ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG | [ 151.868393] cloud-init[671]: ci-info: | 1 | 169.254.169.254 | 172.20.0.1 | 255.255.255.255 | eth0 | UGH | [ 151.960510] cloud-init[671]: ci-info: | 2 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U | [ 152.038291] cloud-init[671]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [ 152.113841] cloud-init[671]: Generating public/private rsa key pair. [ 152.191655] cloud-init[671]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.[ [0;32m OK [0m[ 152.276469] ] Started Deferred execution scheduler.cloud-init[671]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [[ 152.376460] [0;32m OK [0mcloud-init[671]: ] The key fingerprint is:Started Regular background program processing daemon. [ 152.507687] cloud-initStarting LSB: Record successful boot for GRUB... [671]: SHA256:xi3yJ1LrwoEDLKadgqWWlD6Y8r/YFrMavOuNIoGBut0 root@tempest-attachvolumenegativetest-server-1066894180Starting Login Service... [[0;32m OK [0m[ 152.723043] ] cloud-initStarted Daily Cleanup of Temporary Directories.[671]: The key's randomart image is: [[ 152.838617] [0;32m OK [0mcloud-init] Reached target Timers.[671]: +---[RSA 2048]----+[ [0;32m OK [0m[ 153.001378] ] cloud-initStarted Unattended Upgrades Shutdown.[671]: | |[ [ 153.106841] [0;32m OK [mcloud-init] [671]: Reached target Network is Online.| | [ 153.224249] Starting Apply the settings specified in cloud-config...cloud-init[671]: |... | [ 153.340239] Starting /etc/rc.local Compatibility... cloud-init[671]: |+++ . . |Starting iSCSI initiator daemon (iscsid)... [ 153.520095] cloud-init Starting OpenBSD Secure Shell server...[671]: |XB.o .. S . | [[ 153.779881] [0;32m OK [0m] cloud-initStarted /etc/rc.local Compatibility.[671]: |%*o = .= o |[ [0;32m OK [0m[ 154.068310] ] Started OpenBSD Secure Shell server. cloud-init[[671]: |o*+. *..+ . |[0;32m OK [0m ] Started iSCSI initiator daemon (iscsid).[ 154.372218] cloud-init [671]: |+ oBE oo o |[ [0;32m OK [0m[ 154.588215] ] cloud-init[671]: Started Login Service.|.oB==. .. | [[ 154.738552] cloud-init[0;32m OK [0m[671]: ] +----[SHA256]-----+Started LSB: MD monitoring daemon. [ 154.903614] [cloud-init[0;32m OK [0m[671]: ] Generating public/private dsa key pair.Started LSB: Record successful oot for GRUB. [ 155.268218] cloud-init[671]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 155.400443] cloud-init [671]: Starting Login to default iSCSI targets...Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 155.521104] cloud-init[671]: The key fingerprint is: [ 155.592401] cloud-init[[671]: [0;32m OK [0mSHA256:BXOHhct3xNahpL0GiDG5CaljNG9Jer4YpKnTAgmYMsg root@tempestattachvolumenegativetest-server-1066894180] Started Login to default iSCSI targets. [ 155.704799] [cloud-init[0;32m OK [0m[671]: The key's randomart image is:] Reached target Remote File Systems (Pre). [ 155.799170] [cloud-init[0;32m OK [0m[671]: ] Reached target Remote File Systems.+---[DSA 1024]----+ [ 155.967605] Starting Permit User Sessions...cloud-init [671]: | .o+ .+oo o.| Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...[ 156.129588] cloud-init [671]: | o + .+++.+ = .|Starting LSB: automatic crash report generation... [ 156.284188] cloud-init[[671]: [0;32m OK [0m] |+.. * o.oo.+ = |Started Permit User Sessions. [[ 156.532144] [0;32m OK [0mcloud-init] Started LSB: Set the CPU Frequency Scaling governor to "ondemand".[671]: |BE * = o .o o o | [ 156.630890] [cloud-init[0;32m OK [0m[671]: ] |oo= = S . + |Started LSB: automatic crash report generation. [ 156.738235] cloud-init[[671]: [0;32m OK [0m|oo . . . |] Started Serial Getty on ttyS0.[ 156.900279] cloud-init[671]: [|o. o . |[0;32m OK [0m] Started Getty on tty1.[ 157.087933] cloud-init [671]: [|+ .. . |[0;32m OK [0m ] [ 157.197418] Reached target Login Prompts.cloud-init [671]: | o |[ [0;32m OK [0m[ 157.319692] cloud-init] Reached target Multi-User System.[671]: +----[SHA256]-----+ [ 157.421893] [cloud-init[0;32m OK [0m[671]: Generating public/private ecdsa key pair.] Reached target Graphical Interface. [ 157.551229] cloud-initStarting Update UTMP about System Runlevel Changes...[671]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 157.666006] cloud-init[671]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 157.757196] cloud-init[671]: The key fingerprint is: [ 157.816900] cloud-init[671]: SHA256:iHUt1wxarDqMXmmDxqRqmkTORzVCSeDb953igJlUoPk root@tempest-attachvolumenegativetest-server-1066894180 [ 157.909493] cloud-init[671]: [The key's randomart image is:[0;32m OK [0m ] Started Update UTMP about System Runlevel Changes.[ 158.000583] cloud-init[671]: +---[ECDSA 256]---+ [ 158.058462] cloud-init[671]: | .o+. .o | [ 158.107274] cloud-init[671]: |. +.. +.+ | [ 158.148794] cloud-init[671]: | + . +. +.o o | [ 158.196266] cloud-init[671]: | + =o.o.o | [ 158.241635] cloud-init[671]: | o E.=.oS | [ 158.297724] cloud-init[671]: |+ + X X . . | [ 158.346366] cloud-init[671]: | = B + = o | [ 158.439880] cloud-init[671]: |oo. . o . | [ 158.494416] cloud-init[671]: |= . | [ 158.549438] cloud-init[671]: +----[SHA256]-----+ [ 158.708997] cloud-init[671]: Generating public/private ed25519 key pair. [ 158.781734] cloud-init[671]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 158.830205] cloud-init[671]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 158.885470] cloud-init[671]: The key fingerprint is: [ 158.932724] cloud-init[671]: SHA256:MRrbLoVevQRQ8/tqc3e3mp2a82eATaOEICwlSJmJ3l0 root@tempest-attachvolumenegativetest-server-1066894180 [ 158.991303] cloud-init[671]: The key's randomart image is: [ 159.033344] cloud-init[671]: +--[ED25519 256]--+ [ 159.077620] cloud-init[671]: | o.=.oo.o | [ 159.120975] cloud-init[671]: |. = ..oE.o | [ 159.172358] cloud-init[671]: |. . ..o.+... | [ 159.215821] cloud-init[671]: | . . . * =... o | [ 159.263943] cloud-init[671]: | + S +. = . | [ 159.312207] cloud-init[671]: | . + . oo o | [ 159.371470] cloud-init[671]: | o . . . . | [ 159.434920] cloud-init[671]: | . o...= *| [ 159.473623] cloud-init[671]: | ..o *=B+| [ 159.524979] cloud-init[671]: +----[SHA256]-----+ Ubuntu 16.04.4 LTS tempest-attachvolumenegativetest-server-1066894180 ttyS0 tempest-attachvolumenegativetest-server-1066894180 login: [ 265.308843] cloud-init[758]: Cloud-init v. 18.2 running 'modules:config' at Tue, 13 Sep 2022 19:54:30 +0000. Up 155.95 seconds. [ 280.203360] cloud-init[918]: Printing ubuntu user authorized keys [ 280.325943] cloud-init[918]: ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKcc7Je14d1pkBzkXmZvfJxSzW+qhAS8icXyRp8JOMN2FDbcruk84ZmkOibdYXbtUez4drZlJCztQzvEjVL3QClpsAM/3Yb+oLcRWa6UXlSwLkLHlrJKrtIbhlg7OMuQhQ== 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: +---------+-------------------+---------+---------+ <14>Sep 13 19:56:37 ec2: <14>Sep 13 19:56:37 ec2: ############################################################# <14>Sep 13 19:56:37 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Sep 13 19:56:37 ec2: 1024 SHA256:BXOHhct3xNahpL0GiDG5CaljNG9Jer4YpKnTAgmYMsg root@tempest-attachvolumenegativetest-server-1066894180 (DSA) <14>Sep 13 19:56:37 ec2: 256 SHA256:iHUt1wxarDqMXmmDxqRqmkTORzVCSeDb953igJlUoPk root@tempest-attachvolumenegativetest-server-1066894180 (ECDSA) <14>Sep 13 19:56:37 ec2: 256 SHA256:MRrbLoVevQRQ8/tqc3e3mp2a82eATaOEICwlSJmJ3l0 root@tempest-attachvolumenegativetest-server-1066894180 (ED25519) <14>Sep 13 19:56:37 ec2: 2048 SHA256:xi3yJ1LrwoEDLKadgqWWlD6Y8r/YFrMavOuNIoGBut0 root@tempest-attachvolumenegativetest-server-1066894180 (RSA) <14>Sep 13 19:56:37 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Sep 13 19:56:37 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFamsDUVvzKVsaI4iN24N+0tqx4rrdk5Hf2tjdw/Djz8c3x4LwFjiP3W9SUcZ7Jg5PLcSQRP9qF+vqn9I8+JAP0= root@tempest-attachvolumenegativetest-server-1066894180 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICRIOAQP8UrIpx2L+ReplPQ6a1q/gWtb5BPw8a5jgRU+ root@tempest-attachvolumenegativetest-server-1066894180 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3YC4EFF+eszTT6uKtE/sgUMGpi7fWXV1SODrQeSoyUco5aGtn0O/VJzV/g9OKSRvAk4WYsqlUgv38A5xSefAaiHbkIoh0fG163lEDOvqrmNwwZY7r4LIYhQXG9ckXMp1+QZJMsaKLl9hAJDV7hh3AszF2QDVyjdEIHz37kaRp7VL74fQ2jq3d7s75CBuzMKVIaSPLTl1JGdFEkXwrgZKc7PbobirZLSvAtrLwrAgHTmlFomokHcxisrUR+r1jtoA/4z3P+Anr8pLixS3gGjfMNO3hbnhIGDGXThvbT2R1vXS2/aMkdg0J/Ip0VhfNq7WtXFITmKL0zEp6BdRliPQ9 root@tempest-attachvolumenegativetest-server-1066894180 -----END SSH HOST KEY KEYS----- [ 287.623749] cloud-init[918]: Cloud-init v. 18.2 running 'modules:final' at Tue, 13 Sep 2022 19:56:21 +0000. Up 266.58 seconds. [ 287.720445] cloud-init[918]: Cloud-init v. 18.2 finished at Tue, 13 Sep 2022 19:56:39 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 284.30 seconds 2022-09-13 20:03:34,510 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:03:34,511 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-223f53dd-0e25-4c3e-8e05-f3602bb7718b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-223f53dd-0e25-4c3e-8e05-f3602bb7718b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:35,567 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:03:35,568 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f43ec528-a485-4e20-842e-619b2377ea17', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f43ec528-a485-4e20-842e-619b2377ea17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:36,625 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:03:36,625 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41e788eb-c95c-4f92-be72-7b8c4fc3e4a0', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41e788eb-c95c-4f92-be72-7b8c4fc3e4a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:37,683 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:03:37,683 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c2aed98-7aaf-42cd-bc33-ee7ab0edd35c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c2aed98-7aaf-42cd-bc33-ee7ab0edd35c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:38,739 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:03:38,739 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a465a764-af5c-46ab-96ed-c0df1be563a5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a465a764-af5c-46ab-96ed-c0df1be563a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:39,797 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:03:39,798 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b76433aa-7113-400d-a0a7-350bbd58df90', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b76433aa-7113-400d-a0a7-350bbd58df90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:40,857 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.046s 2022-09-13 20:03:40,857 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd88e77d-e71e-4382-9a8f-7d843c2e201e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd88e77d-e71e-4382-9a8f-7d843c2e201e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:41,912 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:03:41,912 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc7548f8-5008-476f-bdc1-f12e2f7d27db', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc7548f8-5008-476f-bdc1-f12e2f7d27db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:42,969 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:03:42,970 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-417851c0-90a8-40ce-aa74-42dd0d80af0e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-417851c0-90a8-40ce-aa74-42dd0d80af0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:44,028 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:03:44,029 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29953a86-c628-45d5-a6a2-85e4d4e0f61d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29953a86-c628-45d5-a6a2-85e4d4e0f61d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:45,089 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.046s 2022-09-13 20:03:45,089 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2d77641-8ad3-4d69-ae4f-4d45b249a911', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2d77641-8ad3-4d69-ae4f-4d45b249a911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:46,146 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:03:46,146 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d909eb5-415d-4c1c-b447-2207ec7650ef', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d909eb5-415d-4c1c-b447-2207ec7650ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:47,202 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:03:47,202 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df59db7c-ea7f-4355-b9e2-46d118b404e8', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df59db7c-ea7f-4355-b9e2-46d118b404e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:48,260 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:03:48,260 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bbc57dd-b0c7-42a2-977d-7e47cb8d176a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bbc57dd-b0c7-42a2-977d-7e47cb8d176a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:49,316 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:03:49,317 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69ecab49-985b-4bed-93ce-045b1e7bfb8b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69ecab49-985b-4bed-93ce-045b1e7bfb8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:50,373 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:03:50,374 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60650b54-a99c-4761-8ff9-903dd4e09368', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60650b54-a99c-4761-8ff9-903dd4e09368', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:51,428 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.041s 2022-09-13 20:03:51,429 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9917a06-4168-469a-a88c-fcc5f0fa39d1', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9917a06-4168-469a-a88c-fcc5f0fa39d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:52,486 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:03:52,487 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-890aff4f-1563-4678-8c55-ed445004a4c9', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-890aff4f-1563-4678-8c55-ed445004a4c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:53,543 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:03:53,544 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7f70778-52c2-4e40-bc74-39eca5c4fe7b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7f70778-52c2-4e40-bc74-39eca5c4fe7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:54,599 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:03:54,600 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96021a12-0804-4a65-8b17-ef5b22cfb9e6', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96021a12-0804-4a65-8b17-ef5b22cfb9e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:55,657 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:03:55,657 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16d250de-4c63-43d9-8c06-b5d3daefc3fd', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16d250de-4c63-43d9-8c06-b5d3daefc3fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:56,712 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:03:56,713 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9648bfa-7fcf-45ac-9ee0-4e1cc1ff1580', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9648bfa-7fcf-45ac-9ee0-4e1cc1ff1580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:57,770 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:03:57,771 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4858e98-ba58-418d-a125-f94d0b26e9c5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4858e98-ba58-418d-a125-f94d0b26e9c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:58,827 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:03:58,828 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39a21d39-b11f-442b-b958-82ac6c012b76', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39a21d39-b11f-442b-b958-82ac6c012b76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:03:59,884 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:03:59,884 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d09f03d-0bc9-412e-af3b-377f1c0b49b7', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d09f03d-0bc9-412e-af3b-377f1c0b49b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:00,941 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:00,941 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d8ce06c-7173-4f7f-b63f-f714e4d94272', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d8ce06c-7173-4f7f-b63f-f714e4d94272', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:01,997 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:04:01,998 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a017bc02-65fb-4758-aa0e-9c86b4f59f71', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a017bc02-65fb-4758-aa0e-9c86b4f59f71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:03,055 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:03,056 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e91c899-5b18-4761-84be-40beaae0b321', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e91c899-5b18-4761-84be-40beaae0b321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:04,113 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:04:04,114 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fce3c504-2923-49b7-83e2-2cd188a4be58', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fce3c504-2923-49b7-83e2-2cd188a4be58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:05,171 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:05,171 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d087bdc-c9f6-43dd-995a-2b503786ebf6', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d087bdc-c9f6-43dd-995a-2b503786ebf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:06,228 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:04:06,229 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5d35f6c-037e-4268-a96b-d57bcc3ff0a1', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5d35f6c-037e-4268-a96b-d57bcc3ff0a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:07,285 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:07,286 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c01254c-8458-4cbc-9eda-f5ef2dc614ca', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c01254c-8458-4cbc-9eda-f5ef2dc614ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:08,342 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:04:08,342 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60b45538-2512-4ffc-b1f8-5e44f37990c1', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60b45538-2512-4ffc-b1f8-5e44f37990c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:09,399 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:09,399 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2629a4f4-0866-441d-900c-cb832ef4c43b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2629a4f4-0866-441d-900c-cb832ef4c43b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:10,463 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.050s 2022-09-13 20:04:10,463 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a1c4d4b-9aa5-42b0-a627-2e6a641b8415', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a1c4d4b-9aa5-42b0-a627-2e6a641b8415', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:11,525 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:04:11,526 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c67b93c3-11a5-4ae4-9367-530891cb172a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c67b93c3-11a5-4ae4-9367-530891cb172a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:12,583 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:12,583 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1c03aa1-80f6-4eab-8e40-a3b1f9464e75', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1c03aa1-80f6-4eab-8e40-a3b1f9464e75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:13,640 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:04:13,640 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04f9986c-4d47-4984-a9a7-3d2503a5793b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04f9986c-4d47-4984-a9a7-3d2503a5793b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:14,697 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:14,698 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04b86503-023b-47b7-a86e-b11358da9644', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04b86503-023b-47b7-a86e-b11358da9644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:15,756 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:15,756 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8224f94b-0d5e-478f-9d4d-4711ad8fdd50', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8224f94b-0d5e-478f-9d4d-4711ad8fdd50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:16,812 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:04:16,812 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-785e7d45-d27e-4ff0-b4b1-a3813aae0306', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-785e7d45-d27e-4ff0-b4b1-a3813aae0306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:17,872 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:04:17,873 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d5e41f1-6d94-4891-bff2-45d354116e7a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d5e41f1-6d94-4891-bff2-45d354116e7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:18,930 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:18,930 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82085299-92d9-46de-824c-a7489616d8e5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82085299-92d9-46de-824c-a7489616d8e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:19,987 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:19,987 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0bc1364-11a4-458a-9043-d3ac77121979', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0bc1364-11a4-458a-9043-d3ac77121979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:21,044 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:21,044 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2f49ee5-b13c-427f-8624-0d375d6c50bc', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2f49ee5-b13c-427f-8624-0d375d6c50bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:22,102 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:22,102 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a2f69b1-31df-4279-b3d2-32271f75baeb', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a2f69b1-31df-4279-b3d2-32271f75baeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:23,158 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:04:23,159 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17c4e0f3-b74f-48c0-b4d0-3cf91049c974', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17c4e0f3-b74f-48c0-b4d0-3cf91049c974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:24,216 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:24,217 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a6ed0e9-09be-4376-9727-a67938d23feb', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a6ed0e9-09be-4376-9727-a67938d23feb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:25,273 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:04:25,274 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52e4da24-c9f7-4a3c-8825-87947824a722', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52e4da24-c9f7-4a3c-8825-87947824a722', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:26,333 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:04:26,334 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2a27e7b-626a-4ca9-ab70-2074a0c4697d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2a27e7b-626a-4ca9-ab70-2074a0c4697d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:27,389 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:27,389 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f73abb58-c04b-45ec-83fd-577c83cec9d5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f73abb58-c04b-45ec-83fd-577c83cec9d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:28,446 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:04:28,446 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-936c04ff-d91a-447b-b402-49e325a992b3', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-936c04ff-d91a-447b-b402-49e325a992b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:29,503 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:29,503 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4582e210-1e31-4c9a-abba-344df5ccbea5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4582e210-1e31-4c9a-abba-344df5ccbea5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:30,563 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:04:30,564 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a146446c-2762-448f-bce4-7fa8207ec94b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a146446c-2762-448f-bce4-7fa8207ec94b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:31,622 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:04:31,622 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b917398a-e643-4080-bd30-cf3673788d87', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b917398a-e643-4080-bd30-cf3673788d87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:32,680 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:32,680 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c2b6ba6-3ec3-4a57-b2a0-91312170d913', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c2b6ba6-3ec3-4a57-b2a0-91312170d913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:33,735 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:04:33,736 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38ccc166-a686-4a9f-8bfd-559be6f7bf00', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38ccc166-a686-4a9f-8bfd-559be6f7bf00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:34,792 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:34,793 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeb5b412-1077-4e12-9eef-8078055f3ea6', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeb5b412-1077-4e12-9eef-8078055f3ea6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:35,850 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:35,851 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09e1b2bb-6b01-4599-915c-786fb42b1eda', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09e1b2bb-6b01-4599-915c-786fb42b1eda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:36,914 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.050s 2022-09-13 20:04:36,915 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9143feb2-de1f-4336-810a-4e09109637a4', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9143feb2-de1f-4336-810a-4e09109637a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:37,971 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:37,971 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d5c8cb1-c220-48bf-9f33-6a8234b04650', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d5c8cb1-c220-48bf-9f33-6a8234b04650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:39,028 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:39,029 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fc140f2-93af-4070-abad-e2c35e29fbc6', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fc140f2-93af-4070-abad-e2c35e29fbc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:40,083 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:04:40,084 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6ec7710-88a3-4a1c-af09-04fe0c4d9132', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6ec7710-88a3-4a1c-af09-04fe0c4d9132', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:41,140 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:41,141 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c422f654-0e78-45be-b9b2-82637e82a75b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c422f654-0e78-45be-b9b2-82637e82a75b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:42,200 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:04:42,201 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9c8b90e-c47b-4ac7-aff3-05e7bf788fa9', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9c8b90e-c47b-4ac7-aff3-05e7bf788fa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:43,258 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:04:43,258 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d923a4a-3bcd-47dc-b2f0-ef13267a2ad7', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d923a4a-3bcd-47dc-b2f0-ef13267a2ad7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:44,315 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:44,315 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b6aeeec-7261-43a5-8355-ba4a9673f12f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b6aeeec-7261-43a5-8355-ba4a9673f12f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:45,371 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:45,372 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56116f5b-20a2-489a-9cab-03adf8528f70', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56116f5b-20a2-489a-9cab-03adf8528f70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:46,429 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:46,430 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d2e5e45-8d9c-49b6-a81b-3213e2030d69', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d2e5e45-8d9c-49b6-a81b-3213e2030d69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:47,487 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:47,487 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-577f83b2-7994-4b40-b109-58d3be242bf8', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-577f83b2-7994-4b40-b109-58d3be242bf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:48,547 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.047s 2022-09-13 20:04:48,548 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c68bc15-a8c8-49ca-8415-91c9e97a47c8', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c68bc15-a8c8-49ca-8415-91c9e97a47c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:49,605 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:49,606 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de48bb2a-e23a-413b-a861-fc42fdcbeb43', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de48bb2a-e23a-413b-a861-fc42fdcbeb43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:50,661 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:04:50,662 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bc7d15c-6708-4e11-a709-866671e77549', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bc7d15c-6708-4e11-a709-866671e77549', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:51,719 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:51,720 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24ea861a-8ec6-4eba-9dfa-9d13fae959a4', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24ea861a-8ec6-4eba-9dfa-9d13fae959a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:52,777 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:52,777 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b383766-89ae-4245-9168-31bb0c32debb', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b383766-89ae-4245-9168-31bb0c32debb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:53,836 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:04:53,837 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-578271b6-6cb3-43ed-b507-df1c179e152a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-578271b6-6cb3-43ed-b507-df1c179e152a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:54,895 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:04:54,895 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbccd6db-a629-42ca-a4f6-8a600ad0749f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbccd6db-a629-42ca-a4f6-8a600ad0749f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:55,959 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:04:55,959 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8b67aa9-1cfe-4ece-8242-e19aedd474a4', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8b67aa9-1cfe-4ece-8242-e19aedd474a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:57,016 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:57,016 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1debb8e-f36a-4e2e-be5c-46b151f00b5f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1debb8e-f36a-4e2e-be5c-46b151f00b5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:58,072 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:04:58,073 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8fc4289-47a6-4eda-aed5-94662d254032', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8fc4289-47a6-4eda-aed5-94662d254032', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:04:59,130 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:04:59,130 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-141972c8-f9b2-4ad8-b195-08c78c035d7a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-141972c8-f9b2-4ad8-b195-08c78c035d7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:00,189 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:00,190 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d33c8195-9339-49a5-b85e-65bd1b6e83d5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d33c8195-9339-49a5-b85e-65bd1b6e83d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:01,250 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.046s 2022-09-13 20:05:01,250 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fe0fda8-e4f5-48b6-ac00-3fbf1f28e22e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fe0fda8-e4f5-48b6-ac00-3fbf1f28e22e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:02,308 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:02,308 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29fbefa9-3cc6-451c-b3fd-8b0aaf1e6bc9', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29fbefa9-3cc6-451c-b3fd-8b0aaf1e6bc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:03,364 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:05:03,364 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82933ee4-323c-4ec3-b782-da472986a4f2', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82933ee4-323c-4ec3-b782-da472986a4f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:04,421 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:04,422 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaaa5628-82db-4851-9729-11dbb71bec4b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaaa5628-82db-4851-9729-11dbb71bec4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:05,479 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:05,479 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7478eb32-59dc-4699-aec6-05a695928f3d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7478eb32-59dc-4699-aec6-05a695928f3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:06,535 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:05:06,535 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f8b6aa6-6ea9-4389-a903-3a5aff8f5534', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f8b6aa6-6ea9-4389-a903-3a5aff8f5534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:07,595 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:05:07,595 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a964b34c-73ef-4027-af2b-52cdab277def', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a964b34c-73ef-4027-af2b-52cdab277def', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:08,652 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:08,652 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b86d380c-3f43-4d20-9b5a-a4536a29823c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b86d380c-3f43-4d20-9b5a-a4536a29823c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:09,709 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:05:09,710 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fbaf7f0-1c86-494c-a65a-e499bca75251', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fbaf7f0-1c86-494c-a65a-e499bca75251', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:10,766 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:10,766 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59eb8e00-4387-41a4-94bb-16ce29db7e8f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59eb8e00-4387-41a4-94bb-16ce29db7e8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:11,823 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:11,823 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0641815-9171-49c4-819a-7b3f5e7d8c62', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0641815-9171-49c4-819a-7b3f5e7d8c62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:12,883 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:12,883 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c143e736-1f19-4f89-a3b6-8618f12c1bd9', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c143e736-1f19-4f89-a3b6-8618f12c1bd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:13,940 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:13,940 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fac6eef2-ad3b-4014-9807-15b05e93a1ac', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fac6eef2-ad3b-4014-9807-15b05e93a1ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:14,998 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:14,998 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a37646a7-50b6-4d4b-a128-ca0891427efc', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a37646a7-50b6-4d4b-a128-ca0891427efc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:16,056 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:16,056 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-003e578c-5b6d-4b29-babf-40389218ef59', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-003e578c-5b6d-4b29-babf-40389218ef59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:17,112 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:05:17,112 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-509594cc-8b53-4918-868e-9094d13a6d90', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-509594cc-8b53-4918-868e-9094d13a6d90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:18,169 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:18,170 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7caf6c9-f8de-47a7-a30a-cc56dae20ba6', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7caf6c9-f8de-47a7-a30a-cc56dae20ba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:19,227 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:19,227 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8dd1728-6912-47cb-9269-9687e867af58', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8dd1728-6912-47cb-9269-9687e867af58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:20,289 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.048s 2022-09-13 20:05:20,290 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc60560e-5a3c-4826-8d0c-a0bac6ce39b5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc60560e-5a3c-4826-8d0c-a0bac6ce39b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:21,345 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:05:21,345 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-989a3aa3-5362-456b-b2c6-28e71a82e92c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-989a3aa3-5362-456b-b2c6-28e71a82e92c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:22,402 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:05:22,402 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f5075c6-77c0-46af-baad-719d9b1c9cfa', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f5075c6-77c0-46af-baad-719d9b1c9cfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:23,459 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:23,460 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf2ef41d-08a5-45a9-adaa-d2920d0ccdbf', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf2ef41d-08a5-45a9-adaa-d2920d0ccdbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:24,517 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:24,517 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f132864e-a49e-4d27-b70f-d979ab3c0dce', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f132864e-a49e-4d27-b70f-d979ab3c0dce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:25,585 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.054s 2022-09-13 20:05:25,586 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d3e7616-6df8-4f89-979a-c373560e0e7e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d3e7616-6df8-4f89-979a-c373560e0e7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:26,645 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:05:26,646 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-792bebd9-68de-4283-88bc-60c1a2db0d98', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-792bebd9-68de-4283-88bc-60c1a2db0d98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:27,701 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:05:27,702 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55509e5a-ad87-4798-a680-efd55074733e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55509e5a-ad87-4798-a680-efd55074733e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:28,759 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:28,759 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82ff0a49-7036-4e8e-82fc-cb573900a64a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82ff0a49-7036-4e8e-82fc-cb573900a64a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:29,822 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:05:29,823 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fd7ff90-20c9-46b9-84b3-4a762043767c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fd7ff90-20c9-46b9-84b3-4a762043767c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:30,888 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.047s 2022-09-13 20:05:30,888 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-815340c9-02e7-4f6c-84e8-de9be6e2cefe', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-815340c9-02e7-4f6c-84e8-de9be6e2cefe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:31,945 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:31,946 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbf6b67d-37d6-43ea-952e-1ef694241a63', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbf6b67d-37d6-43ea-952e-1ef694241a63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:33,007 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.048s 2022-09-13 20:05:33,007 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-921244dc-34e2-4434-a59e-e32bb4a4a3ba', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-921244dc-34e2-4434-a59e-e32bb4a4a3ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:34,067 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:05:34,067 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f15487b3-9131-4175-b6ea-c7f47217b334', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f15487b3-9131-4175-b6ea-c7f47217b334', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:35,175 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.095s 2022-09-13 20:05:35,176 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80390cd5-89a1-461b-86bd-974573edcb69', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80390cd5-89a1-461b-86bd-974573edcb69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:36,236 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.047s 2022-09-13 20:05:36,236 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c123def-dab4-479e-9fc0-69b4534ec5ea', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c123def-dab4-479e-9fc0-69b4534ec5ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:37,293 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:37,293 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9099af27-2630-4e3b-b87c-53fe44776b5f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9099af27-2630-4e3b-b87c-53fe44776b5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:38,351 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:05:38,351 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1154d156-6602-4073-9d99-20678abae123', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1154d156-6602-4073-9d99-20678abae123', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:39,410 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:05:39,411 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d0dfb16-a353-4583-9c2e-973319735126', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d0dfb16-a353-4583-9c2e-973319735126', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:40,467 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:40,467 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80a4cfc4-e033-470c-9c68-5cb769443e49', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80a4cfc4-e033-470c-9c68-5cb769443e49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:41,525 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:41,525 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fce3c264-0ec5-4a33-94a1-4406f473d19e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fce3c264-0ec5-4a33-94a1-4406f473d19e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:42,581 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:42,582 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f266e1f-cc26-4fa5-ba80-31e7004eca03', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f266e1f-cc26-4fa5-ba80-31e7004eca03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:43,639 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:43,639 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3089e3b5-913a-429d-b95e-4059b453197e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3089e3b5-913a-429d-b95e-4059b453197e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:44,696 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:44,697 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20fc7db1-1cec-4322-90b9-4c393e853d16', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20fc7db1-1cec-4322-90b9-4c393e853d16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:45,752 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:05:45,752 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef03570b-6719-4feb-8970-f2bf7be4c210', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef03570b-6719-4feb-8970-f2bf7be4c210', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:46,809 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:46,809 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6ef16bd-efdd-4acc-ae6b-a388f8a71e69', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6ef16bd-efdd-4acc-ae6b-a388f8a71e69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:47,867 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:47,867 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d11f8e11-cd2d-4540-85ec-60a56f1f910c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d11f8e11-cd2d-4540-85ec-60a56f1f910c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:48,925 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:05:48,926 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aab79628-d486-457e-bb75-7bc6d15ff17d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aab79628-d486-457e-bb75-7bc6d15ff17d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:49,981 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:05:49,981 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-786d50ff-0fb7-4f1e-8838-e35dfa49e1ee', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-786d50ff-0fb7-4f1e-8838-e35dfa49e1ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:51,038 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:51,038 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cc69c1f-7a66-4c33-8b6a-313419957f99', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cc69c1f-7a66-4c33-8b6a-313419957f99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:52,094 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:05:52,094 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d43d8bf9-ebc1-48d8-ac6d-3baa34988549', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d43d8bf9-ebc1-48d8-ac6d-3baa34988549', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:53,151 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:53,151 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6aa5d87d-2426-4a2b-bc7a-f7eacc060d5b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6aa5d87d-2426-4a2b-bc7a-f7eacc060d5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:54,207 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:05:54,207 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8b83dde-8874-4f5d-9937-648f13931d62', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8b83dde-8874-4f5d-9937-648f13931d62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:55,264 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:55,264 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-754b4211-35ce-4e2e-b114-a1dbe7e19f72', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-754b4211-35ce-4e2e-b114-a1dbe7e19f72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:56,321 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:56,321 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-265c8504-9066-4e00-bd5e-1ef0be1dfa95', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-265c8504-9066-4e00-bd5e-1ef0be1dfa95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:57,376 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.041s 2022-09-13 20:05:57,376 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8051449e-5c77-4f58-bfc9-03058fbc5754', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8051449e-5c77-4f58-bfc9-03058fbc5754', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:58,435 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:05:58,435 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80c838d7-9e81-4f83-bc22-d7ee03f965e1', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80c838d7-9e81-4f83-bc22-d7ee03f965e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:05:59,492 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:05:59,493 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-896cf414-2d30-4d18-89b8-b97188255d11', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-896cf414-2d30-4d18-89b8-b97188255d11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:00,550 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:06:00,550 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64caa08c-067f-4183-82eb-896a5ef983ff', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64caa08c-067f-4183-82eb-896a5ef983ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:01,607 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:06:01,607 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3d2cdbb-7b92-4511-b634-20df429b1818', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3d2cdbb-7b92-4511-b634-20df429b1818', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:02,664 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:06:02,665 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32471b00-f6bc-4aa2-b7f1-9fca56762e1d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32471b00-f6bc-4aa2-b7f1-9fca56762e1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:03,722 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:06:03,723 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d82ad6d-f0d5-4781-aff6-867c555ac943', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d82ad6d-f0d5-4781-aff6-867c555ac943', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:04,778 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:06:04,779 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecc58f77-0eaf-43a7-b1a0-53260d29ce7c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecc58f77-0eaf-43a7-b1a0-53260d29ce7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:05,836 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:06:05,836 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebabc7fe-e951-45ab-892a-f612dd78d545', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebabc7fe-e951-45ab-892a-f612dd78d545', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:06,893 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:06,893 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8bee021-41dc-43ae-9a1c-f5873959bb83', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8bee021-41dc-43ae-9a1c-f5873959bb83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:07,948 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:06:07,949 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ac7e3bb-8595-4338-807d-e6e9de6b6e88', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ac7e3bb-8595-4338-807d-e6e9de6b6e88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:09,006 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:09,006 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b9215f4-cd3f-476c-a542-084ba225e38a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b9215f4-cd3f-476c-a542-084ba225e38a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:10,062 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:10,063 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97fac8de-e447-499b-a54f-22a1bb5a12a3', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97fac8de-e447-499b-a54f-22a1bb5a12a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:11,118 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:06:11,119 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f006e8f2-080c-4c70-b6e1-e8e718a21db5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f006e8f2-080c-4c70-b6e1-e8e718a21db5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:12,176 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:12,176 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05aee2e6-3ee3-4267-a0bd-32e2846cdba3', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05aee2e6-3ee3-4267-a0bd-32e2846cdba3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:13,233 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:06:13,233 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7180f8a0-6699-4909-84ca-a8fd710294d6', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7180f8a0-6699-4909-84ca-a8fd710294d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:14,290 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:14,290 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-177be2ef-1c69-4ff7-b264-c106472e7631', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-177be2ef-1c69-4ff7-b264-c106472e7631', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:15,349 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:06:15,349 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36669790-bf86-40ed-8916-955963eac9fb', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36669790-bf86-40ed-8916-955963eac9fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:16,407 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:16,407 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72612dc6-8d7d-41a0-b6e6-79463e674f27', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72612dc6-8d7d-41a0-b6e6-79463e674f27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:17,467 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.046s 2022-09-13 20:06:17,467 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1b3b889-fc31-49a3-9393-77f9973e61d5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1b3b889-fc31-49a3-9393-77f9973e61d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:18,525 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:06:18,525 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac9eb392-f26b-48aa-948c-97d626c871e7', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac9eb392-f26b-48aa-948c-97d626c871e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:19,581 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:06:19,582 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c062452-0a0a-4288-8a36-87b44d0b94b6', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c062452-0a0a-4288-8a36-87b44d0b94b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:20,641 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:06:20,641 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36b4c485-15aa-4285-9054-1fc2c455920a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36b4c485-15aa-4285-9054-1fc2c455920a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:21,698 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:06:21,698 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-779498f7-0f6d-48b4-b0e1-b1d8a256bebd', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-779498f7-0f6d-48b4-b0e1-b1d8a256bebd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:22,756 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:06:22,756 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbfb7db8-02e0-4d80-886e-00b0abac9057', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbfb7db8-02e0-4d80-886e-00b0abac9057', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:23,812 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:06:23,813 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fca3908-193e-447f-b30a-33b6b592f27f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fca3908-193e-447f-b30a-33b6b592f27f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:24,872 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:06:24,872 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e007b11-6986-45b2-97c4-3b2def95ef2d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e007b11-6986-45b2-97c4-3b2def95ef2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:25,929 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:25,929 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fa73ef6-b0bf-432c-9a45-b1dcc1d032c4', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fa73ef6-b0bf-432c-9a45-b1dcc1d032c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:26,988 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:06:26,989 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a62b3f6-919b-4e8b-be10-4fc77e8b47ff', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a62b3f6-919b-4e8b-be10-4fc77e8b47ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:28,045 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:28,046 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb945185-c7c8-4174-bbd8-da4b449c97a4', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb945185-c7c8-4174-bbd8-da4b449c97a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:29,103 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:29,104 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6858c435-f200-470e-b430-81bf7af4ff08', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6858c435-f200-470e-b430-81bf7af4ff08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:30,160 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:06:30,160 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd983e6f-a850-40a7-bdae-7600d5a35edb', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd983e6f-a850-40a7-bdae-7600d5a35edb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:31,217 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:31,218 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19b40bf7-8830-46fb-b59a-1dbd5992b6e9', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19b40bf7-8830-46fb-b59a-1dbd5992b6e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:32,277 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:06:32,278 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d66953d9-4195-44f9-9553-6f8d2e73c0e4', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d66953d9-4195-44f9-9553-6f8d2e73c0e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:33,333 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:06:33,334 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fafeaa0d-eadf-4943-b92e-aea41e980b52', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fafeaa0d-eadf-4943-b92e-aea41e980b52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:34,390 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:34,391 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0a1b794-5c0e-4205-9f00-990523509781', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0a1b794-5c0e-4205-9f00-990523509781', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:35,447 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:35,447 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0629d9b-c04e-49df-9f81-279dc217db08', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0629d9b-c04e-49df-9f81-279dc217db08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:36,504 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:06:36,504 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c66d960-f2be-4bd6-9635-87786a3ea9b2', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c66d960-f2be-4bd6-9635-87786a3ea9b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:37,572 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.047s 2022-09-13 20:06:37,573 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d360083-f212-4c5b-b021-f53cafde1b55', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d360083-f212-4c5b-b021-f53cafde1b55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:38,628 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:06:38,628 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59152c37-7b7d-4637-83b8-7e26df0e0425', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59152c37-7b7d-4637-83b8-7e26df0e0425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:39,688 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.046s 2022-09-13 20:06:39,689 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-684deafa-4ffc-4dac-906f-3ca88a4fdb52', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-684deafa-4ffc-4dac-906f-3ca88a4fdb52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:40,745 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:40,746 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7af91c2-7f88-4891-a015-6631b57a5557', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7af91c2-7f88-4891-a015-6631b57a5557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:41,802 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:06:41,802 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a50e6280-7f66-4182-b836-71ae9ad84365', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a50e6280-7f66-4182-b836-71ae9ad84365', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:42,859 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:06:42,860 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c6737dd-0991-458c-95f8-c11b520e6f5a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c6737dd-0991-458c-95f8-c11b520e6f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:43,919 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.046s 2022-09-13 20:06:43,919 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50f3da7c-ba07-4c76-a034-a8f436a7bc6c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50f3da7c-ba07-4c76-a034-a8f436a7bc6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:44,983 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:06:44,983 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbf93ebe-9898-466e-b4df-76e45763b5df', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbf93ebe-9898-466e-b4df-76e45763b5df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:46,040 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:46,040 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd5a4873-4e4e-4656-9bfe-efcd58695773', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd5a4873-4e4e-4656-9bfe-efcd58695773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:47,098 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:47,098 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-632e4c5b-0bbb-4e55-b7a2-d33c9a3c06da', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-632e4c5b-0bbb-4e55-b7a2-d33c9a3c06da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:48,155 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:48,155 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58ce9d76-3b24-48ba-89e1-e4d42ff47219', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58ce9d76-3b24-48ba-89e1-e4d42ff47219', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:49,213 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:06:49,213 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c00059f4-043b-4728-993d-6d225c6073b6', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c00059f4-043b-4728-993d-6d225c6073b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:50,270 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:50,271 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f455afb2-2439-4d07-a1a6-43aa5713b56c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f455afb2-2439-4d07-a1a6-43aa5713b56c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:51,326 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:06:51,327 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5c18230-aab1-4548-ab10-5752e12a1765', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5c18230-aab1-4548-ab10-5752e12a1765', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:52,383 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:52,384 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcd27568-f957-48d8-a3c7-503fd7d0cce0', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcd27568-f957-48d8-a3c7-503fd7d0cce0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:53,439 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.041s 2022-09-13 20:06:53,439 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-def36ad6-3fa3-4904-8e83-988fbd9f8ed7', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-def36ad6-3fa3-4904-8e83-988fbd9f8ed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:54,497 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:54,497 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9ed5c59-f4aa-4108-922d-5cc85a1419df', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9ed5c59-f4aa-4108-922d-5cc85a1419df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:55,554 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:55,554 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c49404e9-bd6a-48c6-ae85-6f19ec86da1b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c49404e9-bd6a-48c6-ae85-6f19ec86da1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:56,611 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:06:56,611 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a796c4d-56f3-4f69-803f-557387ff8463', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a796c4d-56f3-4f69-803f-557387ff8463', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:57,669 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:06:57,669 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25d01c2d-1550-4a11-8177-08eddf590aa6', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25d01c2d-1550-4a11-8177-08eddf590aa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:58,731 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.048s 2022-09-13 20:06:58,731 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3e822ea-654e-4792-a6ae-6ed1e20e011f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3e822ea-654e-4792-a6ae-6ed1e20e011f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:06:59,789 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:06:59,789 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aea3bb84-a424-4ed5-84eb-0427ac98c81a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aea3bb84-a424-4ed5-84eb-0427ac98c81a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:00,854 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.052s 2022-09-13 20:07:00,854 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a8b11cd-5a24-414e-b359-45628417e3e0', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a8b11cd-5a24-414e-b359-45628417e3e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:01,914 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:07:01,915 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-807c9c10-7b5a-46c2-b2e0-1e099f77ee98', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-807c9c10-7b5a-46c2-b2e0-1e099f77ee98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:02,978 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.049s 2022-09-13 20:07:02,979 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65f9a317-1bc2-46b5-86f1-ec42d72d273d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65f9a317-1bc2-46b5-86f1-ec42d72d273d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:04,058 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.065s 2022-09-13 20:07:04,058 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be54e729-bcae-45bc-b75c-fc1f8d1f7825', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be54e729-bcae-45bc-b75c-fc1f8d1f7825', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:05,131 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.058s 2022-09-13 20:07:05,132 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3d9ffc5-3f8d-4a3e-b0fd-5344bb9b6103', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3d9ffc5-3f8d-4a3e-b0fd-5344bb9b6103', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:06,187 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:07:06,187 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62615d3d-f446-4c3f-bf65-24e21f22f1df', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62615d3d-f446-4c3f-bf65-24e21f22f1df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:07,244 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:07,244 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5245f35-04f8-48cb-a9e3-59ca1f5bc062', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5245f35-04f8-48cb-a9e3-59ca1f5bc062', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:08,303 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:07:08,303 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1b6d4d3-bd62-49df-8de3-ac9797fff81c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1b6d4d3-bd62-49df-8de3-ac9797fff81c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:09,360 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:09,360 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd9e7f52-7cd5-407d-94ae-c4ade8d2402c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd9e7f52-7cd5-407d-94ae-c4ade8d2402c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:10,416 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:10,416 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e8c605e-6877-4cfd-ae9f-6cc8eecec7ba', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e8c605e-6877-4cfd-ae9f-6cc8eecec7ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:11,471 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:07:11,472 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f66cbfa-a17e-4233-965c-027e891a3ae3', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f66cbfa-a17e-4233-965c-027e891a3ae3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:12,529 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:12,529 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88c03f16-6fcb-4c9e-b603-3821b9d4302e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88c03f16-6fcb-4c9e-b603-3821b9d4302e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:13,588 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:07:13,588 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77d6f8b8-79c2-47f4-8c4e-87fd7c5e2e9c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77d6f8b8-79c2-47f4-8c4e-87fd7c5e2e9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:14,648 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.046s 2022-09-13 20:07:14,648 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-216dcdc0-16df-45d1-b8c9-490f31454309', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-216dcdc0-16df-45d1-b8c9-490f31454309', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:15,707 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:15,708 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d1c7cc4-12c3-49aa-a35e-9cdc230cfacc', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d1c7cc4-12c3-49aa-a35e-9cdc230cfacc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:16,764 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:16,764 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-100b0038-81bd-4a5c-8f8c-102363433f6e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-100b0038-81bd-4a5c-8f8c-102363433f6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:17,820 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:07:17,821 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca7a72e4-65fe-41a0-a219-98c8cb55e7d7', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca7a72e4-65fe-41a0-a219-98c8cb55e7d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:18,879 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:18,879 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6cec9a0-109c-432b-8870-d53b956f1676', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6cec9a0-109c-432b-8870-d53b956f1676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:19,936 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:19,937 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df2e1005-904e-40d2-bb2b-49137070856b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df2e1005-904e-40d2-bb2b-49137070856b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:20,995 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:20,996 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff0a6670-917a-414a-8bbe-6ab0ab2ac137', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff0a6670-917a-414a-8bbe-6ab0ab2ac137', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:22,055 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:07:22,056 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b37d12a-3eb2-4ba8-919e-9cad218c0741', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b37d12a-3eb2-4ba8-919e-9cad218c0741', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:23,114 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:23,114 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a6ca499-fc9b-48e6-9038-d69a08126281', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a6ca499-fc9b-48e6-9038-d69a08126281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:24,172 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:07:24,172 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5090a9e5-ba86-47bd-993b-06e83dafb123', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5090a9e5-ba86-47bd-993b-06e83dafb123', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:25,230 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:07:25,231 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a3bc250-0d6e-4201-af35-5b6531cbf5fc', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a3bc250-0d6e-4201-af35-5b6531cbf5fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:26,288 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:26,288 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b34a33f5-51a6-4450-8df7-cb82c314042b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b34a33f5-51a6-4450-8df7-cb82c314042b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:27,344 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:07:27,345 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-128242fa-fa64-48c2-9519-e109b1cf5db4', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-128242fa-fa64-48c2-9519-e109b1cf5db4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:28,401 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:28,401 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceafe539-cea4-4887-8a22-12a43f11c5f5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceafe539-cea4-4887-8a22-12a43f11c5f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:29,458 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:07:29,458 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d9d7b21-56b1-4ab8-9fc0-8d53998b6f22', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d9d7b21-56b1-4ab8-9fc0-8d53998b6f22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:30,516 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:07:30,516 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf6b6eea-8fc5-4d78-a34d-dc604290b56b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf6b6eea-8fc5-4d78-a34d-dc604290b56b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:31,572 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:07:31,573 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac10e78a-84c7-4736-a210-2eed9ea18cf7', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac10e78a-84c7-4736-a210-2eed9ea18cf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:32,638 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.051s 2022-09-13 20:07:32,638 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72dbcbcd-de17-406c-a2e6-ba8c1eca36d4', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72dbcbcd-de17-406c-a2e6-ba8c1eca36d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:33,696 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:33,696 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68a78ccb-915c-4136-b360-5b0f3ccc099a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68a78ccb-915c-4136-b360-5b0f3ccc099a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:34,752 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:07:34,752 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62bf2de5-1d91-4e78-bac2-5524f51dc675', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62bf2de5-1d91-4e78-bac2-5524f51dc675', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:35,811 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:07:35,812 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3121a16-3d56-4bf8-b659-52dbadd80e85', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3121a16-3d56-4bf8-b659-52dbadd80e85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:36,870 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:07:36,870 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4610a983-5999-42d7-af7a-927bbdb38e33', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4610a983-5999-42d7-af7a-927bbdb38e33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:37,926 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:07:37,926 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d680f1a9-69ad-4608-afd4-b6a06c595fa7', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d680f1a9-69ad-4608-afd4-b6a06c595fa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:38,983 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:07:38,983 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0914a4ed-2f27-4cf2-85e6-5f809e9d5fa3', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0914a4ed-2f27-4cf2-85e6-5f809e9d5fa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:40,040 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:40,041 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d832698-5c20-4bd4-aaab-fc41c8b76830', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d832698-5c20-4bd4-aaab-fc41c8b76830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:41,098 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:41,098 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f1f6c32-55ce-4f9c-903f-4b823e6080a5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f1f6c32-55ce-4f9c-903f-4b823e6080a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:42,155 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:42,155 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da930d20-f780-4409-8aa8-6b4226ed8799', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da930d20-f780-4409-8aa8-6b4226ed8799', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:43,214 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:43,215 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3c6f05a-1ec7-4065-8d51-9b206dda759a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3c6f05a-1ec7-4065-8d51-9b206dda759a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:44,274 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:07:44,274 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-699570dc-a0f1-4869-9236-83dc1a80919a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-699570dc-a0f1-4869-9236-83dc1a80919a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:45,331 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:45,331 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fe2e9b9-87fa-4cd5-bd7d-7563937b2af9', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fe2e9b9-87fa-4cd5-bd7d-7563937b2af9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:46,391 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.046s 2022-09-13 20:07:46,391 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e344a16-b6de-435b-948e-49dc93cbcf77', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e344a16-b6de-435b-948e-49dc93cbcf77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:47,451 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.046s 2022-09-13 20:07:47,452 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e8d59bb-e41c-443b-b093-618faa194ab1', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e8d59bb-e41c-443b-b093-618faa194ab1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:48,508 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:07:48,508 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12a0a52f-c8f0-4265-a634-9634ed92478d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12a0a52f-c8f0-4265-a634-9634ed92478d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:49,566 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:07:49,566 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be36cfdb-6052-4a7b-a9ed-b981742db48a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be36cfdb-6052-4a7b-a9ed-b981742db48a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:50,626 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.047s 2022-09-13 20:07:50,627 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53893338-4451-40b6-90f7-5250b584d9ea', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53893338-4451-40b6-90f7-5250b584d9ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:51,686 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:51,686 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae6b1df0-a599-4295-bdcb-48648cb37a0b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae6b1df0-a599-4295-bdcb-48648cb37a0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:52,743 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:52,743 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2fb26ce-fc50-43a5-8134-931d35748c32', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2fb26ce-fc50-43a5-8134-931d35748c32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:53,938 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.181s 2022-09-13 20:07:53,938 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acaa76c2-067d-4c44-b406-e5f29acbce8f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acaa76c2-067d-4c44-b406-e5f29acbce8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:54,996 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:54,996 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f230153e-fc93-4c38-9889-b8e9f186cab3', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f230153e-fc93-4c38-9889-b8e9f186cab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:56,053 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:56,054 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1498dcc0-caa5-40d4-8df6-b25be2e3aa82', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1498dcc0-caa5-40d4-8df6-b25be2e3aa82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:57,114 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:07:57,114 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96552c02-66ff-4f25-b2ac-17627dc171d5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96552c02-66ff-4f25-b2ac-17627dc171d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:58,171 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:07:58,171 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fc0a318-f651-463d-a7da-513f8af500c7', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fc0a318-f651-463d-a7da-513f8af500c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:07:59,227 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:07:59,227 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d90fcbc-f5b3-494a-86f0-ccef90047114', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d90fcbc-f5b3-494a-86f0-ccef90047114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:00,284 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:08:00,284 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c822013-7282-41a2-8c95-ee55760da598', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c822013-7282-41a2-8c95-ee55760da598', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:01,340 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:08:01,340 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4591bd75-f6fc-4004-b296-440c13e97da9', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4591bd75-f6fc-4004-b296-440c13e97da9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:02,398 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:02,398 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddfd706c-dfa8-4d24-be52-974bdaf33673', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddfd706c-dfa8-4d24-be52-974bdaf33673', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:03,457 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:08:03,457 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d290cb4-c636-4b60-b6bc-156c12b26b4e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d290cb4-c636-4b60-b6bc-156c12b26b4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:04,514 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:08:04,515 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e154be5-9b72-4cbd-92e7-75a983c47aba', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e154be5-9b72-4cbd-92e7-75a983c47aba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:05,572 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:08:05,572 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67be99f1-6cda-4b6d-9c00-9d2259de47ea', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67be99f1-6cda-4b6d-9c00-9d2259de47ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:06,629 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:06,629 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5914ceb-c4f5-48d3-b50f-b2e2a9dfd3b4', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5914ceb-c4f5-48d3-b50f-b2e2a9dfd3b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:07,685 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:08:07,686 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4777bab-ca8c-4619-8624-90aa83c13fad', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4777bab-ca8c-4619-8624-90aa83c13fad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:08,743 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:08,743 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01cd7438-9ad6-48c2-a67b-b186d9e2db6e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01cd7438-9ad6-48c2-a67b-b186d9e2db6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:09,800 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:08:09,800 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-414d8380-ff8c-42d2-ada6-554bad87f71f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-414d8380-ff8c-42d2-ada6-554bad87f71f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:10,862 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.047s 2022-09-13 20:08:10,863 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ab4026d-e010-4dac-b59d-299442521998', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ab4026d-e010-4dac-b59d-299442521998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:11,920 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:11,920 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25786737-87ec-4a31-aadb-a126ce1b3ef8', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25786737-87ec-4a31-aadb-a126ce1b3ef8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:12,978 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:12,979 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1a2efd3-3d24-4847-b40f-d595e730616c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1a2efd3-3d24-4847-b40f-d595e730616c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:14,044 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.052s 2022-09-13 20:08:14,045 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14f0a166-faae-4b08-8c19-ad0d3df158f9', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14f0a166-faae-4b08-8c19-ad0d3df158f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:15,107 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.047s 2022-09-13 20:08:15,108 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53964b47-12bd-4be4-822b-8f470222bf87', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53964b47-12bd-4be4-822b-8f470222bf87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:16,164 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:16,164 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fde58ad-6304-4262-b594-f27365f13128', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fde58ad-6304-4262-b594-f27365f13128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:17,221 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:17,222 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aab27e5a-44a5-410a-ab77-f6475eda45a5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aab27e5a-44a5-410a-ab77-f6475eda45a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:18,278 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:18,279 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b198f475-bec5-4136-a86c-38d7f7fc07f0', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b198f475-bec5-4136-a86c-38d7f7fc07f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:19,339 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.046s 2022-09-13 20:08:19,339 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ea97fce-08f8-4c19-a4b3-b0b770eb759e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ea97fce-08f8-4c19-a4b3-b0b770eb759e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:20,396 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:20,396 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c97628c7-c534-4e35-ab9e-daed4a17181a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c97628c7-c534-4e35-ab9e-daed4a17181a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:21,453 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:21,453 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a34b9fb-51c0-4dcc-9034-3cb961033bd9', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a34b9fb-51c0-4dcc-9034-3cb961033bd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:22,511 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:08:22,511 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b289c66b-0ecb-4d83-ae58-04dbf791b5ba', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b289c66b-0ecb-4d83-ae58-04dbf791b5ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:23,568 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:08:23,568 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c4b8ca0-7e43-43a8-87cb-2b9f0cb191bf', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c4b8ca0-7e43-43a8-87cb-2b9f0cb191bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:24,626 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:08:24,626 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ec39337-3e72-4fea-8f41-f6f44c1dc32f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ec39337-3e72-4fea-8f41-f6f44c1dc32f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:25,683 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:25,683 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ee0f8fc-c27b-442a-b1d8-b2bf7d3c82d7', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ee0f8fc-c27b-442a-b1d8-b2bf7d3c82d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:26,741 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:08:26,742 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e3a44f7-dbc2-4caa-b20f-e45ed974807e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e3a44f7-dbc2-4caa-b20f-e45ed974807e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:27,798 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:27,799 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7033e53d-97da-4c9c-850b-a73df9f756f6', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7033e53d-97da-4c9c-850b-a73df9f756f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:28,856 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:08:28,857 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7142f60f-6e00-4ecf-ac04-7b500ad7e060', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7142f60f-6e00-4ecf-ac04-7b500ad7e060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:29,913 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:29,914 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d6cac67-3cc1-45f8-bd8a-1128b51cc336', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d6cac67-3cc1-45f8-bd8a-1128b51cc336', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:30,972 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:08:30,973 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5114d60f-35ef-434d-886f-f66f806fe202', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5114d60f-35ef-434d-886f-f66f806fe202', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:32,029 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:08:32,029 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-963cdc18-6a2b-4135-987b-de8e02c8d9a6', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-963cdc18-6a2b-4135-987b-de8e02c8d9a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:33,096 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.052s 2022-09-13 20:08:33,096 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8b5b560-4e35-4931-a775-ee73ff19b44f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8b5b560-4e35-4931-a775-ee73ff19b44f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:34,153 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:34,153 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ae86587-9aed-44a4-9a76-0cad3bedb647', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ae86587-9aed-44a4-9a76-0cad3bedb647', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:35,211 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:35,211 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebc21f5e-bc35-483d-9b8b-1e4a4e831b50', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebc21f5e-bc35-483d-9b8b-1e4a4e831b50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:36,268 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:36,268 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a75aee99-8321-42eb-8576-b64ddd48542b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a75aee99-8321-42eb-8576-b64ddd48542b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:37,324 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:37,325 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32ce4da7-4dca-4043-a884-a3d852e829d7', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32ce4da7-4dca-4043-a884-a3d852e829d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:38,381 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:08:38,381 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72594f31-1449-4419-b894-e1b3b433252c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72594f31-1449-4419-b894-e1b3b433252c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:39,439 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:08:39,439 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d071d9f-72bc-444e-a4b1-29ff0f19c130', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d071d9f-72bc-444e-a4b1-29ff0f19c130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:40,499 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.046s 2022-09-13 20:08:40,500 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eef2cb4a-5b26-4c3b-96c0-2f6ea7550b12', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eef2cb4a-5b26-4c3b-96c0-2f6ea7550b12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:41,558 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:08:41,559 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65f9c9b1-ba48-43e6-9bb0-0e6e981a6e2d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65f9c9b1-ba48-43e6-9bb0-0e6e981a6e2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:42,616 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:08:42,616 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b71b57b1-711a-4fd4-9aad-5ddd07b9e46c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b71b57b1-711a-4fd4-9aad-5ddd07b9e46c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:43,674 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:08:43,674 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74b7b113-fa8a-4097-9f68-775d4370e32e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74b7b113-fa8a-4097-9f68-775d4370e32e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:44,744 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.055s 2022-09-13 20:08:44,744 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5946575-ce68-4f03-9e75-bcee5a85428a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5946575-ce68-4f03-9e75-bcee5a85428a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:45,800 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:08:45,801 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0123f89c-0ef5-4a2b-9144-d40c642c3dad', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0123f89c-0ef5-4a2b-9144-d40c642c3dad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:46,860 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:08:46,861 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a08c3efc-0684-42cf-b4c9-76288a25004c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a08c3efc-0684-42cf-b4c9-76288a25004c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:47,919 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:47,919 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-360f90cb-ee60-433b-a513-88a31b9c2b6b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-360f90cb-ee60-433b-a513-88a31b9c2b6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:48,975 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:08:48,976 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad7e87ad-842f-4593-b80f-91a3c2d04906', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad7e87ad-842f-4593-b80f-91a3c2d04906', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:50,035 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:08:50,035 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f9ada78-7225-49e6-a98d-513e2f50766e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f9ada78-7225-49e6-a98d-513e2f50766e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:51,093 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:51,093 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69a3c2ce-00da-4609-8da2-fb8f4ec9699f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69a3c2ce-00da-4609-8da2-fb8f4ec9699f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:52,151 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:08:52,151 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e003b7f-1dc4-48cf-b505-43ed9e826801', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e003b7f-1dc4-48cf-b505-43ed9e826801', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:53,208 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:08:53,208 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa9f864b-ad76-481d-b320-b04b64b64c83', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa9f864b-ad76-481d-b320-b04b64b64c83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:54,266 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:08:54,266 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-652253a9-de33-4070-8568-b16ca8376ceb', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-652253a9-de33-4070-8568-b16ca8376ceb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:55,324 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:55,325 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-416af2d3-df85-4dce-8d4c-30b299ffc2c3', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-416af2d3-df85-4dce-8d4c-30b299ffc2c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:56,383 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:56,383 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b77419d6-8575-4ccc-8cb9-24e2bdc79b2a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b77419d6-8575-4ccc-8cb9-24e2bdc79b2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:57,440 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:08:57,440 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a424b41b-a663-4d21-90de-c024035d803b', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a424b41b-a663-4d21-90de-c024035d803b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:58,499 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:08:58,499 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e47da8b7-6d7b-418b-9326-6c1449d49400', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e47da8b7-6d7b-418b-9326-6c1449d49400', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:08:59,558 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:08:59,558 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ade58829-53cc-4952-a324-6319a6ca4ea8', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ade58829-53cc-4952-a324-6319a6ca4ea8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:00,618 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.046s 2022-09-13 20:09:00,619 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a007e95b-b32f-439b-8e8b-2329fa4a7deb', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a007e95b-b32f-439b-8e8b-2329fa4a7deb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:01,679 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:09:01,680 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f45eb529-48f6-4fdd-b602-66c6340aa21e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f45eb529-48f6-4fdd-b602-66c6340aa21e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:02,740 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.046s 2022-09-13 20:09:02,741 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c25d93f-0e3c-4b13-9dc5-bce96931568c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c25d93f-0e3c-4b13-9dc5-bce96931568c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:03,797 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:09:03,798 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31e6c5c3-254b-4533-a302-b179f554ef6e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31e6c5c3-254b-4533-a302-b179f554ef6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:04,855 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:09:04,855 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95a62a6d-b968-4336-8af4-4a01e3084d6a', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95a62a6d-b968-4336-8af4-4a01e3084d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:05,912 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:09:05,913 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ccb2b6b-2887-433d-8ce3-c32f170757c4', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ccb2b6b-2887-433d-8ce3-c32f170757c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:06,969 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:09:06,970 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b117a93-4cf6-4f01-ab2e-1862736be075', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b117a93-4cf6-4f01-ab2e-1862736be075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:08,027 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:09:08,027 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-711d9c41-07a9-4ac8-8a28-05a681d9292d', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-711d9c41-07a9-4ac8-8a28-05a681d9292d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:09,083 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:09:09,084 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bf68969-0c64-4eb6-bb82-471e4fccda80', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bf68969-0c64-4eb6-bb82-471e4fccda80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:10,141 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:09:10,142 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c25a1ec-ad27-436f-a899-a062b5c971d1', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c25a1ec-ad27-436f-a899-a062b5c971d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:11,203 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.046s 2022-09-13 20:09:11,204 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91a5d7b5-8a52-4bbc-afc3-0fc54d0474e2', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91a5d7b5-8a52-4bbc-afc3-0fc54d0474e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:12,267 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.050s 2022-09-13 20:09:12,268 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa1510d2-5738-4011-b7d0-a87e4659baaa', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa1510d2-5738-4011-b7d0-a87e4659baaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:13,345 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.063s 2022-09-13 20:09:13,345 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af426e48-d877-46d0-a05c-bdf5a105df25', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af426e48-d877-46d0-a05c-bdf5a105df25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:14,404 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:09:14,405 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ac483b3-346f-405d-a9c4-110ef9940324', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ac483b3-346f-405d-a9c4-110ef9940324', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:15,467 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.047s 2022-09-13 20:09:15,467 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-289a35fc-33f9-4622-b1d0-b40e0094b160', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-289a35fc-33f9-4622-b1d0-b40e0094b160', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:16,523 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:09:16,524 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba3eaa98-f48c-4d10-b579-44a4cb869d1e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba3eaa98-f48c-4d10-b579-44a4cb869d1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:17,580 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:09:17,580 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-900fe31e-18cf-4213-83f5-25f7e63b4ce5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-900fe31e-18cf-4213-83f5-25f7e63b4ce5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:18,637 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:09:18,638 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85f85153-50bd-43c4-b5bd-3d8a2cc8278f', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85f85153-50bd-43c4-b5bd-3d8a2cc8278f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:19,697 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:09:19,698 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa83f1a3-a4e0-46bb-a0c2-e12f428e1ec5', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa83f1a3-a4e0-46bb-a0c2-e12f428e1ec5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:20,755 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.045s 2022-09-13 20:09:20,756 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf18f785-18a5-4e7c-ae42-45ec72c13291', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf18f785-18a5-4e7c-ae42-45ec72c13291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:21,813 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:09:21,813 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-621b236e-9094-46a0-b003-eb8204bb891c', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-621b236e-9094-46a0-b003-eb8204bb891c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:22,871 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:09:22,872 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a95f8e13-b008-4797-9fa9-ff14b86ee673', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a95f8e13-b008-4797-9fa9-ff14b86ee673', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:23,929 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:09:23,930 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77004832-9013-4df4-a504-6a80a271f997', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77004832-9013-4df4-a504-6a80a271f997', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:24,987 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:09:24,987 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e714236f-06a0-4fbf-82d7-95ed4c7d22d1', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e714236f-06a0-4fbf-82d7-95ed4c7d22d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:26,044 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:09:26,044 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb9a7253-6a96-4712-b09d-51ce1ddfc748', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb9a7253-6a96-4712-b09d-51ce1ddfc748', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:27,103 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:09:27,104 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7910ed9-a262-4586-a92a-343ed28dee34', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7910ed9-a262-4586-a92a-343ed28dee34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:28,160 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:09:28,161 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c2ca01a-cb3b-4d71-8a57-d45606d35e21', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c2ca01a-cb3b-4d71-8a57-d45606d35e21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:29,224 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.049s 2022-09-13 20:09:29,224 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d67fccec-366a-462f-a2b6-9a723d49f56e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d67fccec-366a-462f-a2b6-9a723d49f56e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:30,283 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:09:30,283 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6a7be9f-e561-4ca1-b574-131f8e514de8', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6a7be9f-e561-4ca1-b574-131f8e514de8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:31,339 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.043s 2022-09-13 20:09:31,339 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d26035af-3cd4-4cf8-8802-cb21eff18b21', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d26035af-3cd4-4cf8-8802-cb21eff18b21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:32,396 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:09:32,396 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-060150dd-258c-4977-a24e-6753a3323a81', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-060150dd-258c-4977-a24e-6753a3323a81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:33,454 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.044s 2022-09-13 20:09:33,454 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-402ca80e-d563-400b-b7c4-b518b91bda12', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-402ca80e-d563-400b-b7c4-b518b91bda12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:34,510 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec 0.042s 2022-09-13 20:09:34,510 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d50ca7bd-be30-4f7b-8f08-0d752600a72e', 'content-length': '1211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d50ca7bd-be30-4f7b-8f08-0d752600a72e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec'} Body: b'{"volume": {"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:48.000000", "updated_at": "2022-09-13T19:57:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-332041422", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/7d4531a73035420fb3f73e1fd43af258/volumes/c33757e0-5620-4c77-980c-a404dbb088ec"}], "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec", "attachment_id": "2919f9fe-237f-4499-a67a-b0ffc7cdd36c", "volume_id": "c33757e0-5620-4c77-980c-a404dbb088ec", "server_id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:55.000000"}], "os-vol-tenant-attr:tenant_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:09:34,660 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.137s 2022-09-13 20:09:34,661 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:34 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-af1c4c1e-8a83-4799-923d-e127b93a8de2', 'x-compute-request-id': 'req-af1c4c1e-8a83-4799-923d-e127b93a8de2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'' 2022-09-13 20:09:34,818 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.156s 2022-09-13 20:09:34,818 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b42b8207-84d1-43f9-bded-07c7bd7f787c', 'x-compute-request-id': 'req-b42b8207-84d1-43f9-bded-07c7bd7f787c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:36,133 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.300s 2022-09-13 20:09:36,133 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d028d784-0815-41b8-9b07-3486f5356339', 'x-compute-request-id': 'req-d028d784-0815-41b8-9b07-3486f5356339', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:37,314 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.165s 2022-09-13 20:09:37,314 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b684856c-5762-4ff1-89a0-655014888953', 'x-compute-request-id': 'req-b684856c-5762-4ff1-89a0-655014888953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:38,478 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.149s 2022-09-13 20:09:38,478 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a8c9285-e899-45a2-872c-2547a286d52c', 'x-compute-request-id': 'req-6a8c9285-e899-45a2-872c-2547a286d52c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:39,648 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:09:39,648 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38818c66-6e37-4a49-ade0-54e2c8dac1b4', 'x-compute-request-id': 'req-38818c66-6e37-4a49-ade0-54e2c8dac1b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:40,815 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.151s 2022-09-13 20:09:40,816 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f61f2f75-8486-416a-89a8-b602994fa50e', 'x-compute-request-id': 'req-f61f2f75-8486-416a-89a8-b602994fa50e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:41,986 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:09:41,987 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab073e26-c0c4-4404-bb75-f172a77ab5fc', 'x-compute-request-id': 'req-ab073e26-c0c4-4404-bb75-f172a77ab5fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:43,162 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.161s 2022-09-13 20:09:43,163 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdbdc805-e7d6-40ab-b3f5-2e784eda38ee', 'x-compute-request-id': 'req-bdbdc805-e7d6-40ab-b3f5-2e784eda38ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:44,331 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:09:44,331 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdde4314-c5ae-4563-a9f9-509a47ad13a1', 'x-compute-request-id': 'req-fdde4314-c5ae-4563-a9f9-509a47ad13a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:45,498 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:09:45,498 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14885906-e960-4fdc-92b8-d85c92de5c08', 'x-compute-request-id': 'req-14885906-e960-4fdc-92b8-d85c92de5c08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:46,672 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:09:46,672 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7ae76e3-095c-48e7-81a8-c060c8b3c30a', 'x-compute-request-id': 'req-c7ae76e3-095c-48e7-81a8-c060c8b3c30a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:47,842 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:09:47,842 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14909109-9754-4201-b1dc-2e3034bebd54', 'x-compute-request-id': 'req-14909109-9754-4201-b1dc-2e3034bebd54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:49,009 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:09:49,009 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9833538-e858-4e14-b957-d3881d7896d6', 'x-compute-request-id': 'req-d9833538-e858-4e14-b957-d3881d7896d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:50,418 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.394s 2022-09-13 20:09:50,419 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92fe4198-29ec-4cdc-9156-f5b976421f8c', 'x-compute-request-id': 'req-92fe4198-29ec-4cdc-9156-f5b976421f8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:51,588 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:09:51,588 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bc1d7a7-14eb-4992-9e01-262bf3241c77', 'x-compute-request-id': 'req-0bc1d7a7-14eb-4992-9e01-262bf3241c77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:52,753 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.149s 2022-09-13 20:09:52,753 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1b6d50c-f3fb-425d-8905-7bbbcff0c52e', 'x-compute-request-id': 'req-b1b6d50c-f3fb-425d-8905-7bbbcff0c52e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:53,922 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:09:53,922 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c987bdf-4f48-43a7-897c-81e766eb0d11', 'x-compute-request-id': 'req-4c987bdf-4f48-43a7-897c-81e766eb0d11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:55,087 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:09:55,088 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92fb5b63-d166-4c19-acb8-eb665b544cb1', 'x-compute-request-id': 'req-92fb5b63-d166-4c19-acb8-eb665b544cb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:56,256 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:09:56,256 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2756bf9b-81b6-4854-9376-06c193437b6b', 'x-compute-request-id': 'req-2756bf9b-81b6-4854-9376-06c193437b6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:57,434 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.162s 2022-09-13 20:09:57,434 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7d6bc75-8dbc-417d-83cc-ad008f89a517', 'x-compute-request-id': 'req-b7d6bc75-8dbc-417d-83cc-ad008f89a517', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:58,611 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.162s 2022-09-13 20:09:58,611 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a47cb39-6daf-4cb1-935e-6ee3668c9c17', 'x-compute-request-id': 'req-4a47cb39-6daf-4cb1-935e-6ee3668c9c17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:09:59,781 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:09:59,781 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3fcb436-cc2f-4adb-bc62-4dd106c5d006', 'x-compute-request-id': 'req-a3fcb436-cc2f-4adb-bc62-4dd106c5d006', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:00,953 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.156s 2022-09-13 20:10:00,953 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0578901c-cf9a-4946-a9db-47a09ce573e8', 'x-compute-request-id': 'req-0578901c-cf9a-4946-a9db-47a09ce573e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:02,118 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:10:02,118 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eede77af-1365-426a-b423-4a0fffaf6bec', 'x-compute-request-id': 'req-eede77af-1365-426a-b423-4a0fffaf6bec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:03,284 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.151s 2022-09-13 20:10:03,284 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aaeaf7c8-4a6f-49d4-ab6d-63f6a2ae6fa6', 'x-compute-request-id': 'req-aaeaf7c8-4a6f-49d4-ab6d-63f6a2ae6fa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:04,459 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.159s 2022-09-13 20:10:04,460 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93f67d94-01a3-4b93-8fc0-b91db53630f0', 'x-compute-request-id': 'req-93f67d94-01a3-4b93-8fc0-b91db53630f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:05,632 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.157s 2022-09-13 20:10:05,633 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4efb6b43-1505-4bf4-957c-ee84c44d07cd', 'x-compute-request-id': 'req-4efb6b43-1505-4bf4-957c-ee84c44d07cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:06,802 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:10:06,802 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b32b2b3-ac32-47f3-93aa-3b591fbd1b0b', 'x-compute-request-id': 'req-3b32b2b3-ac32-47f3-93aa-3b591fbd1b0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:07,975 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:10:07,976 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-590e85d6-4a2b-4ab3-877e-24753f8da515', 'x-compute-request-id': 'req-590e85d6-4a2b-4ab3-877e-24753f8da515', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:09,141 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:10:09,142 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5d01107-4399-4a93-a985-346eb36fa3a9', 'x-compute-request-id': 'req-d5d01107-4399-4a93-a985-346eb36fa3a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:10,314 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:10:10,315 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2970e36-f50b-481a-b479-3c924dc8eae1', 'x-compute-request-id': 'req-c2970e36-f50b-481a-b479-3c924dc8eae1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:11,492 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.162s 2022-09-13 20:10:11,492 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27fd4d77-6b35-423f-8d01-04ed02fd2f82', 'x-compute-request-id': 'req-27fd4d77-6b35-423f-8d01-04ed02fd2f82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:12,665 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.156s 2022-09-13 20:10:12,666 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37741b2b-3d05-44c2-b0b3-49ab28ed0c3c', 'x-compute-request-id': 'req-37741b2b-3d05-44c2-b0b3-49ab28ed0c3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:13,828 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.148s 2022-09-13 20:10:13,828 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b3a234e-7360-4f6b-93cc-cfb686f6ae16', 'x-compute-request-id': 'req-3b3a234e-7360-4f6b-93cc-cfb686f6ae16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:14,996 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:10:14,997 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-896fde9e-f9f9-4d02-a1ab-cf80fc7657fc', 'x-compute-request-id': 'req-896fde9e-f9f9-4d02-a1ab-cf80fc7657fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:16,162 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:10:16,163 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8609a3b6-9872-4cf8-8b2c-f8597aa453db', 'x-compute-request-id': 'req-8609a3b6-9872-4cf8-8b2c-f8597aa453db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:17,328 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:10:17,328 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-151c4e41-7dbd-4180-bb57-c31a87523ddd', 'x-compute-request-id': 'req-151c4e41-7dbd-4180-bb57-c31a87523ddd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:18,498 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:10:18,498 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5916889c-7c5c-4dc3-b2dc-72608b36dc50', 'x-compute-request-id': 'req-5916889c-7c5c-4dc3-b2dc-72608b36dc50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:19,673 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.159s 2022-09-13 20:10:19,673 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e50e9f8a-ae7e-4b6d-9fb4-643cfc38e26d', 'x-compute-request-id': 'req-e50e9f8a-ae7e-4b6d-9fb4-643cfc38e26d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:20,852 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.163s 2022-09-13 20:10:20,852 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20b6ef5e-560d-45ca-ad1c-5c9c04ce89e1', 'x-compute-request-id': 'req-20b6ef5e-560d-45ca-ad1c-5c9c04ce89e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:22,020 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:10:22,021 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e757b2ba-bec4-4ae4-9937-875683ec2a1b', 'x-compute-request-id': 'req-e757b2ba-bec4-4ae4-9937-875683ec2a1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:23,194 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.159s 2022-09-13 20:10:23,195 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-001c993f-a8d5-4812-9e65-70d0dbacdd2a', 'x-compute-request-id': 'req-001c993f-a8d5-4812-9e65-70d0dbacdd2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:24,362 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.151s 2022-09-13 20:10:24,362 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe68af7c-e2b9-4f1b-8440-d2ecc277f7c7', 'x-compute-request-id': 'req-fe68af7c-e2b9-4f1b-8440-d2ecc277f7c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:25,534 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.157s 2022-09-13 20:10:25,534 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5d0aea6-b8c2-4aff-9fae-b8df66e66f68', 'x-compute-request-id': 'req-c5d0aea6-b8c2-4aff-9fae-b8df66e66f68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:26,704 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:10:26,704 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-560968f8-c7e7-452b-8b27-7aa72139fa31', 'x-compute-request-id': 'req-560968f8-c7e7-452b-8b27-7aa72139fa31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:27,872 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:10:27,873 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a29ce4c8-47fe-48ea-9bd4-2ef1f7ccc9c8', 'x-compute-request-id': 'req-a29ce4c8-47fe-48ea-9bd4-2ef1f7ccc9c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:29,051 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:10:29,051 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a35bd9e-2bfe-431d-8727-84db219fdf9d', 'x-compute-request-id': 'req-4a35bd9e-2bfe-431d-8727-84db219fdf9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:30,220 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:10:30,220 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cc6cab1-c2d6-438d-b1f4-0125390a8f3b', 'x-compute-request-id': 'req-7cc6cab1-c2d6-438d-b1f4-0125390a8f3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:31,383 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.149s 2022-09-13 20:10:31,384 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82d33a40-7a89-4098-ab2c-6663a8d04db5', 'x-compute-request-id': 'req-82d33a40-7a89-4098-ab2c-6663a8d04db5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:32,555 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.156s 2022-09-13 20:10:32,556 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8cb428c-7bf8-4ca7-b3bd-a455b3cef38f', 'x-compute-request-id': 'req-e8cb428c-7bf8-4ca7-b3bd-a455b3cef38f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:33,728 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.156s 2022-09-13 20:10:33,728 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d35b21d2-2588-4994-81bf-ca00e29d51b3', 'x-compute-request-id': 'req-d35b21d2-2588-4994-81bf-ca00e29d51b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:35,071 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.327s 2022-09-13 20:10:35,071 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8095fe1f-0fdb-41c2-93f4-39e5bda15ba8', 'x-compute-request-id': 'req-8095fe1f-0fdb-41c2-93f4-39e5bda15ba8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:36,242 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.156s 2022-09-13 20:10:36,243 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fee3a39-d3d1-4707-95ef-92929b421329', 'x-compute-request-id': 'req-3fee3a39-d3d1-4707-95ef-92929b421329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:37,410 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:10:37,410 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc970bcc-976b-400c-a24b-10fdf7fb9669', 'x-compute-request-id': 'req-cc970bcc-976b-400c-a24b-10fdf7fb9669', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:38,577 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:10:38,577 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e01212d5-a448-4414-bfd7-c085cfa5c8bd', 'x-compute-request-id': 'req-e01212d5-a448-4414-bfd7-c085cfa5c8bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:39,748 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:10:39,749 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d1ffbe1-7215-43b1-b7d9-096ccddeaf17', 'x-compute-request-id': 'req-1d1ffbe1-7215-43b1-b7d9-096ccddeaf17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:40,918 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:10:40,919 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6a433f2-ff03-4185-96bb-73a6dd266fa2', 'x-compute-request-id': 'req-c6a433f2-ff03-4185-96bb-73a6dd266fa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:42,098 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.164s 2022-09-13 20:10:42,098 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea71c249-8305-4cf0-b192-674a93b352f3', 'x-compute-request-id': 'req-ea71c249-8305-4cf0-b192-674a93b352f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:43,264 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:10:43,264 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0adffb0-1bb0-4152-b07f-f448763c2051', 'x-compute-request-id': 'req-c0adffb0-1bb0-4152-b07f-f448763c2051', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:44,431 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:10:44,432 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a708f4be-49d4-4e18-8097-b618a73440fd', 'x-compute-request-id': 'req-a708f4be-49d4-4e18-8097-b618a73440fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:45,601 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:10:45,602 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c75f880-6e45-4187-bb77-2608d8a4f1c4', 'x-compute-request-id': 'req-5c75f880-6e45-4187-bb77-2608d8a4f1c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:46,776 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:10:46,776 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b2861ae-9511-492a-89fd-f4862825987d', 'x-compute-request-id': 'req-8b2861ae-9511-492a-89fd-f4862825987d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:47,944 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:10:47,944 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61ceda9a-9a79-48bb-9da7-84858a272d80', 'x-compute-request-id': 'req-61ceda9a-9a79-48bb-9da7-84858a272d80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:49,109 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.149s 2022-09-13 20:10:49,109 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9ec7a53-bb97-4a32-86d5-426b8146499c', 'x-compute-request-id': 'req-b9ec7a53-bb97-4a32-86d5-426b8146499c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:50,284 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.159s 2022-09-13 20:10:50,284 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-990aa958-70fe-478b-8737-8d396d1ab608', 'x-compute-request-id': 'req-990aa958-70fe-478b-8737-8d396d1ab608', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:51,458 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:10:51,458 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82f837de-4cd5-4411-bd69-d2fd3b736efc', 'x-compute-request-id': 'req-82f837de-4cd5-4411-bd69-d2fd3b736efc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:52,626 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:10:52,627 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6204c595-8c59-4af1-b06d-fd72ba808068', 'x-compute-request-id': 'req-6204c595-8c59-4af1-b06d-fd72ba808068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:53,801 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.159s 2022-09-13 20:10:53,801 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bda3320-cb0b-42f3-a427-741e9269dc38', 'x-compute-request-id': 'req-3bda3320-cb0b-42f3-a427-741e9269dc38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:54,971 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:10:54,971 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61bad702-fb8e-4f34-aeb3-29a2ec491e1f', 'x-compute-request-id': 'req-61bad702-fb8e-4f34-aeb3-29a2ec491e1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:56,150 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.163s 2022-09-13 20:10:56,150 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3dd1753e-d76f-4b8f-8723-3f88cfc3b3e8', 'x-compute-request-id': 'req-3dd1753e-d76f-4b8f-8723-3f88cfc3b3e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:57,314 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.149s 2022-09-13 20:10:57,315 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63da1093-f1e7-45f6-9378-58f883ac108d', 'x-compute-request-id': 'req-63da1093-f1e7-45f6-9378-58f883ac108d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:58,479 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.149s 2022-09-13 20:10:58,479 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f2fbe9e-45be-4570-ba3c-f2937500a16b', 'x-compute-request-id': 'req-4f2fbe9e-45be-4570-ba3c-f2937500a16b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:10:59,650 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:10:59,650 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a89bd70-17b4-46c4-85a8-271f4d98edd5', 'x-compute-request-id': 'req-9a89bd70-17b4-46c4-85a8-271f4d98edd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:00,819 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:11:00,820 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72bd1f10-e57c-4727-a246-724ee8410a5f', 'x-compute-request-id': 'req-72bd1f10-e57c-4727-a246-724ee8410a5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:01,997 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.162s 2022-09-13 20:11:01,998 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-781ab839-e36a-4e81-8730-8305eb4bb30f', 'x-compute-request-id': 'req-781ab839-e36a-4e81-8730-8305eb4bb30f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:03,167 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:11:03,167 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d871952b-8569-413a-8bc9-3cd0eae7d3d7', 'x-compute-request-id': 'req-d871952b-8569-413a-8bc9-3cd0eae7d3d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:04,334 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:11:04,334 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c676744-691f-41e6-b4ab-915fdbf0cb5b', 'x-compute-request-id': 'req-8c676744-691f-41e6-b4ab-915fdbf0cb5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:05,501 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:11:05,502 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa547031-7568-43d1-a9f6-75e967c05304', 'x-compute-request-id': 'req-aa547031-7568-43d1-a9f6-75e967c05304', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:06,671 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:11:06,672 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55c04560-e214-4d3b-9fdf-09e9f3ce220b', 'x-compute-request-id': 'req-55c04560-e214-4d3b-9fdf-09e9f3ce220b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:07,840 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:11:07,841 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81ddcef3-638b-4d45-bf85-940f9f811375', 'x-compute-request-id': 'req-81ddcef3-638b-4d45-bf85-940f9f811375', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:09,011 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:11:09,012 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc883b11-87ff-4243-bd32-c66b1c397939', 'x-compute-request-id': 'req-dc883b11-87ff-4243-bd32-c66b1c397939', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:10,181 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:11:10,182 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-191da8d1-6280-4fe5-94e2-13bce3a57286', 'x-compute-request-id': 'req-191da8d1-6280-4fe5-94e2-13bce3a57286', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:11,345 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.149s 2022-09-13 20:11:11,346 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fa5e8fa-d83d-45d3-887d-4cb05ab85d5f', 'x-compute-request-id': 'req-4fa5e8fa-d83d-45d3-887d-4cb05ab85d5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:12,515 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:11:12,515 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ba14d6f-62ac-4c72-a353-f9c6dbbc6d39', 'x-compute-request-id': 'req-5ba14d6f-62ac-4c72-a353-f9c6dbbc6d39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:13,695 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.164s 2022-09-13 20:11:13,695 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b4ed0a7-55b1-4226-9b2e-7ee877fa682e', 'x-compute-request-id': 'req-9b4ed0a7-55b1-4226-9b2e-7ee877fa682e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:14,880 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.169s 2022-09-13 20:11:14,881 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9ddab0c-0ffa-4226-a149-3bc1f95de21b', 'x-compute-request-id': 'req-b9ddab0c-0ffa-4226-a149-3bc1f95de21b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:16,054 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:11:16,055 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03a7cef5-6bcf-444b-b53e-835344926bcf', 'x-compute-request-id': 'req-03a7cef5-6bcf-444b-b53e-835344926bcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:17,223 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:11:17,224 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3698dee-f064-4a5d-bc47-5eea1f5dc140', 'x-compute-request-id': 'req-a3698dee-f064-4a5d-bc47-5eea1f5dc140', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:18,395 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.156s 2022-09-13 20:11:18,395 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-452a1922-652a-4755-be15-b0a436f99d50', 'x-compute-request-id': 'req-452a1922-652a-4755-be15-b0a436f99d50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:19,560 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:11:19,561 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6df9bd22-4ec0-4580-9dc1-35a55ff8ce13', 'x-compute-request-id': 'req-6df9bd22-4ec0-4580-9dc1-35a55ff8ce13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:20,728 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:11:20,728 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-145009ef-c9b6-4222-903a-f97d59101313', 'x-compute-request-id': 'req-145009ef-c9b6-4222-903a-f97d59101313', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:21,906 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.162s 2022-09-13 20:11:21,906 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-380542aa-c0d0-4773-915a-25e7ededb61e', 'x-compute-request-id': 'req-380542aa-c0d0-4773-915a-25e7ededb61e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:23,080 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.157s 2022-09-13 20:11:23,080 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0759d299-d8ef-4962-bed6-d7e01cc3d568', 'x-compute-request-id': 'req-0759d299-d8ef-4962-bed6-d7e01cc3d568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:24,252 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.156s 2022-09-13 20:11:24,252 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b0f9ec6-d230-4a51-90c3-ae5a9a69345c', 'x-compute-request-id': 'req-3b0f9ec6-d230-4a51-90c3-ae5a9a69345c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:25,418 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.151s 2022-09-13 20:11:25,419 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ab8ffb1-6efd-4c80-a3d0-1b3bb290ba66', 'x-compute-request-id': 'req-9ab8ffb1-6efd-4c80-a3d0-1b3bb290ba66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:26,585 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.151s 2022-09-13 20:11:26,585 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a33f48c2-ebb0-4a32-8b17-c1d7fb517415', 'x-compute-request-id': 'req-a33f48c2-ebb0-4a32-8b17-c1d7fb517415', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:27,752 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:11:27,753 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6730d454-1bbd-4b89-8c58-499357d86525', 'x-compute-request-id': 'req-6730d454-1bbd-4b89-8c58-499357d86525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:28,926 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:11:28,926 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6279eaa-1c7b-4dd0-9042-165350ac5f45', 'x-compute-request-id': 'req-f6279eaa-1c7b-4dd0-9042-165350ac5f45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:30,098 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.156s 2022-09-13 20:11:30,098 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6080cad4-e59f-4b78-ad6e-c79277c75084', 'x-compute-request-id': 'req-6080cad4-e59f-4b78-ad6e-c79277c75084', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:31,263 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:11:31,264 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54580137-4857-4355-9755-8d58d6e2b2fc', 'x-compute-request-id': 'req-54580137-4857-4355-9755-8d58d6e2b2fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:32,430 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:11:32,431 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae1c4dab-047b-41ba-aaec-60c2bb8243b5', 'x-compute-request-id': 'req-ae1c4dab-047b-41ba-aaec-60c2bb8243b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:33,598 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:11:33,599 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fed5b47d-bf9b-45a5-ad6a-232095f19bee', 'x-compute-request-id': 'req-fed5b47d-bf9b-45a5-ad6a-232095f19bee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:34,765 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:11:34,765 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-484d8bc6-4eb3-4ec4-9103-cf0b3a307ea7', 'x-compute-request-id': 'req-484d8bc6-4eb3-4ec4-9103-cf0b3a307ea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:35,941 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.159s 2022-09-13 20:11:35,941 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39f86bf1-0a85-40d3-93bb-bcec99c5b973', 'x-compute-request-id': 'req-39f86bf1-0a85-40d3-93bb-bcec99c5b973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:37,120 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.164s 2022-09-13 20:11:37,120 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b09136fe-3980-42b2-901e-7174da00e2c2', 'x-compute-request-id': 'req-b09136fe-3980-42b2-901e-7174da00e2c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:38,285 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:11:38,285 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53c83e33-f7b7-4d37-9371-f2ab2d0c273c', 'x-compute-request-id': 'req-53c83e33-f7b7-4d37-9371-f2ab2d0c273c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:39,457 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.156s 2022-09-13 20:11:39,457 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-028409d8-34ae-4ae3-a894-97d4ccd09e5a', 'x-compute-request-id': 'req-028409d8-34ae-4ae3-a894-97d4ccd09e5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:40,623 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:11:40,624 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fc07362-7e47-4efd-aa14-05b647767d48', 'x-compute-request-id': 'req-2fc07362-7e47-4efd-aa14-05b647767d48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:41,790 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.151s 2022-09-13 20:11:41,790 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f903fa4-e7a4-43f1-a5a9-ea247be96dff', 'x-compute-request-id': 'req-1f903fa4-e7a4-43f1-a5a9-ea247be96dff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:42,965 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:11:42,965 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a58becb0-a38a-43eb-a342-b016f0192e03', 'x-compute-request-id': 'req-a58becb0-a38a-43eb-a342-b016f0192e03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:44,135 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:11:44,136 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8ec6545-ed52-41df-b2a2-ffac273b57b4', 'x-compute-request-id': 'req-a8ec6545-ed52-41df-b2a2-ffac273b57b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:45,302 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.151s 2022-09-13 20:11:45,302 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f2f08d7-d4d8-44e3-996e-5eb266149f2d', 'x-compute-request-id': 'req-4f2f08d7-d4d8-44e3-996e-5eb266149f2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:46,470 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:11:46,470 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3610a738-b697-4aef-a550-58a158f53e7e', 'x-compute-request-id': 'req-3610a738-b697-4aef-a550-58a158f53e7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:47,640 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:11:47,640 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c987d82-5343-4882-9100-9aebd8179a2d', 'x-compute-request-id': 'req-2c987d82-5343-4882-9100-9aebd8179a2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:48,810 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:11:48,810 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-670a4f2b-7197-458e-b687-57f31323e41d', 'x-compute-request-id': 'req-670a4f2b-7197-458e-b687-57f31323e41d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:49,979 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:11:49,980 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11b22d23-0d01-4e4b-9b3e-49421bdb5d8c', 'x-compute-request-id': 'req-11b22d23-0d01-4e4b-9b3e-49421bdb5d8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:51,148 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:11:51,148 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ee4685b-91ef-480a-836d-5000942bfff9', 'x-compute-request-id': 'req-6ee4685b-91ef-480a-836d-5000942bfff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:52,316 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:11:52,317 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-439a2cdd-9aed-493d-9df2-ce2e13722a24', 'x-compute-request-id': 'req-439a2cdd-9aed-493d-9df2-ce2e13722a24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:53,484 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:11:53,484 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4d9b4bd-695e-4307-9727-d422ad5ca3e2', 'x-compute-request-id': 'req-f4d9b4bd-695e-4307-9727-d422ad5ca3e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:54,743 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.243s 2022-09-13 20:11:54,744 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c50cb6cc-f167-44c4-b66e-897785152604', 'x-compute-request-id': 'req-c50cb6cc-f167-44c4-b66e-897785152604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:55,912 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:11:55,913 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-718b3f2b-27f6-4c82-a639-efe67c19c4d2', 'x-compute-request-id': 'req-718b3f2b-27f6-4c82-a639-efe67c19c4d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:57,084 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.156s 2022-09-13 20:11:57,085 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3e1fa37-b907-4fbf-b21f-3c201cb7b4c8', 'x-compute-request-id': 'req-e3e1fa37-b907-4fbf-b21f-3c201cb7b4c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:58,254 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:11:58,255 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1674c39-59dd-4fe8-9669-5731019b3702', 'x-compute-request-id': 'req-e1674c39-59dd-4fe8-9669-5731019b3702', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:11:59,422 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:11:59,423 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-346868f7-7bd7-4358-a85e-2e11a242262a', 'x-compute-request-id': 'req-346868f7-7bd7-4358-a85e-2e11a242262a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:00,590 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:12:00,591 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0300ee8d-932d-422e-8ec2-9243b1d50f42', 'x-compute-request-id': 'req-0300ee8d-932d-422e-8ec2-9243b1d50f42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:01,758 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:12:01,758 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-081fc641-90ad-484e-8d41-417fc0b5b76c', 'x-compute-request-id': 'req-081fc641-90ad-484e-8d41-417fc0b5b76c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:02,924 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.151s 2022-09-13 20:12:02,924 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5209034-f4dc-4757-a5e6-488c2564f127', 'x-compute-request-id': 'req-a5209034-f4dc-4757-a5e6-488c2564f127', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:04,094 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:12:04,095 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8e2a0a3-1218-4c61-ba70-5cc74d298ae6', 'x-compute-request-id': 'req-d8e2a0a3-1218-4c61-ba70-5cc74d298ae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:05,504 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.394s 2022-09-13 20:12:05,504 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-808e5606-1a9e-4977-9570-4b134c95b078', 'x-compute-request-id': 'req-808e5606-1a9e-4977-9570-4b134c95b078', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:06,675 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.156s 2022-09-13 20:12:06,676 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-413471ca-45ec-4e08-886f-6e48de854436', 'x-compute-request-id': 'req-413471ca-45ec-4e08-886f-6e48de854436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:07,845 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:12:07,845 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-456e248e-3903-4d75-be66-6702a2f9ab2f', 'x-compute-request-id': 'req-456e248e-3903-4d75-be66-6702a2f9ab2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:09,012 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:12:09,012 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c87726da-20a0-458b-b7d3-3b507eb2e18b', 'x-compute-request-id': 'req-c87726da-20a0-458b-b7d3-3b507eb2e18b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:10,176 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.148s 2022-09-13 20:12:10,176 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33b3a939-f032-41a9-9a82-ac30cfdc5242', 'x-compute-request-id': 'req-33b3a939-f032-41a9-9a82-ac30cfdc5242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:11,348 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:12:11,349 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8be9e373-ce57-41e4-889e-bdd3e5800b2e', 'x-compute-request-id': 'req-8be9e373-ce57-41e4-889e-bdd3e5800b2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:12,518 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:12:12,518 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f61eb161-980f-4db2-9c01-30e3827fe3ad', 'x-compute-request-id': 'req-f61eb161-980f-4db2-9c01-30e3827fe3ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:13,687 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:12:13,688 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c090adf-b7df-456b-95ba-710c04b5ff31', 'x-compute-request-id': 'req-5c090adf-b7df-456b-95ba-710c04b5ff31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:14,858 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:12:14,858 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff02640c-07b1-4669-963e-994b75173707', 'x-compute-request-id': 'req-ff02640c-07b1-4669-963e-994b75173707', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:16,031 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:12:16,032 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4137672c-bb57-49d8-8ab2-1d4346836dca', 'x-compute-request-id': 'req-4137672c-bb57-49d8-8ab2-1d4346836dca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:17,201 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:12:17,201 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f48985d9-8c4d-4d88-9553-d8d5eee542d0', 'x-compute-request-id': 'req-f48985d9-8c4d-4d88-9553-d8d5eee542d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:18,375 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:12:18,376 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac24af4e-c8ff-4a8a-b10e-8127e649aa4c', 'x-compute-request-id': 'req-ac24af4e-c8ff-4a8a-b10e-8127e649aa4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:19,549 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:12:19,550 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-200bad17-2c97-43b7-b94c-ccaa42ce215d', 'x-compute-request-id': 'req-200bad17-2c97-43b7-b94c-ccaa42ce215d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:20,725 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.160s 2022-09-13 20:12:20,725 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1fa4994-2d61-4bda-9759-d27fa782564c', 'x-compute-request-id': 'req-d1fa4994-2d61-4bda-9759-d27fa782564c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:21,894 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:12:21,895 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-214f61d4-ac56-4d22-b6b3-2d03830e1cdc', 'x-compute-request-id': 'req-214f61d4-ac56-4d22-b6b3-2d03830e1cdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:23,066 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:12:23,066 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8d5cf1f-2788-461a-bc55-48fd4bee6260', 'x-compute-request-id': 'req-d8d5cf1f-2788-461a-bc55-48fd4bee6260', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:24,242 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:12:24,242 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37831b52-4080-407a-95e5-c36e1023d8e1', 'x-compute-request-id': 'req-37831b52-4080-407a-95e5-c36e1023d8e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:25,412 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:12:25,413 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3cc28dbd-857a-4280-8663-0c841bc5c2fa', 'x-compute-request-id': 'req-3cc28dbd-857a-4280-8663-0c841bc5c2fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:26,582 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:12:26,582 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b3550e7-bd53-4e80-8dc2-2a8bb5bea452', 'x-compute-request-id': 'req-5b3550e7-bd53-4e80-8dc2-2a8bb5bea452', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:27,761 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.163s 2022-09-13 20:12:27,761 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01095397-d0b2-4bef-b55e-94eb464ae35c', 'x-compute-request-id': 'req-01095397-d0b2-4bef-b55e-94eb464ae35c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:28,931 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:12:28,931 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e1c6668-69bb-4cf9-aaef-a8366c7cee8b', 'x-compute-request-id': 'req-8e1c6668-69bb-4cf9-aaef-a8366c7cee8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:30,101 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:12:30,102 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d93761d-dbcb-473d-948f-62bf1d20c247', 'x-compute-request-id': 'req-4d93761d-dbcb-473d-948f-62bf1d20c247', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:31,267 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:12:31,267 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96592488-6232-4910-8e2c-e4c5494e89f0', 'x-compute-request-id': 'req-96592488-6232-4910-8e2c-e4c5494e89f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:32,436 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:12:32,436 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48060f0c-d268-432d-ae38-b3b1052b0b40', 'x-compute-request-id': 'req-48060f0c-d268-432d-ae38-b3b1052b0b40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:33,607 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.156s 2022-09-13 20:12:33,607 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f7977a7-adae-4e0d-a4f5-b268434d1359', 'x-compute-request-id': 'req-7f7977a7-adae-4e0d-a4f5-b268434d1359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:34,780 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:12:34,781 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-824c2096-5fe2-4eb3-b3f3-c428e5dd5077', 'x-compute-request-id': 'req-824c2096-5fe2-4eb3-b3f3-c428e5dd5077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:35,949 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:12:35,950 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b67b4836-7aa4-481f-829b-cebd94382135', 'x-compute-request-id': 'req-b67b4836-7aa4-481f-829b-cebd94382135', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:37,118 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:12:37,118 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99bed380-c760-4b37-a9dd-b7699fe36e55', 'x-compute-request-id': 'req-99bed380-c760-4b37-a9dd-b7699fe36e55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:38,287 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:12:38,288 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f5dfd30-73f3-4e3c-a85c-5a8b9ccbb045', 'x-compute-request-id': 'req-7f5dfd30-73f3-4e3c-a85c-5a8b9ccbb045', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:39,465 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.162s 2022-09-13 20:12:39,466 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bb6e0c7-6fe6-4bb5-a033-f5db8ac5d465', 'x-compute-request-id': 'req-2bb6e0c7-6fe6-4bb5-a033-f5db8ac5d465', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:40,637 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.157s 2022-09-13 20:12:40,638 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bcfcf01-bda6-4c5e-96ab-ecea6db56640', 'x-compute-request-id': 'req-8bcfcf01-bda6-4c5e-96ab-ecea6db56640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:41,807 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:12:41,807 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e055855e-042f-4f13-a8df-db4489a1f774', 'x-compute-request-id': 'req-e055855e-042f-4f13-a8df-db4489a1f774', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:42,974 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:12:42,975 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3469c72-e942-444e-a07c-45e314046d43', 'x-compute-request-id': 'req-b3469c72-e942-444e-a07c-45e314046d43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:44,147 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:12:44,148 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7c69e54-41a9-42d5-b585-352d59ad248f', 'x-compute-request-id': 'req-a7c69e54-41a9-42d5-b585-352d59ad248f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:45,316 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:12:45,317 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a8a2019-6e84-4627-849f-8cb88abe8d12', 'x-compute-request-id': 'req-6a8a2019-6e84-4627-849f-8cb88abe8d12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:46,485 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:12:46,485 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0018cb1f-5a45-49d6-b4f9-782e519445dd', 'x-compute-request-id': 'req-0018cb1f-5a45-49d6-b4f9-782e519445dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:47,656 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.156s 2022-09-13 20:12:47,656 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-537ed214-7126-48b4-8d49-c628e9334c6c', 'x-compute-request-id': 'req-537ed214-7126-48b4-8d49-c628e9334c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:48,826 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:12:48,826 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec73c429-6b5b-45f6-aaa2-2439870f97f6', 'x-compute-request-id': 'req-ec73c429-6b5b-45f6-aaa2-2439870f97f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:49,999 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:12:50,000 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af6ce18f-bc68-41ad-94b7-ba356b178bf2', 'x-compute-request-id': 'req-af6ce18f-bc68-41ad-94b7-ba356b178bf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:51,170 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:12:51,170 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4395b9b-276b-4a8d-bd83-d44b58fc7f6c', 'x-compute-request-id': 'req-c4395b9b-276b-4a8d-bd83-d44b58fc7f6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:52,335 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:12:52,335 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee52d359-ca17-4701-82dd-54f31f21e095', 'x-compute-request-id': 'req-ee52d359-ca17-4701-82dd-54f31f21e095', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:53,513 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.163s 2022-09-13 20:12:53,514 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00181b14-2502-49f9-83d6-461d6f1bab0e', 'x-compute-request-id': 'req-00181b14-2502-49f9-83d6-461d6f1bab0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:54,692 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.163s 2022-09-13 20:12:54,693 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c298250-35b0-46bd-9fe0-1c98941f2d46', 'x-compute-request-id': 'req-9c298250-35b0-46bd-9fe0-1c98941f2d46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:55,863 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:12:55,864 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4d4e9dd-1c38-4a4c-ac98-c34cbf2048b2', 'x-compute-request-id': 'req-d4d4e9dd-1c38-4a4c-ac98-c34cbf2048b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:57,030 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.151s 2022-09-13 20:12:57,031 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30205d72-be6d-4021-a2f4-2ffb950f9961', 'x-compute-request-id': 'req-30205d72-be6d-4021-a2f4-2ffb950f9961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:58,197 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:12:58,197 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35bed61c-e71c-4884-aac1-712a6459fe1b', 'x-compute-request-id': 'req-35bed61c-e71c-4884-aac1-712a6459fe1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:12:59,366 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:12:59,367 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17cb5be1-add0-45b2-a1b5-e4838b34da35', 'x-compute-request-id': 'req-17cb5be1-add0-45b2-a1b5-e4838b34da35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:00,533 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.151s 2022-09-13 20:13:00,533 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8b17f72-a4df-4605-82d0-57d4346a1db4', 'x-compute-request-id': 'req-c8b17f72-a4df-4605-82d0-57d4346a1db4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:01,713 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.164s 2022-09-13 20:13:01,713 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae43677f-c220-4a4c-a573-3df4741cde13', 'x-compute-request-id': 'req-ae43677f-c220-4a4c-a573-3df4741cde13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:02,882 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:13:02,883 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ebf78bd-d430-40f1-a22a-b7c91cf44cbd', 'x-compute-request-id': 'req-0ebf78bd-d430-40f1-a22a-b7c91cf44cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:04,052 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:13:04,053 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-866e160c-a1af-41a1-83cc-643285f0ba20', 'x-compute-request-id': 'req-866e160c-a1af-41a1-83cc-643285f0ba20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:05,226 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:13:05,226 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d2c00e1-7563-4faf-a921-06b13257b971', 'x-compute-request-id': 'req-3d2c00e1-7563-4faf-a921-06b13257b971', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:06,392 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:13:06,392 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb1ea6c7-e97a-4b45-aa70-12a02acc718c', 'x-compute-request-id': 'req-fb1ea6c7-e97a-4b45-aa70-12a02acc718c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:07,562 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:13:07,562 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43761918-3101-45d6-a9fe-ca00fc9df76d', 'x-compute-request-id': 'req-43761918-3101-45d6-a9fe-ca00fc9df76d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:08,733 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.156s 2022-09-13 20:13:08,734 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7365a5c-ed70-4192-99e2-940149c0a974', 'x-compute-request-id': 'req-b7365a5c-ed70-4192-99e2-940149c0a974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:09,903 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:13:09,903 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59bcb474-f7f6-48dd-bdc0-feaad7393ea5', 'x-compute-request-id': 'req-59bcb474-f7f6-48dd-bdc0-feaad7393ea5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:11,070 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:13:11,071 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee4746e3-8ff1-46b1-a5be-7bbcf538877b', 'x-compute-request-id': 'req-ee4746e3-8ff1-46b1-a5be-7bbcf538877b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:12,245 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:13:12,245 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17321781-05ad-4832-b51a-6d12e607082b', 'x-compute-request-id': 'req-17321781-05ad-4832-b51a-6d12e607082b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:13,419 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.159s 2022-09-13 20:13:13,419 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ef60e30-21a5-42af-91e3-6076d8d3f8e3', 'x-compute-request-id': 'req-7ef60e30-21a5-42af-91e3-6076d8d3f8e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:14,585 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:13:14,585 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d0ccb02-b8a7-4af0-a3df-63e67acf3559', 'x-compute-request-id': 'req-2d0ccb02-b8a7-4af0-a3df-63e67acf3559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:15,766 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.165s 2022-09-13 20:13:15,766 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cfb838d-6049-4e2d-9845-284c1042440e', 'x-compute-request-id': 'req-1cfb838d-6049-4e2d-9845-284c1042440e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:16,933 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:13:16,933 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79ef3ee6-1556-4e18-935a-ce8a9ac960ca', 'x-compute-request-id': 'req-79ef3ee6-1556-4e18-935a-ce8a9ac960ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:18,101 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:13:18,101 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-145094d6-ce1c-48e6-a34c-e3b447fdcc4e', 'x-compute-request-id': 'req-145094d6-ce1c-48e6-a34c-e3b447fdcc4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:19,269 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:13:19,269 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cdfa922-6b16-4db8-9fae-fe05b9c81ffc', 'x-compute-request-id': 'req-9cdfa922-6b16-4db8-9fae-fe05b9c81ffc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:20,438 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:13:20,438 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-466cc87d-0812-479c-bb9f-6c62a1146db1', 'x-compute-request-id': 'req-466cc87d-0812-479c-bb9f-6c62a1146db1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:21,607 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:13:21,607 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01906a20-876d-4f55-acfd-09b917857341', 'x-compute-request-id': 'req-01906a20-876d-4f55-acfd-09b917857341', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:22,773 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:13:22,773 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a462a03c-a744-49b7-a6bf-43002d29f77c', 'x-compute-request-id': 'req-a462a03c-a744-49b7-a6bf-43002d29f77c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:23,948 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:13:23,948 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43279c5f-432f-40f7-86cd-d91c832dc8eb', 'x-compute-request-id': 'req-43279c5f-432f-40f7-86cd-d91c832dc8eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:25,123 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.160s 2022-09-13 20:13:25,124 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9db26e60-9756-4645-ada0-3c03b8456321', 'x-compute-request-id': 'req-9db26e60-9756-4645-ada0-3c03b8456321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:26,300 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.161s 2022-09-13 20:13:26,300 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7daef4b-14dd-4783-84d0-dcbf32a6c84b', 'x-compute-request-id': 'req-f7daef4b-14dd-4783-84d0-dcbf32a6c84b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:27,468 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:13:27,469 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9d5e5a0-873a-4605-88f0-e8169aa07a32', 'x-compute-request-id': 'req-b9d5e5a0-873a-4605-88f0-e8169aa07a32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:28,635 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:13:28,636 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a13835e7-40e5-42a9-a1bf-25a23360352e', 'x-compute-request-id': 'req-a13835e7-40e5-42a9-a1bf-25a23360352e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:30,047 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.396s 2022-09-13 20:13:30,048 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-756a8393-8170-457b-a6f0-2f2185478497', 'x-compute-request-id': 'req-756a8393-8170-457b-a6f0-2f2185478497', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:31,211 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.148s 2022-09-13 20:13:31,212 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb721bc0-fc27-478c-ae8b-3cf403c309ad', 'x-compute-request-id': 'req-eb721bc0-fc27-478c-ae8b-3cf403c309ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:32,390 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.162s 2022-09-13 20:13:32,390 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2132119a-cfac-488b-8e82-95e4cc950ccf', 'x-compute-request-id': 'req-2132119a-cfac-488b-8e82-95e4cc950ccf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:33,559 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:13:33,559 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4700093-b9d6-4095-9e36-51810bc78202', 'x-compute-request-id': 'req-a4700093-b9d6-4095-9e36-51810bc78202', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:34,728 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:13:34,728 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17526568-59fc-4423-b88e-23a685a86705', 'x-compute-request-id': 'req-17526568-59fc-4423-b88e-23a685a86705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:35,896 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:13:35,896 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20059451-603e-467d-849f-607071024130', 'x-compute-request-id': 'req-20059451-603e-467d-849f-607071024130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:37,062 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.151s 2022-09-13 20:13:37,063 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6395d1e3-207a-404f-ba26-b419f2936f86', 'x-compute-request-id': 'req-6395d1e3-207a-404f-ba26-b419f2936f86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:38,232 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:13:38,232 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f4e0a28-a976-4ce8-afa9-cc0b071d52f3', 'x-compute-request-id': 'req-8f4e0a28-a976-4ce8-afa9-cc0b071d52f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:39,413 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.166s 2022-09-13 20:13:39,414 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8757f27d-831d-427f-9576-455e691b3a33', 'x-compute-request-id': 'req-8757f27d-831d-427f-9576-455e691b3a33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:40,587 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:13:40,588 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a05ad3f7-e68b-4610-8609-18d74019357c', 'x-compute-request-id': 'req-a05ad3f7-e68b-4610-8609-18d74019357c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:41,757 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:13:41,757 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3520364d-73be-42d8-9ee6-d4acb4f0c3f8', 'x-compute-request-id': 'req-3520364d-73be-42d8-9ee6-d4acb4f0c3f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:42,924 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:13:42,925 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-808a6f74-3eaf-4ec0-b06f-d473389a7ad4', 'x-compute-request-id': 'req-808a6f74-3eaf-4ec0-b06f-d473389a7ad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:44,103 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.162s 2022-09-13 20:13:44,103 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e468557-dd47-4b58-8931-36a98889d605', 'x-compute-request-id': 'req-8e468557-dd47-4b58-8931-36a98889d605', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:45,269 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.151s 2022-09-13 20:13:45,269 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f022f95f-46d3-4c2c-989a-175cfa757792', 'x-compute-request-id': 'req-f022f95f-46d3-4c2c-989a-175cfa757792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:46,446 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.162s 2022-09-13 20:13:46,447 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2b3cfca-c448-4417-8a21-c8ab0d1cb235', 'x-compute-request-id': 'req-c2b3cfca-c448-4417-8a21-c8ab0d1cb235', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:47,616 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:13:47,616 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-915551f7-ee1b-44f8-ac98-ab8cbf0323bc', 'x-compute-request-id': 'req-915551f7-ee1b-44f8-ac98-ab8cbf0323bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:48,785 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:13:48,785 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9dc97eb-b2c6-40cb-b520-8e0106bec682', 'x-compute-request-id': 'req-c9dc97eb-b2c6-40cb-b520-8e0106bec682', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:49,956 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.156s 2022-09-13 20:13:49,956 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1cc8628-1ceb-40cb-8d2a-45b0271b12b3', 'x-compute-request-id': 'req-c1cc8628-1ceb-40cb-8d2a-45b0271b12b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:51,285 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.313s 2022-09-13 20:13:51,285 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6aced738-12b8-497a-8d7f-832251fcf8bf', 'x-compute-request-id': 'req-6aced738-12b8-497a-8d7f-832251fcf8bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:52,458 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:13:52,458 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f001855b-6873-4dbc-b3b7-281147671282', 'x-compute-request-id': 'req-f001855b-6873-4dbc-b3b7-281147671282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:53,636 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.162s 2022-09-13 20:13:53,636 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71adb51e-69b7-4f87-a07e-59a4bebdcd2d', 'x-compute-request-id': 'req-71adb51e-69b7-4f87-a07e-59a4bebdcd2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:54,814 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.162s 2022-09-13 20:13:54,814 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38548a4d-04eb-4ba0-819d-cff610ee3e3d', 'x-compute-request-id': 'req-38548a4d-04eb-4ba0-819d-cff610ee3e3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:55,987 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:13:55,988 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-914f3bc1-d099-4e7b-a520-b59f32de221f', 'x-compute-request-id': 'req-914f3bc1-d099-4e7b-a520-b59f32de221f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:57,158 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:13:57,159 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17bd22a5-b083-4f26-9f72-730a411b00e7', 'x-compute-request-id': 'req-17bd22a5-b083-4f26-9f72-730a411b00e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:58,330 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.156s 2022-09-13 20:13:58,330 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9a5cd9a-321c-4abd-b5ca-d69f27bef7eb', 'x-compute-request-id': 'req-b9a5cd9a-321c-4abd-b5ca-d69f27bef7eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:13:59,495 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:13:59,496 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-203643fe-5ca3-402d-bde6-445a46ce815c', 'x-compute-request-id': 'req-203643fe-5ca3-402d-bde6-445a46ce815c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:00,665 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:14:00,665 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f599fd7-8dfd-4a59-8a83-d62cd6358bcb', 'x-compute-request-id': 'req-6f599fd7-8dfd-4a59-8a83-d62cd6358bcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:01,832 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.151s 2022-09-13 20:14:01,832 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42508b4c-23ed-43be-90b3-b79686c99378', 'x-compute-request-id': 'req-42508b4c-23ed-43be-90b3-b79686c99378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:03,003 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:14:03,003 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23a5ac4f-23a1-4e7f-8fc9-87ec5bad2a7c', 'x-compute-request-id': 'req-23a5ac4f-23a1-4e7f-8fc9-87ec5bad2a7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:04,191 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.172s 2022-09-13 20:14:04,191 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f79d775e-ca14-4a45-93c2-ea1d34cd9bbb', 'x-compute-request-id': 'req-f79d775e-ca14-4a45-93c2-ea1d34cd9bbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:05,358 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:14:05,359 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d34811c0-4f17-4221-b28c-291c48197ac4', 'x-compute-request-id': 'req-d34811c0-4f17-4221-b28c-291c48197ac4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:06,532 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:14:06,533 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fc94305-facf-4e1f-8138-f950c5bedc14', 'x-compute-request-id': 'req-2fc94305-facf-4e1f-8138-f950c5bedc14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:07,709 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.161s 2022-09-13 20:14:07,710 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5aa32240-eeb0-4c3c-82af-adb149b423c3', 'x-compute-request-id': 'req-5aa32240-eeb0-4c3c-82af-adb149b423c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:08,879 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:14:08,879 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcd0f225-cebb-4369-a48f-1ce6ed16c677', 'x-compute-request-id': 'req-fcd0f225-cebb-4369-a48f-1ce6ed16c677', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:10,051 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.157s 2022-09-13 20:14:10,052 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47da5756-2ee6-4c63-abbf-6ce9e920a500', 'x-compute-request-id': 'req-47da5756-2ee6-4c63-abbf-6ce9e920a500', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:11,219 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:14:11,220 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f19e50f7-29ec-443f-a1b7-3eca90a69af4', 'x-compute-request-id': 'req-f19e50f7-29ec-443f-a1b7-3eca90a69af4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:12,388 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:14:12,389 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ae236e4-a994-42f1-83a5-e9cc5dae48ec', 'x-compute-request-id': 'req-8ae236e4-a994-42f1-83a5-e9cc5dae48ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:13,556 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:14:13,557 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8d4c8fd-9f06-4aba-bf91-1db71ed65aaa', 'x-compute-request-id': 'req-f8d4c8fd-9f06-4aba-bf91-1db71ed65aaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:14,745 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.173s 2022-09-13 20:14:14,746 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a6d6e09-8aea-49cc-a30d-1346b07d8882', 'x-compute-request-id': 'req-5a6d6e09-8aea-49cc-a30d-1346b07d8882', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:15,914 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:14:15,914 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b8554de-33f8-450e-908b-366e399f2e1e', 'x-compute-request-id': 'req-1b8554de-33f8-450e-908b-366e399f2e1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:17,082 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:14:17,082 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1b2caa0-473e-4056-8678-29d929887d8b', 'x-compute-request-id': 'req-a1b2caa0-473e-4056-8678-29d929887d8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:18,255 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:14:18,256 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4690273d-885d-488e-b7e6-efa59b3d21d8', 'x-compute-request-id': 'req-4690273d-885d-488e-b7e6-efa59b3d21d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:19,426 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:14:19,426 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af6d08a8-24a9-40d6-a1bf-c9ce52e43fce', 'x-compute-request-id': 'req-af6d08a8-24a9-40d6-a1bf-c9ce52e43fce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:20,603 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.162s 2022-09-13 20:14:20,603 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ca485bb-8892-445f-8e83-f96b0e8ca1ec', 'x-compute-request-id': 'req-6ca485bb-8892-445f-8e83-f96b0e8ca1ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:21,781 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.160s 2022-09-13 20:14:21,782 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13ad89ab-bbe3-4edb-8861-c6428d86acf7', 'x-compute-request-id': 'req-13ad89ab-bbe3-4edb-8861-c6428d86acf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:22,954 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.157s 2022-09-13 20:14:22,954 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68f41bc8-6f07-4a83-8fd7-c1458d0ed2e3', 'x-compute-request-id': 'req-68f41bc8-6f07-4a83-8fd7-c1458d0ed2e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:24,129 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.159s 2022-09-13 20:14:24,129 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7591f748-6afc-4f63-8c10-6a89726a25b6', 'x-compute-request-id': 'req-7591f748-6afc-4f63-8c10-6a89726a25b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:25,314 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.168s 2022-09-13 20:14:25,314 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89605811-2759-4c1b-b6ac-dbf20cebb702', 'x-compute-request-id': 'req-89605811-2759-4c1b-b6ac-dbf20cebb702', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:26,497 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.167s 2022-09-13 20:14:26,497 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0ccb771-ff5a-4886-bcc8-a6644afa05ec', 'x-compute-request-id': 'req-e0ccb771-ff5a-4886-bcc8-a6644afa05ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:27,671 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:14:27,671 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b5da505-6ac5-4cb6-ae14-c1c5e12882d9', 'x-compute-request-id': 'req-9b5da505-6ac5-4cb6-ae14-c1c5e12882d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:28,850 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.163s 2022-09-13 20:14:28,851 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b49e6ad5-a9bc-4d74-aaaa-6d2de76cd32b', 'x-compute-request-id': 'req-b49e6ad5-a9bc-4d74-aaaa-6d2de76cd32b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:30,080 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.215s 2022-09-13 20:14:30,081 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcc8d6c2-ac63-48c1-960f-baf378ae54d0', 'x-compute-request-id': 'req-fcc8d6c2-ac63-48c1-960f-baf378ae54d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:31,289 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.193s 2022-09-13 20:14:31,289 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01a2e4bf-e196-4bab-ab59-8c6c4d91a5d7', 'x-compute-request-id': 'req-01a2e4bf-e196-4bab-ab59-8c6c4d91a5d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:32,530 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.225s 2022-09-13 20:14:32,530 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-513ff302-24b7-475e-a4cd-9c70a59c778d', 'x-compute-request-id': 'req-513ff302-24b7-475e-a4cd-9c70a59c778d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:33,715 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.169s 2022-09-13 20:14:33,716 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae8ca7fb-68ed-4bc1-bed2-14a2266fb6a5', 'x-compute-request-id': 'req-ae8ca7fb-68ed-4bc1-bed2-14a2266fb6a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:34,896 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.165s 2022-09-13 20:14:34,896 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcdde50e-ec2c-4be5-93ed-f652d7747a1c', 'x-compute-request-id': 'req-dcdde50e-ec2c-4be5-93ed-f652d7747a1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:36,060 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:14:36,060 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8937e892-1c82-41d6-a728-06204ce7f194', 'x-compute-request-id': 'req-8937e892-1c82-41d6-a728-06204ce7f194', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:37,228 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:14:37,229 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91c949a4-83c3-4f88-b9ea-4e491ef57566', 'x-compute-request-id': 'req-91c949a4-83c3-4f88-b9ea-4e491ef57566', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:38,399 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:14:38,399 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e67f217e-ecb5-4563-8597-38a2d1bfac2b', 'x-compute-request-id': 'req-e67f217e-ecb5-4563-8597-38a2d1bfac2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:39,571 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.157s 2022-09-13 20:14:39,571 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11c2bb51-288e-4fc8-b816-8fed35ae2cdc', 'x-compute-request-id': 'req-11c2bb51-288e-4fc8-b816-8fed35ae2cdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:40,745 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.157s 2022-09-13 20:14:40,745 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0fb4244-0fb6-47fd-bd2a-976860247492', 'x-compute-request-id': 'req-d0fb4244-0fb6-47fd-bd2a-976860247492', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:41,914 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:14:41,914 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66c45a9d-6bbe-4313-acef-3804088a48cd', 'x-compute-request-id': 'req-66c45a9d-6bbe-4313-acef-3804088a48cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:43,354 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.425s 2022-09-13 20:14:43,355 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6be4f709-ffcf-4014-87ff-e99a366eb4ca', 'x-compute-request-id': 'req-6be4f709-ffcf-4014-87ff-e99a366eb4ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:44,537 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.168s 2022-09-13 20:14:44,538 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5596145-e90e-460d-804e-6b4ed66f0c1b', 'x-compute-request-id': 'req-a5596145-e90e-460d-804e-6b4ed66f0c1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:45,703 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:14:45,703 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0aba9263-b841-4450-9ebb-7af4f5099468', 'x-compute-request-id': 'req-0aba9263-b841-4450-9ebb-7af4f5099468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:46,869 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:14:46,869 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9359102-aa32-4b19-a1c6-d3150ef3db74', 'x-compute-request-id': 'req-f9359102-aa32-4b19-a1c6-d3150ef3db74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:48,045 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.160s 2022-09-13 20:14:48,045 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-528bd11b-3f2b-48ff-aeda-2458f74c40de', 'x-compute-request-id': 'req-528bd11b-3f2b-48ff-aeda-2458f74c40de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:49,212 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.151s 2022-09-13 20:14:49,212 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5938c49-9fa8-4800-9d28-ca3e28ed0404', 'x-compute-request-id': 'req-a5938c49-9fa8-4800-9d28-ca3e28ed0404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:50,375 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.148s 2022-09-13 20:14:50,375 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4a2e406-87fd-49f0-aaaf-4a54117a86cf', 'x-compute-request-id': 'req-e4a2e406-87fd-49f0-aaaf-4a54117a86cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:51,551 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.160s 2022-09-13 20:14:51,551 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdc8b8c3-c1a1-44ac-ad3e-b3bd102563e5', 'x-compute-request-id': 'req-cdc8b8c3-c1a1-44ac-ad3e-b3bd102563e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:52,716 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.149s 2022-09-13 20:14:52,717 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44a7b704-6be0-4668-805c-bd7e1f5928b7', 'x-compute-request-id': 'req-44a7b704-6be0-4668-805c-bd7e1f5928b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:53,885 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:14:53,885 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-249cc968-7548-4571-9187-93066107ad12', 'x-compute-request-id': 'req-249cc968-7548-4571-9187-93066107ad12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:55,054 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:14:55,055 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3aaa8f0-240a-4472-9f41-685898378248', 'x-compute-request-id': 'req-f3aaa8f0-240a-4472-9f41-685898378248', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:56,221 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:14:56,222 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dad9d48a-851a-4966-8d4d-d69b86a13bb9', 'x-compute-request-id': 'req-dad9d48a-851a-4966-8d4d-d69b86a13bb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:57,387 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.151s 2022-09-13 20:14:57,388 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f124ffd-6017-46c9-8b63-d56f64b89b55', 'x-compute-request-id': 'req-3f124ffd-6017-46c9-8b63-d56f64b89b55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:58,561 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.159s 2022-09-13 20:14:58,562 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-359de2f1-c933-455c-b736-db95d4e1bde8', 'x-compute-request-id': 'req-359de2f1-c933-455c-b736-db95d4e1bde8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:14:59,729 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:14:59,730 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2d7eeb5-7f27-4ae0-a944-a9aa06207a32', 'x-compute-request-id': 'req-d2d7eeb5-7f27-4ae0-a944-a9aa06207a32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:00,907 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.162s 2022-09-13 20:15:00,907 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c9255d0-2c59-4652-b9ff-9d1e5c48f4a3', 'x-compute-request-id': 'req-2c9255d0-2c59-4652-b9ff-9d1e5c48f4a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:02,078 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:15:02,078 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-392ee6f0-184d-4022-963d-0cc6b0747b80', 'x-compute-request-id': 'req-392ee6f0-184d-4022-963d-0cc6b0747b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:03,278 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.185s 2022-09-13 20:15:03,278 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2f3bbe9-2e89-4dc2-8d82-a6ad781879bf', 'x-compute-request-id': 'req-d2f3bbe9-2e89-4dc2-8d82-a6ad781879bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:04,446 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:15:04,446 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8dac7aba-f59b-4b22-ace1-b5c2ff27269c', 'x-compute-request-id': 'req-8dac7aba-f59b-4b22-ace1-b5c2ff27269c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:05,614 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:15:05,614 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af1043c8-a7a2-4d54-84c5-aaa15460482c', 'x-compute-request-id': 'req-af1043c8-a7a2-4d54-84c5-aaa15460482c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:06,783 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:15:06,783 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9b1231e-1aa6-4eea-97d4-05759476d635', 'x-compute-request-id': 'req-c9b1231e-1aa6-4eea-97d4-05759476d635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:07,950 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:15:07,951 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed20a8c8-74ff-46f8-a99e-789273298e93', 'x-compute-request-id': 'req-ed20a8c8-74ff-46f8-a99e-789273298e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:09,115 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.149s 2022-09-13 20:15:09,116 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e477b9c6-ec0b-4b95-9f3c-c42d2fe6f572', 'x-compute-request-id': 'req-e477b9c6-ec0b-4b95-9f3c-c42d2fe6f572', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:10,283 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:15:10,284 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f37e83c-4f11-4f28-abd3-a9beef43f10d', 'x-compute-request-id': 'req-7f37e83c-4f11-4f28-abd3-a9beef43f10d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:11,457 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:15:11,458 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5972b71-406b-4dba-bd6b-a86edec4b6ec', 'x-compute-request-id': 'req-d5972b71-406b-4dba-bd6b-a86edec4b6ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:12,627 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:15:12,627 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-801bb60b-773e-4d0b-86fa-4696b0067894', 'x-compute-request-id': 'req-801bb60b-773e-4d0b-86fa-4696b0067894', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:13,798 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.156s 2022-09-13 20:15:13,799 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc616ea9-a61d-47a3-9669-b8b751de13ed', 'x-compute-request-id': 'req-cc616ea9-a61d-47a3-9669-b8b751de13ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:14,968 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:15:14,968 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bb444e4-10b0-405e-8144-b76222f56019', 'x-compute-request-id': 'req-8bb444e4-10b0-405e-8144-b76222f56019', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:16,133 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.151s 2022-09-13 20:15:16,133 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c67384ee-b6f0-4ba1-ae2b-77c046b5ba0c', 'x-compute-request-id': 'req-c67384ee-b6f0-4ba1-ae2b-77c046b5ba0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:17,302 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:15:17,303 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7df12472-218a-4e4d-9932-0178038cf83f', 'x-compute-request-id': 'req-7df12472-218a-4e4d-9932-0178038cf83f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:18,474 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:15:18,474 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab004528-8b1d-4204-85ad-5fc6c0db10b1', 'x-compute-request-id': 'req-ab004528-8b1d-4204-85ad-5fc6c0db10b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:19,640 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.150s 2022-09-13 20:15:19,640 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-983d0843-7396-4087-b8a8-8978dff70eef', 'x-compute-request-id': 'req-983d0843-7396-4087-b8a8-8978dff70eef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:20,814 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.158s 2022-09-13 20:15:20,814 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1449e477-a1d6-47ed-acbb-1cfc7af708d9', 'x-compute-request-id': 'req-1449e477-a1d6-47ed-acbb-1cfc7af708d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:21,992 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.162s 2022-09-13 20:15:21,992 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c266a3ea-03dc-4190-94e8-f2467e82328e', 'x-compute-request-id': 'req-c266a3ea-03dc-4190-94e8-f2467e82328e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:23,183 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.175s 2022-09-13 20:15:23,183 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-449c8fd1-0b56-43de-a693-c35897916219', 'x-compute-request-id': 'req-449c8fd1-0b56-43de-a693-c35897916219', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:24,356 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.156s 2022-09-13 20:15:24,356 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-775563ba-1990-4716-96e9-858a8332b0b6', 'x-compute-request-id': 'req-775563ba-1990-4716-96e9-858a8332b0b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:25,525 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:15:25,525 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9620fe98-762b-4deb-a32c-fb9665fe0dfc', 'x-compute-request-id': 'req-9620fe98-762b-4deb-a32c-fb9665fe0dfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:26,695 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.155s 2022-09-13 20:15:26,696 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34e44c03-51d8-4487-afb9-fcf6aed122d0', 'x-compute-request-id': 'req-34e44c03-51d8-4487-afb9-fcf6aed122d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:27,867 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.154s 2022-09-13 20:15:27,867 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7d7623a-b534-4f8b-b077-1808b658598a', 'x-compute-request-id': 'req-b7d7623a-b534-4f8b-b077-1808b658598a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:29,044 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.162s 2022-09-13 20:15:29,045 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5fb8409-c3bf-40d7-a4c8-97b72b840047', 'x-compute-request-id': 'req-c5fb8409-c3bf-40d7-a4c8-97b72b840047', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:30,212 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.153s 2022-09-13 20:15:30,213 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-458e7308-9f2e-49bc-bf37-bcfd47d17953', 'x-compute-request-id': 'req-458e7308-9f2e-49bc-bf37-bcfd47d17953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:31,379 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.152s 2022-09-13 20:15:31,380 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0fb57b6-9cb6-4ab5-adde-0f7d0ca5233d', 'x-compute-request-id': 'req-f0fb57b6-9cb6-4ab5-adde-0f7d0ca5233d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:32,544 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.149s 2022-09-13 20:15:32,545 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f037587-5485-4a79-82d7-f86e2dae8675', 'x-compute-request-id': 'req-7f037587-5485-4a79-82d7-f86e2dae8675', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:33,712 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.151s 2022-09-13 20:15:33,712 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5cef432-ac37-4b58-ac73-b41d48bb6073', 'x-compute-request-id': 'req-f5cef432-ac37-4b58-ac73-b41d48bb6073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:34,886 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0 0.159s 2022-09-13 20:15:34,886 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aad04cd6-8567-4fef-bdc2-037db696c210', 'x-compute-request-id': 'req-aad04cd6-8567-4fef-bdc2-037db696c210', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0'} Body: b'{"server": {"id": "f1a47950-575c-4c4e-aace-612aef0dbfd0", "name": "tempest-AttachVolumeNegativeTest-server-1066894180", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:50:50Z", "updated": "2022-09-13T20:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}, {"version": 4, "addr": "172.27.1.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0d:01:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/f1a47950-575c-4c4e-aace-612aef0dbfd0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709369071", "OS-SRV-USG:launched_at": "2022-09-13T19:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--25585646"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "c33757e0-5620-4c77-980c-a404dbb088ec"}]}}' 2022-09-13 20:15:34,900 132921 ERROR [tempest.api.compute.base] Failed to delete server f1a47950-575c-4c4e-aace-612aef0dbfd0 2022-09-13 20:15:34.900 132921 ERROR tempest.api.compute.base Traceback (most recent call last): 2022-09-13 20:15:34.900 132921 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/api/compute/base.py", line 456, in delete_server 2022-09-13 20:15:34.900 132921 ERROR tempest.api.compute.base waiters.wait_for_server_termination(cls.servers_client, 2022-09-13 20:15:34.900 132921 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/common/waiters.py", line 146, in wait_for_server_termination 2022-09-13 20:15:34.900 132921 ERROR tempest.api.compute.base raise lib_exc.TimeoutException 2022-09-13 20:15:34.900 132921 ERROR tempest.api.compute.base tempest.lib.exceptions.TimeoutException: Request timed out 2022-09-13 20:15:34.900 132921 ERROR tempest.api.compute.base Details: None 2022-09-13 20:15:34.900 132921 ERROR tempest.api.compute.base 2022-09-13 20:15:34,931 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.15/compute/v2.1/os-keypairs/tempest-keypair-1709369071 0.029s 2022-09-13 20:15:34,931 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-bdad9382-8314-4a0e-b913-a3937fd8208f', 'x-compute-request-id': 'req-bdad9382-8314-4a0e-b913-a3937fd8208f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/compute/v2.1/os-keypairs/tempest-keypair-1709369071'} Body: b'' 2022-09-13 20:15:34,981 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 409 DELETE http://10.222.0.15:9696/networking/v2.0/security-groups/5b6c9035-2917-4d97-af38-068ff193cf86 0.049s 2022-09-13 20:15:34,981 132921 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': '136', 'x-openstack-request-id': 'req-3b85dc50-9088-46e5-ae88-0ac58d555028', 'date': 'Tue, 13 Sep 2022 20:15:34 GMT', 'connection': 'close', 'status': '409', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-groups/5b6c9035-2917-4d97-af38-068ff193cf86'} Body: b'{"NeutronError": {"type": "SecurityGroupInUse", "message": "Security Group 5b6c9035-2917-4d97-af38-068ff193cf86 in use.", "detail": ""}}' 2022-09-13 20:15:34,982 132921 ERROR [tempest.lib.common.validation_resources] Conflict while deleting security group 5b6c9035-2917-4d97-af38-068ff193cf86 VM might not be deleted 2022-09-13 20:15:34.982 132921 ERROR tempest.lib.common.validation_resources Traceback (most recent call last): 2022-09-13 20:15:34.982 132921 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources 2022-09-13 20:15:34.982 132921 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id) 2022-09-13 20:15:34.982 132921 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group 2022-09-13 20:15:34.982 132921 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri) 2022-09-13 20:15:34.982 132921 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource 2022-09-13 20:15:34.982 132921 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri) 2022-09-13 20:15:34.982 132921 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete 2022-09-13 20:15:34.982 132921 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body) 2022-09-13 20:15:34.982 132921 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 720, in request 2022-09-13 20:15:34.982 132921 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body) 2022-09-13 20:15:34.982 132921 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 841, in _error_checker 2022-09-13 20:15:34.982 132921 ERROR tempest.lib.common.validation_resources raise exceptions.Conflict(resp_body, resp=resp) 2022-09-13 20:15:34.982 132921 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.Conflict: Conflict with state of target resource 2022-09-13 20:15:34.982 132921 ERROR tempest.lib.common.validation_resources Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 5b6c9035-2917-4d97-af38-068ff193cf86 in use.', 'detail': ''} 2022-09-13 20:15:34.982 132921 ERROR tempest.lib.common.validation_resources 2022-09-13 20:15:35,803 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.15:9696/networking/v2.0/floatingips/e79f40f7-f50d-4dde-9ce2-ddb1697866a2 0.819s 2022-09-13 20:15:35,803 132921 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-49fe1145-f6ad-4ded-9f6f-dafc7af997de', 'content-length': '0', 'date': 'Tue, 13 Sep 2022 20:15:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/floatingips/e79f40f7-f50d-4dde-9ce2-ddb1697866a2'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume c33757e0-5620-4c77-980c-a404dbb088ec failed to reach available status (current detaching) within the required time (360 s). }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/fixtures/fixture.py", line 124, in cleanUp return self._cleanups(raise_errors=raise_first) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/fixtures/callmany.py", line 84, in __call__ raise error[1].with_traceback(error[2]) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/fixtures/callmany.py", line 78, in __call__ cleanup(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 346, in clear_validation_resources raise has_exception File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources security_group_client.delete_security_group(sec_id) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 841, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 5b6c9035-2917-4d97-af38-068ff193cf86 in use.', 'detail': ''} }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 385, in wait_for_volume_attachment_remove_from_server raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Volume c33757e0-5620-4c77-980c-a404dbb088ec failed to detach from server f1a47950-575c-4c4e-aace-612aef0dbfd0 within the required time (360 s) from the compute API perspective |
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
fail
ft8.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-09-13 20:15:36,036 132921 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-09-13 20:15:36,036 132921 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-09-13 20:15:37,281 132921 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.15/compute/v2.1/os-keypairs 1.242s 2022-09-13 20:15:37,281 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1618598002", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGzBSemoB4a4peusbQFVia5900fFSPEnlSLCxa6CqaJFMz+iV9OUfWDlLup8DQZUbtqrP/ysCDJDcIYCE1HH/RRzRYAnkOs2fbVS0SI3GFgETrBvke2REO0J1ZK7aC9W8Q=="}} Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46d8f056-0aa0-4bbf-88c9-a8fe35cb445e', 'x-compute-request-id': 'req-46d8f056-0aa0-4bbf-88c9-a8fe35cb445e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1618598002", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGzBSemoB4a4peusbQFVia5900fFSPEnlSLCxa6CqaJFMz+iV9OUfWDlLup8DQZUbtqrP/ysCDJDcIYCE1HH/RRzRYAnkOs2fbVS0SI3GFgETrBvke2REO0J1ZK7aC9W8Q==", "fingerprint": "4e:30:59:90:c0:c1:03:b9:54:08:5e:2c:d9:b4:46:6f", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a"}}' 2022-09-13 20:15:37,285 132921 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1618598002 created 2022-09-13 20:15:37,416 132921 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/security-groups 0.131s 2022-09-13 20:15:37,417 132921 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--854124323", "description": "tempest-description--1085261326"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-6c021117-814c-4432-8fad-05672ee6dc1f', 'date': 'Tue, 13 Sep 2022 20:15:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "91bad195-ca1f-4e60-89c5-37ac97ac32a5", "name": "tempest-securitygroup--854124323", "stateful": true, "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "description": "tempest-description--1085261326", "shared": false, "security_group_rules": [{"id": "a9f068c5-41d9-4a4d-9c77-982e68ea2c77", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "security_group_id": "91bad195-ca1f-4e60-89c5-37ac97ac32a5", "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": 453, "description": null, "tags": [], "created_at": "2022-09-13T20:15:37Z", "updated_at": "2022-09-13T20:15:37Z", "revision_number": 0, "project_id": "7d4531a73035420fb3f73e1fd43af258"}, {"id": "bacb1bb0-be32-4d3a-a51e-9c580734f3b2", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "security_group_id": "91bad195-ca1f-4e60-89c5-37ac97ac32a5", "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": 452, "description": null, "tags": [], "created_at": "2022-09-13T20:15:37Z", "updated_at": "2022-09-13T20:15:37Z", "revision_number": 0, "project_id": "7d4531a73035420fb3f73e1fd43af258"}], "tags": [], "created_at": "2022-09-13T20:15:37Z", "updated_at": "2022-09-13T20:15:37Z", "revision_number": 1, "project_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:15:37,566 132921 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/security-group-rules 0.148s 2022-09-13 20:15:37,566 132921 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": "91bad195-ca1f-4e60-89c5-37ac97ac32a5", "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-3c12ef5b-98b2-49fe-b3e1-68ad7c18905a', 'date': 'Tue, 13 Sep 2022 20:15:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "85135889-cf06-420b-b3f9-ba926adf1b47", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "security_group_id": "91bad195-ca1f-4e60-89c5-37ac97ac32a5", "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": "2022-09-13T20:15:37Z", "updated_at": "2022-09-13T20:15:37Z", "revision_number": 0, "project_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:15:37,685 132921 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/security-group-rules 0.118s 2022-09-13 20:15:37,686 132921 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": "91bad195-ca1f-4e60-89c5-37ac97ac32a5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-acb82e34-e252-4f95-847c-6d2eae93465f', 'date': 'Tue, 13 Sep 2022 20:15:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "36408295-ca81-4a8d-922b-6a39f2f1c8fb", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "security_group_id": "91bad195-ca1f-4e60-89c5-37ac97ac32a5", "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": "2022-09-13T20:15:37Z", "updated_at": "2022-09-13T20:15:37Z", "revision_number": 0, "project_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:15:37,686 132921 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--854124323 created 2022-09-13 20:15:38,430 132921 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.15:9696/networking/v2.0/floatingips 0.743s 2022-09-13 20:15:38,430 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-1e509ed4-fa42-4397-a669-cef72f0798cf', 'date': 'Tue, 13 Sep 2022 20:15:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fed1441e-f743-456f-8c69-5c0f93949fd5", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "floating_ip_address": "172.27.1.161", "floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7d4531a73035420fb3f73e1fd43af258", "description": "", "port_details": null, "tags": [], "created_at": "2022-09-13T20:15:38Z", "updated_at": "2022-09-13T20:15:38Z", "revision_number": 0}}' 2022-09-13 20:15:38,430 132921 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fed1441e-f743-456f-8c69-5c0f93949fd5', 'tenant_id': '7d4531a73035420fb3f73e1fd43af258', 'floating_ip_address': '172.27.1.161', 'floating_network_id': 'd93365cd-e645-4ba4-bf8f-fa4009c5626b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7d4531a73035420fb3f73e1fd43af258', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-09-13T20:15:38Z', 'updated_at': '2022-09-13T20:15:38Z', 'revision_number': 0, 'ip': '172.27.1.161'} created 2022-09-13 20:15:38,478 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.222.0.15/identity/v3/auth/tokens 0.040s 2022-09-13 20:15:38,479 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3262', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9de258f9-03b8-4d2a-870b-ec28580746e8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eff856b09e5944a9bdcf7374cd9d4a2a", "name": "tempest-AttachVolumeNegativeTest-1607042478-project", "password_expires_at": null}, "audit_ids": ["pzlXQKs_TzKlwN0ghkTANA"], "expires_at": "2022-09-13T21:15:38.000000Z", "issued_at": "2022-09-13T20:15:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7d4531a73035420fb3f73e1fd43af258", "name": "tempest-AttachVolumeNegativeTest-1607042478"}, "is_domain": false, "roles": [{"id": "284c674552164365ab075b703005206e", "name": "reader"}, {"id": "61f630f0ba254ac5bb25aa078b9876a0", "name": "member"}], "catalog": [{"endpoints": [{"id": "590814988f4f4204bdf29274a867e2f9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/placement", "region": "RegionOne"}], "id": "3f8a169ba5024ec9bccd7184ae6f3e19", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "b1d49843783a40cc890bf1885dae7343", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/compute/v2.1", "region": "RegionOne"}], "id": "71ba4eee202240db831a28978e1523aa", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "98c6e608710b45d89ef8fc15a9dc6cf1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258", "region": "RegionOne"}], "id": "80c9eed50cdb49f2947ade8463843a35", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0a751deecf334506b94ab929ca72ae17", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15:8080/v1/AUTH_7d4531a73035420fb3f73e1fd43af258", "region": "RegionOne"}, {"id": "8ab6c4ae578a4b9bafda34f9e43093e6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.15:8080", "region": "RegionOne"}], "id": "9cfff7ff45a9483184584e566736811d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "17e06d97f8804ea3bed32e185e577b09", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/compute/v2/7d4531a73035420fb3f73e1fd43af258", "region": "RegionOne"}], "id": "a1d4c774bc8a4686a317b951bdb4b789", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "58218a0674cc4045aa1a10feb2ed6c44", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/volume/v3/7d4531a73035420fb3f73e1fd43af258", "region": "RegionOne"}], "id": "c843e5dceb57488f8fd30c74ef2774af", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2e3116e760b54a34829b2306742f7df2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/image", "region": "RegionOne"}], "id": "d0c1fa45597944de88ead08e9bda7c21", "type": "image", "name": "glance"}, {"endpoints": [{"id": "4cd9e8bfee13415b85d53fdfa174c8e1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15:9696/networking", "region": "RegionOne"}], "id": "d215968803a540b1ad070ae208611700", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e72af39ddab34a478bd576c465b9a328", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/identity", "region": "RegionOne"}], "id": "f0dee672df3d441da51dc40106ea925f", "type": "identity", "name": "keystone"}]}}' 2022-09-13 20:15:38,479 132921 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '3a5ebdc4-a1b3-48a1-9471-81ab14261535', 'name': 'tempest-AttachVolumeNegativeTest-1356152195-network', 'tenant_id': '7d4531a73035420fb3f73e1fd43af258', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7d4531a73035420fb3f73e1fd43af258', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 386, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-09-13T19:50:16Z', 'updated_at': '2022-09-13T19:50:17Z', 'revision_number': 1} available for tenant 2022-09-13 20:15:38,480 132921 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1618598002', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGzBSemoB4a4peusbQFVia5900fFSPEnlSLCxa6CqaJFMz+iV9OUfWDlLup8DQZUbtqrP/ysCDJDcIYCE1HH/RRzRYAnkOs2fbVS0SI3GFgETrBvke2REO0J1ZK7aC9W8Q==', 'fingerprint': '4e:30:59:90:c0:c1:03:b9:54:08:5e:2c:d9:b4:46:6f', 'user_id': 'eff856b09e5944a9bdcf7374cd9d4a2a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDvOaDSGB//ngFXD44XrrnjeSwvjYzyT/nPp/+xwu9x1dCGMo7OCrS6\n/5McyE9/EN6gBwYFK4EEACKhZANiAARswUnpqAeGuKXrrG0BVYmufdNHxUjxJ5Ui\nwsWugqmiRTM/olfTlH1g5S7qfA0GVG7aqz/8rAgyQ3CGAhNRx/0Uc0WAJ5DrNn21\nUtEiNxhYBE6wb5HtkRDtCdWSu2gvVvE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '91bad195-ca1f-4e60-89c5-37ac97ac32a5', 'name': 'tempest-securitygroup--854124323', 'stateful': True, 'tenant_id': '7d4531a73035420fb3f73e1fd43af258', 'description': 'tempest-description--1085261326', 'shared': False, 'security_group_rules': [{'id': 'a9f068c5-41d9-4a4d-9c77-982e68ea2c77', 'tenant_id': '7d4531a73035420fb3f73e1fd43af258', 'security_group_id': '91bad195-ca1f-4e60-89c5-37ac97ac32a5', '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': 453, 'description': None, 'tags': [], 'created_at': '2022-09-13T20:15:37Z', 'updated_at': '2022-09-13T20:15:37Z', 'revision_number': 0, 'project_id': '7d4531a73035420fb3f73e1fd43af258'}, {'id': 'bacb1bb0-be32-4d3a-a51e-9c580734f3b2', 'tenant_id': '7d4531a73035420fb3f73e1fd43af258', 'security_group_id': '91bad195-ca1f-4e60-89c5-37ac97ac32a5', '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': 452, 'description': None, 'tags': [], 'created_at': '2022-09-13T20:15:37Z', 'updated_at': '2022-09-13T20:15:37Z', 'revision_number': 0, 'project_id': '7d4531a73035420fb3f73e1fd43af258'}], 'tags': [], 'created_at': '2022-09-13T20:15:37Z', 'updated_at': '2022-09-13T20:15:37Z', 'revision_number': 1, 'project_id': '7d4531a73035420fb3f73e1fd43af258'}, 'floating_ip': {'id': 'fed1441e-f743-456f-8c69-5c0f93949fd5', 'tenant_id': '7d4531a73035420fb3f73e1fd43af258', 'floating_ip_address': '172.27.1.161', 'floating_network_id': 'd93365cd-e645-4ba4-bf8f-fa4009c5626b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7d4531a73035420fb3f73e1fd43af258', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-09-13T20:15:38Z', 'updated_at': '2022-09-13T20:15:38Z', 'revision_number': 0, 'ip': '172.27.1.161'}} 2022-09-13 20:15:40,185 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.222.0.15/compute/v2.1/servers 1.704s 2022-09-13 20:15:40,185 132921 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-1421788161", "imageRef": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "3a5ebdc4-a1b3-48a1-9471-81ab14261535"}], "security_groups": [{"name": "tempest-securitygroup--854124323"}], "key_name": "tempest-keypair-1618598002", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-630ecd11-5250-4c7a-8062-0273fa9a367c', 'x-compute-request-id': 'req-630ecd11-5250-4c7a-8062-0273fa9a367c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/compute/v2.1/servers'} Body: b'{"server": {"id": "6f568bc2-3962-49f4-93ee-d4f04292a05d", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--854124323"}], "adminPass": "password"}}' 2022-09-13 20:15:40,258 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d 0.069s 2022-09-13 20:15:40,259 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89f6d33a-d872-4592-8aa7-84dcb8c24ace', 'x-compute-request-id': 'req-89f6d33a-d872-4592-8aa7-84dcb8c24ace', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d'} Body: b'{"server": {"id": "6f568bc2-3962-49f4-93ee-d4f04292a05d", "name": "tempest-AttachVolumeNegativeTest-server-1421788161", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:15:39Z", "updated": "2022-09-13T20:15:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1618598002", "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": []}}' 2022-09-13 20:15:41,367 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d 0.094s 2022-09-13 20:15:41,367 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:41 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-31afa810-a67c-405c-90ac-749b3b95a8c8', 'x-compute-request-id': 'req-31afa810-a67c-405c-90ac-749b3b95a8c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d'} Body: b'{"server": {"id": "6f568bc2-3962-49f4-93ee-d4f04292a05d", "name": "tempest-AttachVolumeNegativeTest-server-1421788161", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:15:39Z", "updated": "2022-09-13T20:15:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1618598002", "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": []}}' 2022-09-13 20:15:41,380 132921 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-09-13 20:15:42,537 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d 0.156s 2022-09-13 20:15:42,538 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-6fa33d4a-869a-452a-89f0-f35a27df18ce', 'x-compute-request-id': 'req-6fa33d4a-869a-452a-89f0-f35a27df18ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d'} Body: b'{"server": {"id": "6f568bc2-3962-49f4-93ee-d4f04292a05d", "name": "tempest-AttachVolumeNegativeTest-server-1421788161", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:15:39Z", "updated": "2022-09-13T20:15:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1618598002", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--854124323"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 20:15:42,551 132921 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2022-09-13 20:15:43,707 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d 0.155s 2022-09-13 20:15:43,708 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-fe929fb8-0d40-4212-88ab-08a9444f87ee', 'x-compute-request-id': 'req-fe929fb8-0d40-4212-88ab-08a9444f87ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d'} Body: b'{"server": {"id": "6f568bc2-3962-49f4-93ee-d4f04292a05d", "name": "tempest-AttachVolumeNegativeTest-server-1421788161", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:15:39Z", "updated": "2022-09-13T20:15:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1618598002", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--854124323"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 20:15:44,879 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d 0.157s 2022-09-13 20:15:44,879 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-f2917d8c-6ec6-4539-91c2-7ab1999938ef', 'x-compute-request-id': 'req-f2917d8c-6ec6-4539-91c2-7ab1999938ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d'} Body: b'{"server": {"id": "6f568bc2-3962-49f4-93ee-d4f04292a05d", "name": "tempest-AttachVolumeNegativeTest-server-1421788161", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:15:39Z", "updated": "2022-09-13T20:15:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1618598002", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--854124323"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 20:15:46,055 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d 0.155s 2022-09-13 20:15:46,055 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-6a097098-9c81-48ed-8cdf-f7152d6e04b6', 'x-compute-request-id': 'req-6a097098-9c81-48ed-8cdf-f7152d6e04b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d'} Body: b'{"server": {"id": "6f568bc2-3962-49f4-93ee-d4f04292a05d", "name": "tempest-AttachVolumeNegativeTest-server-1421788161", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:15:39Z", "updated": "2022-09-13T20:15:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1618598002", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--854124323"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 20:15:47,225 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d 0.156s 2022-09-13 20:15:47,226 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-e770737c-3e98-409d-aeff-9abf363e866a', 'x-compute-request-id': 'req-e770737c-3e98-409d-aeff-9abf363e866a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d'} Body: b'{"server": {"id": "6f568bc2-3962-49f4-93ee-d4f04292a05d", "name": "tempest-AttachVolumeNegativeTest-server-1421788161", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:15:39Z", "updated": "2022-09-13T20:15:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1618598002", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--854124323"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 20:15:48,404 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d 0.164s 2022-09-13 20:15:48,405 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-2463895c-7d8e-483c-bd12-e260d83a83db', 'x-compute-request-id': 'req-2463895c-7d8e-483c-bd12-e260d83a83db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d'} Body: b'{"server": {"id": "6f568bc2-3962-49f4-93ee-d4f04292a05d", "name": "tempest-AttachVolumeNegativeTest-server-1421788161", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:15:39Z", "updated": "2022-09-13T20:15:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1618598002", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--854124323"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 20:15:49,569 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d 0.150s 2022-09-13 20:15:49,570 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15: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-d47edb62-bce7-4ac8-bbe6-b36b371b6d67', 'x-compute-request-id': 'req-d47edb62-bce7-4ac8-bbe6-b36b371b6d67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d'} Body: b'{"server": {"id": "6f568bc2-3962-49f4-93ee-d4f04292a05d", "name": "tempest-AttachVolumeNegativeTest-server-1421788161", "status": "BUILD", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:15:39Z", "updated": "2022-09-13T20:15:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1618598002", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--854124323"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 20:15:50,824 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d 0.183s 2022-09-13 20:15:50,825 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1557', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e7375ec-acd7-4f46-920d-2b58de2e6984', 'x-compute-request-id': 'req-7e7375ec-acd7-4f46-920d-2b58de2e6984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d'} Body: b'{"server": {"id": "6f568bc2-3962-49f4-93ee-d4f04292a05d", "name": "tempest-AttachVolumeNegativeTest-server-1421788161", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:15:39Z", "updated": "2022-09-13T20:15:50Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:b6:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1618598002", "OS-SRV-USG:launched_at": "2022-09-13T20:15:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--854124323"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 20:15:50,838 132921 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2022-09-13 20:15:50,932 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d/os-interface 0.093s 2022-09-13 20:15:50,932 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:50 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-81e27c81-f562-41a5-80c5-f5e6f36ad588', 'x-compute-request-id': 'req-81e27c81-f562-41a5-80c5-f5e6f36ad588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "3a5ebdc4-a1b3-48a1-9471-81ab14261535", "port_id": "232383c6-d28c-4c22-8f25-b5a195e1851c", "mac_addr": "fa:16:3e:90:b6:ee", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5fb4d788-3ced-4d99-a623-e5a1feca399a", "ip_address": "172.20.0.5"}]}]}' 2022-09-13 20:15:52,092 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 PUT http://10.222.0.15:9696/networking/v2.0/floatingips/fed1441e-f743-456f-8c69-5c0f93949fd5 1.155s 2022-09-13 20:15:52,092 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "232383c6-d28c-4c22-8f25-b5a195e1851c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-d698fb8f-c92b-49a7-97ca-a11a44fc0716', 'date': 'Tue, 13 Sep 2022 20:15:52 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/floatingips/fed1441e-f743-456f-8c69-5c0f93949fd5'} Body: b'{"floatingip": {"id": "fed1441e-f743-456f-8c69-5c0f93949fd5", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "floating_ip_address": "172.27.1.161", "floating_network_id": "d93365cd-e645-4ba4-bf8f-fa4009c5626b", "router_id": "19d800df-8f39-4327-810a-f1b89ecb7a30", "port_id": "232383c6-d28c-4c22-8f25-b5a195e1851c", "fixed_ip_address": "172.20.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3a5ebdc4-a1b3-48a1-9471-81ab14261535", "mac_address": "fa:16:3e:90:b6:ee", "admin_state_up": true, "status": "ACTIVE", "device_id": "6f568bc2-3962-49f4-93ee-d4f04292a05d", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-09-13T20:15:38Z", "updated_at": "2022-09-13T20:15:51Z", "revision_number": 1, "project_id": "7d4531a73035420fb3f73e1fd43af258"}}' 2022-09-13 20:15:52,093 132921 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.161:22' as 'ubuntu' with public key authentication 2022-09-13 20:15:56,010 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.161 ([Errno None] Unable to connect to port 22 on 172.27.1.161). Number attempts: 1. Retry after 2 seconds. 2022-09-13 20:16:01,578 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.161 ([Errno None] Unable to connect to port 22 on 172.27.1.161). Number attempts: 2. Retry after 3 seconds. 2022-09-13 20:16:08,141 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.161 ([Errno None] Unable to connect to port 22 on 172.27.1.161). Number attempts: 3. Retry after 4 seconds. 2022-09-13 20:16:15,721 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.161 ([Errno None] Unable to connect to port 22 on 172.27.1.161). Number attempts: 4. Retry after 5 seconds. 2022-09-13 20:16:24,297 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.161 ([Errno None] Unable to connect to port 22 on 172.27.1.161). Number attempts: 5. Retry after 6 seconds. 2022-09-13 20:16:30,803 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.161 ([Errno None] Unable to connect to port 22 on 172.27.1.161). Number attempts: 6. Retry after 7 seconds. 2022-09-13 20:16:38,306 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.161 ([Errno None] Unable to connect to port 22 on 172.27.1.161). Number attempts: 7. Retry after 8 seconds. 2022-09-13 20:16:46,815 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.161 ([Errno None] Unable to connect to port 22 on 172.27.1.161). Number attempts: 8. Retry after 9 seconds. 2022-09-13 20:16:56,319 132921 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.161 ([Errno None] Unable to connect to port 22 on 172.27.1.161). Number attempts: 9. Retry after 10 seconds. 2022-09-13 20:17:06,857 132921 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-09-13 20:17:06,996 132921 INFO [paramiko.transport] Authentication (publickey) successful! 2022-09-13 20:17:06,997 132921 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.161 successfully created 2022-09-13 20:17:07,043 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d/ips 0.045s 2022-09-13 20:17:07,043 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '150', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fa44c8c-bf65-4205-887f-2249464c3e4e', 'x-compute-request-id': 'req-0fa44c8c-bf65-4205-887f-2249464c3e4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.5"}, {"version": 4, "addr": "172.27.1.161"}]}}' 2022-09-13 20:18:07,230 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d 0.117s 2022-09-13 20:18:07,230 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18:07 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-37a254c7-f554-4960-ac81-25af3f05d58d', 'x-compute-request-id': 'req-37a254c7-f554-4960-ac81-25af3f05d58d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d'} Body: b'' 2022-09-13 20:18:07,382 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d 0.151s 2022-09-13 20:18:07,382 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-721badff-71e3-4221-b1c7-d6166d160683', 'x-compute-request-id': 'req-721badff-71e3-4221-b1c7-d6166d160683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d'} Body: b'{"server": {"id": "6f568bc2-3962-49f4-93ee-d4f04292a05d", "name": "tempest-AttachVolumeNegativeTest-server-1421788161", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:15:39Z", "updated": "2022-09-13T20:18:07Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:b6:ee"}, {"version": 4, "addr": "172.27.1.161", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:b6:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1618598002", "OS-SRV-USG:launched_at": "2022-09-13T20:15:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--854124323"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 20:18:08,551 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d 0.153s 2022-09-13 20:18:08,551 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5675c345-9d06-4e79-9d0c-f92df2e5ac57', 'x-compute-request-id': 'req-5675c345-9d06-4e79-9d0c-f92df2e5ac57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d'} Body: b'{"server": {"id": "6f568bc2-3962-49f4-93ee-d4f04292a05d", "name": "tempest-AttachVolumeNegativeTest-server-1421788161", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:15:39Z", "updated": "2022-09-13T20:18:07Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:b6:ee"}, {"version": 4, "addr": "172.27.1.161", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:b6:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1618598002", "OS-SRV-USG:launched_at": "2022-09-13T20:15:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--854124323"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 20:18:09,730 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d 0.164s 2022-09-13 20:18:09,731 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a6d52b1-63c5-4c82-81ab-4b4288524fe3', 'x-compute-request-id': 'req-8a6d52b1-63c5-4c82-81ab-4b4288524fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d'} Body: b'{"server": {"id": "6f568bc2-3962-49f4-93ee-d4f04292a05d", "name": "tempest-AttachVolumeNegativeTest-server-1421788161", "status": "ACTIVE", "tenant_id": "7d4531a73035420fb3f73e1fd43af258", "user_id": "eff856b09e5944a9bdcf7374cd9d4a2a", "metadata": {}, "hostId": "8452bb7903884562f72ff027ff4d5c055814f282b6f535a79faddbe4", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T20:15:39Z", "updated": "2022-09-13T20:18:07Z", "addresses": {"tempest-AttachVolumeNegativeTest-1356152195-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:b6:ee"}, {"version": 4, "addr": "172.27.1.161", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:b6:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1618598002", "OS-SRV-USG:launched_at": "2022-09-13T20:15:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--854124323"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-09-13 20:18:10,783 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d 0.037s 2022-09-13 20:18:10,783 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18:10 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-cdebaf0e-1590-4953-aaa1-38c844fb2713', 'x-compute-request-id': 'req-cdebaf0e-1590-4953-aaa1-38c844fb2713', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/6f568bc2-3962-49f4-93ee-d4f04292a05d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6f568bc2-3962-49f4-93ee-d4f04292a05d could not be found."}}' 2022-09-13 20:18:10,815 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.15/compute/v2.1/os-keypairs/tempest-keypair-1618598002 0.032s 2022-09-13 20:18:10,816 132921 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18:10 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-bc7515fd-4e9a-4e25-8fc3-81f51447eba8', 'x-compute-request-id': 'req-bc7515fd-4e9a-4e25-8fc3-81f51447eba8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/compute/v2.1/os-keypairs/tempest-keypair-1618598002'} Body: b'' 2022-09-13 20:18:10,963 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.15:9696/networking/v2.0/security-groups/91bad195-ca1f-4e60-89c5-37ac97ac32a5 0.146s 2022-09-13 20:18:10,963 132921 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-5c7311f9-f6ea-45d3-a400-e499b7f7da12', 'content-length': '0', 'date': 'Tue, 13 Sep 2022 20:18:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-groups/91bad195-ca1f-4e60-89c5-37ac97ac32a5'} Body: b'' 2022-09-13 20:18:10,981 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.15:9696/networking/v2.0/security-groups/91bad195-ca1f-4e60-89c5-37ac97ac32a5 0.017s 2022-09-13 20:18:10,981 132921 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-795dfec7-94af-4885-8298-1eac01bafdf4', 'date': 'Tue, 13 Sep 2022 20:18:10 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-groups/91bad195-ca1f-4e60-89c5-37ac97ac32a5'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 91bad195-ca1f-4e60-89c5-37ac97ac32a5 does not exist", "detail": ""}}' 2022-09-13 20:18:11,402 132921 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.15:9696/networking/v2.0/floatingips/fed1441e-f743-456f-8c69-5c0f93949fd5 0.420s 2022-09-13 20:18:11,402 132921 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-0730c145-1adf-4b9d-bf84-52b212a17069', 'content-length': '0', 'date': 'Tue, 13 Sep 2022 20:18:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/floatingips/fed1441e-f743-456f-8c69-5c0f93949fd5'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 49, in test_attach_attached_volume_to_same_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 544, in create_volume volume = cls.volumes_client.create_volume(**kwargs)['volume'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume resp, body = self.post('volumes', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 704, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 583, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 623, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.15', port=80): Read timed out. (read timeout=60) |
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
pass
pt8.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
||||||
tempest.api.volume.admin.test_group_types.GroupTypesTest | 2 | 1 | 1 | 0 | 0 | Detail | |
test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
fail
ft9.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864]testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_types.py", line 37, in test_group_type_create_list_update_show_delete body = self.admin_group_types_client.create_group_type( File "/opt/stack/tempest/tempest/lib/services/volume/v3/group_types_client.py", line 41, in create_group_type resp, body = self.post('group_types', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 704, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 583, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 623, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.15', port=80): Read timed out. (read timeout=60) |
||||||
test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
pass
pt9.2: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
||||||
tempest.api.volume.admin.test_groups.GroupsV314Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
fail
ft10.1: tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e]testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 165, in test_create_group_from_group volume_type = self.create_volume_type() File "/opt/stack/tempest/tempest/api/volume/base.py", line 295, in create_volume_type volume_type = cls.admin_volume_types_client.create_volume_type( File "/opt/stack/tempest/tempest/lib/services/volume/v3/types_client.py", line 90, in create_volume_type resp, body = self.post('types', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 704, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 583, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 623, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.15', port=80): Read timed out. (read timeout=60) |
||||||
tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 0 | 5 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt11.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
ft11.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:'': {{{ 2022-09-13 19:53:56,829 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 201 POST http://10.222.0.15/identity/v3/auth/tokens 0.033s 2022-09-13 19:53:56,829 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3258', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3a29f2f8-4e0e-40ed-83cc-4003f251901f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "354753f56898466e8f1854745e658ffc", "name": "tempest-VolumesSnapshotTestJSON-941676037-project", "password_expires_at": null}, "audit_ids": ["gu-6Dx_LSW6bmJa3aBFneg"], "expires_at": "2022-09-13T20:53:56.000000Z", "issued_at": "2022-09-13T19:53:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b9320188c1f743f1bdf221bfa06b6f9a", "name": "tempest-VolumesSnapshotTestJSON-941676037"}, "is_domain": false, "roles": [{"id": "284c674552164365ab075b703005206e", "name": "reader"}, {"id": "61f630f0ba254ac5bb25aa078b9876a0", "name": "member"}], "catalog": [{"endpoints": [{"id": "590814988f4f4204bdf29274a867e2f9", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/placement", "region": "RegionOne"}], "id": "3f8a169ba5024ec9bccd7184ae6f3e19", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "b1d49843783a40cc890bf1885dae7343", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/compute/v2.1", "region": "RegionOne"}], "id": "71ba4eee202240db831a28978e1523aa", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "98c6e608710b45d89ef8fc15a9dc6cf1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a", "region": "RegionOne"}], "id": "80c9eed50cdb49f2947ade8463843a35", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0a751deecf334506b94ab929ca72ae17", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15:8080/v1/AUTH_b9320188c1f743f1bdf221bfa06b6f9a", "region": "RegionOne"}, {"id": "8ab6c4ae578a4b9bafda34f9e43093e6", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.15:8080", "region": "RegionOne"}], "id": "9cfff7ff45a9483184584e566736811d", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "17e06d97f8804ea3bed32e185e577b09", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/compute/v2/b9320188c1f743f1bdf221bfa06b6f9a", "region": "RegionOne"}], "id": "a1d4c774bc8a4686a317b951bdb4b789", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "58218a0674cc4045aa1a10feb2ed6c44", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a", "region": "RegionOne"}], "id": "c843e5dceb57488f8fd30c74ef2774af", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "2e3116e760b54a34829b2306742f7df2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/image", "region": "RegionOne"}], "id": "d0c1fa45597944de88ead08e9bda7c21", "type": "image", "name": "glance"}, {"endpoints": [{"id": "4cd9e8bfee13415b85d53fdfa174c8e1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15:9696/networking", "region": "RegionOne"}], "id": "d215968803a540b1ad070ae208611700", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e72af39ddab34a478bd576c465b9a328", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.15/identity", "region": "RegionOne"}], "id": "f0dee672df3d441da51dc40106ea925f", "type": "identity", "name": "keystone"}]}}' 2022-09-13 19:53:56,830 132913 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': '58c88df2-1f47-459c-947a-d3b3cde11e04', 'name': 'tempest-VolumesSnapshotTestJSON-48857745-network', 'tenant_id': 'b9320188c1f743f1bdf221bfa06b6f9a', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b9320188c1f743f1bdf221bfa06b6f9a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 356, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-09-13T19:53:53Z', 'updated_at': '2022-09-13T19:53:53Z', 'revision_number': 1} available for tenant 2022-09-13 19:53:57,346 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.15/compute/v2.1/servers 0.515s 2022-09-13 19:53:57,346 132913 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-975365480", "imageRef": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "flavorRef": "452", "networks": [{"uuid": "58c88df2-1f47-459c-947a-d3b3cde11e04"}]}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5de44ad7-1ad5-4aa1-8f1a-5be9993556eb', 'x-compute-request-id': 'req-5de44ad7-1ad5-4aa1-8f1a-5be9993556eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/compute/v2.1/servers'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "QjsLF43NX4mn"}}' 2022-09-13 19:53:57,441 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.091s 2022-09-13 19:53:57,441 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:57 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-69203e7a-b11c-456f-b46b-bd673cc7c791', 'x-compute-request-id': 'req-69203e7a-b11c-456f-b46b-bd673cc7c791', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "BUILD", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T19:53:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "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": []}}' 2022-09-13 19:53:58,544 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.088s 2022-09-13 19:53:58,544 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53:58 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-af6688fc-8f4d-4a3b-9867-180dec2c3b7f', 'x-compute-request-id': 'req-af6688fc-8f4d-4a3b-9867-180dec2c3b7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "BUILD", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T19:53:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "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": []}}' 2022-09-13 19:53:58,557 132913 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-09-13 19:53:59,714 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 19:53:59,714 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:53: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-e2873829-08a7-4b9e-b4d4-b35c4c6f8236', 'x-compute-request-id': 'req-e2873829-08a7-4b9e-b4d4-b35c4c6f8236', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "BUILD", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T19:53:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "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": []}}' 2022-09-13 19:53:59,728 132913 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2022-09-13 19:54:00,880 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 19:54:00,881 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:00 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-c1615981-3de9-4d8f-85a5-1f20dfeadd21', 'x-compute-request-id': 'req-c1615981-3de9-4d8f-85a5-1f20dfeadd21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "BUILD", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T19:53:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "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": []}}' 2022-09-13 19:54:02,048 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 19:54:02,048 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:01 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-bc7c26c9-accf-4c9f-b586-21f3e412dc39', 'x-compute-request-id': 'req-bc7c26c9-accf-4c9f-b586-21f3e412dc39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "BUILD", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T19:53:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "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": []}}' 2022-09-13 19:54:03,442 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.378s 2022-09-13 19:54:03,442 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:03 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-603148a0-9965-4088-b38b-4b098f1d0a2b', 'x-compute-request-id': 'req-603148a0-9965-4088-b38b-4b098f1d0a2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "BUILD", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T19:53:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "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": []}}' 2022-09-13 19:54:04,609 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 19:54:04,610 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:04 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-9f9b0f05-b392-4bde-9a86-f6c62309a5b0', 'x-compute-request-id': 'req-9f9b0f05-b392-4bde-9a86-f6c62309a5b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "BUILD", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T19:53:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "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": []}}' 2022-09-13 19:54:05,776 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 19:54:05,777 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:05 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-722507d8-b9d1-468f-9934-00e2c069aeaf', 'x-compute-request-id': 'req-722507d8-b9d1-468f-9934-00e2c069aeaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "BUILD", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T19:53:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "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": []}}' 2022-09-13 19:54:06,942 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 19:54:06,942 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:06 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-7ff6e8ab-b13a-4563-8c8a-d880b4d83943', 'x-compute-request-id': 'req-7ff6e8ab-b13a-4563-8c8a-d880b4d83943', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "BUILD", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T19:53:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "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": []}}' 2022-09-13 19:54:08,121 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.164s 2022-09-13 19:54:08,121 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:07 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-1ebb3568-bca2-41b5-a831-5e03d8574232', 'x-compute-request-id': 'req-1ebb3568-bca2-41b5-a831-5e03d8574232', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "BUILD", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T19:53:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "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": []}}' 2022-09-13 19:54:09,291 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 19:54:09,291 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:09 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-9771bee7-eac1-40bd-a719-3d1e20e6ab3f', 'x-compute-request-id': 'req-9771bee7-eac1-40bd-a719-3d1e20e6ab3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "BUILD", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T19:54:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "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": []}}' 2022-09-13 19:54:10,457 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 19:54:10,457 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:10 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-5de35f1c-5dea-442c-9588-e9909747bc79', 'x-compute-request-id': 'req-5de35f1c-5dea-442c-9588-e9909747bc79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "BUILD", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T19:54:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "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": []}}' 2022-09-13 19:54:11,645 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.166s 2022-09-13 19:54:11,646 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:11 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-511f8bef-77c3-41a5-9d46-c3406ce8a9bd', 'x-compute-request-id': 'req-511f8bef-77c3-41a5-9d46-c3406ce8a9bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "BUILD", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T19:54:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "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": []}}' 2022-09-13 19:54:12,812 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 19:54:12,812 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1506', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf4dcc82-89b4-4ff9-9ece-f72fb4e23858', 'x-compute-request-id': 'req-bf4dcc82-89b4-4ff9-9ece-f72fb4e23858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T19:54:12Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": []}}' 2022-09-13 19:54:12,826 132913 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait 2022-09-13 19:54:12,852 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/image/v2/images/9fda36ae-cf5f-4d86-80e9-162b3553116f 0.025s 2022-09-13 19:54:12,853 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-707f8bbc-2c92-47b7-b812-4daa9e66cc27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/image/v2/images/9fda36ae-cf5f-4d86-80e9-162b3553116f'} 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": "35cfa2e060644668a62b0b52ed4b9871", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "created_at": "2022-09-13T19:43:40Z", "updated_at": "2022-09-13T19:43:57Z", "tags": [], "self": "/v2/images/9fda36ae-cf5f-4d86-80e9-162b3553116f", "file": "/v2/images/9fda36ae-cf5f-4d86-80e9-162b3553116f/file", "schema": "/v2/schemas/image"}' 2022-09-13 19:54:13,179 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes 0.325s 2022-09-13 19:54:13,180 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"imageRef": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841"}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f9e3e29-5dec-4c10-9ef3-fb53a6378575', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f9e3e29-5dec-4c10-9ef3-fb53a6378575', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.102312", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-09-13 19:54:13,242 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.051s 2022-09-13 19:54:13,243 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89567073-2a65-4038-a2a5-5afcb7c43f4e', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89567073-2a65-4038-a2a5-5afcb7c43f4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:14,299 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.041s 2022-09-13 19:54:14,299 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5356144e-001b-46c4-bb92-6aee2aa78248', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5356144e-001b-46c4-bb92-6aee2aa78248', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:15,395 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.081s 2022-09-13 19:54:15,395 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44bc58fd-b1ca-45d8-9943-392b1b7a2331', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44bc58fd-b1ca-45d8-9943-392b1b7a2331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:16,453 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 19:54:16,454 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed8e41f8-ba06-453a-a196-109e38b8f71b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed8e41f8-ba06-453a-a196-109e38b8f71b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:17,507 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.040s 2022-09-13 19:54:17,507 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1d0f9e3-afe3-4b5d-8049-090484837af1', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1d0f9e3-afe3-4b5d-8049-090484837af1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:18,567 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 19:54:18,567 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-590e7588-680e-4c4c-8b4e-6e20c85eb9b4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-590e7588-680e-4c4c-8b4e-6e20c85eb9b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:19,625 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 19:54:19,625 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe090083-4ea8-48b6-8198-434e18a0069c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe090083-4ea8-48b6-8198-434e18a0069c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:20,680 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.041s 2022-09-13 19:54:20,680 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf60da46-3323-43cd-ad1b-2d03dafb0b2f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf60da46-3323-43cd-ad1b-2d03dafb0b2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:21,735 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.041s 2022-09-13 19:54:21,736 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9f26cc9-34c4-4119-af56-09be7357fd28', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9f26cc9-34c4-4119-af56-09be7357fd28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:22,800 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.051s 2022-09-13 19:54:22,801 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fff5a99-671d-488d-8186-05e9e3527c37', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fff5a99-671d-488d-8186-05e9e3527c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:23,855 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.041s 2022-09-13 19:54:23,855 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b26f0d28-1d26-4ce9-bbbb-e8038caf239f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b26f0d28-1d26-4ce9-bbbb-e8038caf239f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:24,908 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.039s 2022-09-13 19:54:24,909 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40bc54f7-f118-4376-bbeb-0b4ac182a05f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40bc54f7-f118-4376-bbeb-0b4ac182a05f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:25,961 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.038s 2022-09-13 19:54:25,961 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3ca6d5f-fa6a-4b51-8252-4ce7490bd428', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3ca6d5f-fa6a-4b51-8252-4ce7490bd428', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:27,014 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.039s 2022-09-13 19:54:27,015 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-195c69a0-eae3-4c39-9859-5f0e5e379382', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-195c69a0-eae3-4c39-9859-5f0e5e379382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:28,068 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.040s 2022-09-13 19:54:28,069 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5871980-d4d1-4f07-81ec-ee4b52151544', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5871980-d4d1-4f07-81ec-ee4b52151544', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:29,122 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.040s 2022-09-13 19:54:29,123 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82485076-a7d4-4ea0-b350-bccf57e245b7', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82485076-a7d4-4ea0-b350-bccf57e245b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:13.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:30,177 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.039s 2022-09-13 19:54:30,177 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79b30289-de49-44b9-915d-d71496aba0f3', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79b30289-de49-44b9-915d-d71496aba0f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:31,229 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.039s 2022-09-13 19:54:31,230 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8447f649-dd9a-4287-8e40-856dc794b734', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8447f649-dd9a-4287-8e40-856dc794b734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:32,286 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.042s 2022-09-13 19:54:32,286 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e39a126-4a96-4846-9dc5-c40038b7694e', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e39a126-4a96-4846-9dc5-c40038b7694e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:33,338 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.038s 2022-09-13 19:54:33,338 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e3af5ff-ce58-40e8-aaa0-2e37263fdfb5', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e3af5ff-ce58-40e8-aaa0-2e37263fdfb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:34,390 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.038s 2022-09-13 19:54:34,391 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4ed6df1-8517-43e7-8ef4-7c9c1588ddfb', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4ed6df1-8517-43e7-8ef4-7c9c1588ddfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:35,443 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.039s 2022-09-13 19:54:35,443 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bbaed14-d51a-45ac-8fe4-2037342db19a', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bbaed14-d51a-45ac-8fe4-2037342db19a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:36,496 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.039s 2022-09-13 19:54:36,496 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-338b58b4-7aa6-42b5-b1a4-ecc6cd8771dd', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-338b58b4-7aa6-42b5-b1a4-ecc6cd8771dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:37,548 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.039s 2022-09-13 19:54:37,549 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a750895-cee1-4d44-a263-eae04b65543e', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a750895-cee1-4d44-a263-eae04b65543e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:38,605 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.039s 2022-09-13 19:54:38,606 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac87e1f1-b78a-4b28-8c5d-e77354506be2', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac87e1f1-b78a-4b28-8c5d-e77354506be2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:39,658 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.039s 2022-09-13 19:54:39,658 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86c9b95e-27f2-491c-bde6-1d90992d45e3', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86c9b95e-27f2-491c-bde6-1d90992d45e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:40,715 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 19:54:40,715 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e835bddd-5a91-44b8-ac45-e0772c13db27', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e835bddd-5a91-44b8-ac45-e0772c13db27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:41,769 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.039s 2022-09-13 19:54:41,769 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57af716e-6ffd-405a-a5aa-3152de4d28ce', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57af716e-6ffd-405a-a5aa-3152de4d28ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:42,823 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.040s 2022-09-13 19:54:42,823 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71e0e50e-53cc-480a-b159-896723b67f89', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71e0e50e-53cc-480a-b159-896723b67f89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:43,890 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.053s 2022-09-13 19:54:43,890 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bc7c4d9-7935-4d7d-a770-b0470b3225ec', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bc7c4d9-7935-4d7d-a770-b0470b3225ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:44,945 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.041s 2022-09-13 19:54:44,945 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2e1e59c-9513-46e8-94c9-59eee45c1f95', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2e1e59c-9513-46e8-94c9-59eee45c1f95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:46,001 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.042s 2022-09-13 19:54:46,002 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f810559e-e597-4807-b927-df7f03601e66', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f810559e-e597-4807-b927-df7f03601e66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:45.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:46,015 132913 INFO [tempest.common.waiters] volume 4d83d347-1714-4247-8eab-ce284b77a99c reached available after waiting for 33.015246 seconds 2022-09-13 19:54:46,499 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 POST http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201/os-volume_attachments 0.483s 2022-09-13 19:54:46,499 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "4d83d347-1714-4247-8eab-ce284b77a99c", "device": "/dev/sdb"}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:46 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-bfcfd4d9-6f40-4d06-9151-add1af0258e5', 'x-compute-request-id': 'req-bfcfd4d9-6f40-4d06-9151-add1af0258e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "serverId": "babfebc1-c955-4974-bed5-9856673bf201", "volumeId": "4d83d347-1714-4247-8eab-ce284b77a99c", "device": "/dev/sdb"}}' 2022-09-13 19:54:46,553 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.050s 2022-09-13 19:54:46,553 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ab80c5f-69eb-407b-ad5e-7d8bdf18a0c1', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ab80c5f-69eb-407b-ad5e-7d8bdf18a0c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:46.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:47,636 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.067s 2022-09-13 19:54:47,636 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-842c30b3-03e2-4d97-98d6-2bc6009e7170', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-842c30b3-03e2-4d97-98d6-2bc6009e7170', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:48,706 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.056s 2022-09-13 19:54:48,707 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-425c4e17-9f24-47b7-a563-058089a61fe1', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-425c4e17-9f24-47b7-a563-058089a61fe1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:49,771 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.051s 2022-09-13 19:54:49,772 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d0210a2-0f32-436c-8bf9-71062f402cb6', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d0210a2-0f32-436c-8bf9-71062f402cb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:50,845 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.058s 2022-09-13 19:54:50,845 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-392372e3-91c7-4501-b9bf-15511f13f935', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-392372e3-91c7-4501-b9bf-15511f13f935', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:51,920 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.058s 2022-09-13 19:54:51,921 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-953abbae-9bea-4545-8d2c-cae45be4a0ff', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-953abbae-9bea-4545-8d2c-cae45be4a0ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:52,993 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.058s 2022-09-13 19:54:52,993 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0e66763-baf5-4f47-936f-8baa32807e2e', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0e66763-baf5-4f47-936f-8baa32807e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "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": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:54,080 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.074s 2022-09-13 19:54:54,080 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27b4805d-83ab-492d-8929-8386c6991561', 'content-length': '1655', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27b4805d-83ab-492d-8929-8386c6991561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T19:54:54.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 19:54:54,093 132913 INFO [tempest.common.waiters] volume 4d83d347-1714-4247-8eab-ce284b77a99c reached in-use after waiting for 8.093796 seconds 2022-09-13 19:54:54,174 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 400 POST http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots 0.080s 2022-09-13 19:54:54,175 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "force": false, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-647586881"}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:54 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-105c32ae-4427-499e-99ce-c99c24005eb4', 'x-openstack-request-id': 'req-105c32ae-4427-499e-99ce-c99c24005eb4', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume 4d83d347-1714-4247-8eab-ce284b77a99c status must be available, but current status is: in-use."}}' 2022-09-13 19:54:54,458 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots 0.282s 2022-09-13 19:54:54,458 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942"}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4b59731-bd65-4af5-8b52-01b16a753abf', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4b59731-bd65-4af5-8b52-01b16a753abf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.369462", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}}}' 2022-09-13 19:54:54,499 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.036s 2022-09-13 19:54:54,499 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41387511-3ba2-4008-98cc-171045834ded', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41387511-3ba2-4008-98cc-171045834ded', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:54:55,531 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.026s 2022-09-13 19:54:55,532 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccb1a581-c6b9-4989-97a4-2c551ce09234', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccb1a581-c6b9-4989-97a4-2c551ce09234', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:54:56,563 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.025s 2022-09-13 19:54:56,563 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-142acfdf-59fa-465b-b0e8-f107ba5c5268', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-142acfdf-59fa-465b-b0e8-f107ba5c5268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:54:57,593 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.023s 2022-09-13 19:54:57,593 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15b36f3e-4bc8-428e-bb93-cd80dc3305e5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15b36f3e-4bc8-428e-bb93-cd80dc3305e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:54:58,621 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:54:58,622 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95bd2ab6-1db3-4a20-9c76-455ea166bf6d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95bd2ab6-1db3-4a20-9c76-455ea166bf6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:54:59,650 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.023s 2022-09-13 19:54:59,650 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a265500-51af-49bc-9d6d-4afeae449c9c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a265500-51af-49bc-9d6d-4afeae449c9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:00,678 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.023s 2022-09-13 19:55:00,679 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-964c7c77-cf35-413f-ba7e-0e46f8f65af9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-964c7c77-cf35-413f-ba7e-0e46f8f65af9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:01,707 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.021s 2022-09-13 19:55:01,707 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f13ddb27-0902-4950-8c18-8e5c80e221b3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f13ddb27-0902-4950-8c18-8e5c80e221b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:02,734 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.021s 2022-09-13 19:55:02,735 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b5acf3f-3e19-4479-9753-aaaf253c48c5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b5acf3f-3e19-4479-9753-aaaf253c48c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:03,762 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:03,763 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-938a4004-4542-4bca-ad76-891d470a3d1a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-938a4004-4542-4bca-ad76-891d470a3d1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:04,790 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:04,790 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9f23174-91c6-408f-a803-118265530bfb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9f23174-91c6-408f-a803-118265530bfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:05,818 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.023s 2022-09-13 19:55:05,818 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a0d4c9e-3061-4f74-9c53-3b1583602082', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a0d4c9e-3061-4f74-9c53-3b1583602082', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:06,846 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:06,846 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf0594f6-e2b7-471f-ab3f-0edd919637fb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf0594f6-e2b7-471f-ab3f-0edd919637fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:07,874 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:07,874 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76c73557-a8c2-4265-808a-a4e1cda0bf1b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76c73557-a8c2-4265-808a-a4e1cda0bf1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:08,902 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.023s 2022-09-13 19:55:08,902 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33b454f2-78ad-4643-928b-a74ba01315fc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33b454f2-78ad-4643-928b-a74ba01315fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:09,930 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:09,930 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77432bdf-c14a-4e99-a4bb-04fecf00aac4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77432bdf-c14a-4e99-a4bb-04fecf00aac4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:10,957 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:10,957 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08cd7516-809e-45cd-b1ac-dba2d36bd496', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08cd7516-809e-45cd-b1ac-dba2d36bd496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:11,988 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.023s 2022-09-13 19:55:11,988 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14c67035-49cd-4474-834f-771a260b7e25', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14c67035-49cd-4474-834f-771a260b7e25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:13,019 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:13,019 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfcc6cc9-9c85-4b19-9d7e-4be0ea83cd9f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfcc6cc9-9c85-4b19-9d7e-4be0ea83cd9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:14,051 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.026s 2022-09-13 19:55:14,051 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d7abc26-a1a5-4203-8edc-39f4095d63af', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d7abc26-a1a5-4203-8edc-39f4095d63af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:15,080 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:15,081 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30421689-101a-4802-96e9-4db9fd0552d9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30421689-101a-4802-96e9-4db9fd0552d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:16,107 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:16,107 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e775920-6f80-4d1e-b8f0-ea7736721400', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e775920-6f80-4d1e-b8f0-ea7736721400', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:17,135 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:17,135 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a882e1bf-414d-4a2a-b6e8-6c00f0601933', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a882e1bf-414d-4a2a-b6e8-6c00f0601933', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:18,163 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.023s 2022-09-13 19:55:18,164 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7083d14-f56b-473f-907e-39833d7acb1c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7083d14-f56b-473f-907e-39833d7acb1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:19,191 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:19,192 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b182957f-72e4-4fd4-acb7-9ac926ec1375', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b182957f-72e4-4fd4-acb7-9ac926ec1375', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:20,219 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:20,219 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27aaf54f-4574-4be5-9ec5-be8d93e0335c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27aaf54f-4574-4be5-9ec5-be8d93e0335c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:21,246 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:21,247 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75f53248-7258-4a58-93e1-0913f144d968', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75f53248-7258-4a58-93e1-0913f144d968', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:22,274 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.023s 2022-09-13 19:55:22,274 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28287877-c043-4b9b-bd91-35f9d78a9561', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28287877-c043-4b9b-bd91-35f9d78a9561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:23,301 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:23,302 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e189971c-0f37-484a-92a4-76c770b3e2e8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e189971c-0f37-484a-92a4-76c770b3e2e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:24,330 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:24,330 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cee4c58b-b8d2-449e-b13e-92db792cb6fa', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cee4c58b-b8d2-449e-b13e-92db792cb6fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:25,357 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.021s 2022-09-13 19:55:25,358 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adc2932d-76ff-47f3-ad90-45eba895f561', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adc2932d-76ff-47f3-ad90-45eba895f561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:26,385 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:26,386 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d8ad001-c35a-48d5-9031-1c730b8991b6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d8ad001-c35a-48d5-9031-1c730b8991b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:27,413 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:27,413 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b01c6ac6-7b74-47fa-82e1-4b5b3f953e45', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b01c6ac6-7b74-47fa-82e1-4b5b3f953e45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:28,439 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.021s 2022-09-13 19:55:28,440 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-845d7a02-ded3-4139-9a87-e3a4b665cfe6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-845d7a02-ded3-4139-9a87-e3a4b665cfe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:29,468 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:29,468 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c5194b5-d876-4da3-9132-3b18bb09cb9e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c5194b5-d876-4da3-9132-3b18bb09cb9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:30,495 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:30,495 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e07c7b6-9b43-403f-b942-1a518d8a460d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e07c7b6-9b43-403f-b942-1a518d8a460d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:31,522 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:31,523 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06ccdd77-5929-4eeb-9258-d5bd5d7ad803', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06ccdd77-5929-4eeb-9258-d5bd5d7ad803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:32,550 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:32,551 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e80752b-c1de-4a27-bb10-66052d7757a2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e80752b-c1de-4a27-bb10-66052d7757a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:33,580 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:33,580 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ef09edb-6561-47b3-a7e1-a87b65b72ccb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ef09edb-6561-47b3-a7e1-a87b65b72ccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:34,609 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.023s 2022-09-13 19:55:34,609 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e557bb7-384e-4f0d-a5fb-6043fa2e9880', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e557bb7-384e-4f0d-a5fb-6043fa2e9880', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:35,638 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.023s 2022-09-13 19:55:35,638 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5888503e-52c4-46c4-a4f3-77123a5e5a91', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5888503e-52c4-46c4-a4f3-77123a5e5a91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:36,666 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:36,666 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e326c7b-1ff1-4c51-b10c-ca567f7613e3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e326c7b-1ff1-4c51-b10c-ca567f7613e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:37,695 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.023s 2022-09-13 19:55:37,695 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-134c7533-5c0a-4bde-99a7-6db642c3c583', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-134c7533-5c0a-4bde-99a7-6db642c3c583', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:38,722 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:38,723 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3f019cc-932c-4a5c-b680-458d5beb89fd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3f019cc-932c-4a5c-b680-458d5beb89fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:39,749 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.021s 2022-09-13 19:55:39,750 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-708f3b15-a8c1-4a88-8f51-1413b17de167', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-708f3b15-a8c1-4a88-8f51-1413b17de167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:40,777 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:40,778 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84cb8d68-139f-46b3-b513-0e92fe5454f7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84cb8d68-139f-46b3-b513-0e92fe5454f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:41,806 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.023s 2022-09-13 19:55:41,806 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfbf0f95-4cba-409c-828c-d4b0e9642f78', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfbf0f95-4cba-409c-828c-d4b0e9642f78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:42,834 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.023s 2022-09-13 19:55:42,834 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc7ada11-3633-4155-8df1-a42d71ceba79', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc7ada11-3633-4155-8df1-a42d71ceba79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:43,863 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.023s 2022-09-13 19:55:43,863 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aeeee6f-1cc2-4a3d-a5e5-a445f4d7f4ce', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aeeee6f-1cc2-4a3d-a5e5-a445f4d7f4ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:44,891 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:44,892 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02589972-7500-4ae9-ab83-9a34c17aa247', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02589972-7500-4ae9-ab83-9a34c17aa247', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:45,920 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.024s 2022-09-13 19:55:45,921 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f54031fa-2003-40d9-a92a-e4f25cbf5e38', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f54031fa-2003-40d9-a92a-e4f25cbf5e38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:46,947 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.021s 2022-09-13 19:55:46,947 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e506aa4-b012-443a-ad18-4fa1dd9d3728', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e506aa4-b012-443a-ad18-4fa1dd9d3728', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:47,976 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.023s 2022-09-13 19:55:47,976 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04f5aaac-d2ac-4d77-a427-ed224a05b5bb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04f5aaac-d2ac-4d77-a427-ed224a05b5bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:49,003 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:49,003 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b87ef06a-1739-4dc5-b413-179ce3f6e87e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b87ef06a-1739-4dc5-b413-179ce3f6e87e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:50,032 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:50,032 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6100120-95f6-41c1-b8ea-6890af968991', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6100120-95f6-41c1-b8ea-6890af968991', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:51,060 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:51,060 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75abdebb-26b4-45d9-ba54-e0c20ef7930d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75abdebb-26b4-45d9-ba54-e0c20ef7930d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:52,088 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:52,088 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d22236a-556d-4400-bcb8-a9e70a61f994', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d22236a-556d-4400-bcb8-a9e70a61f994', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:53,121 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.028s 2022-09-13 19:55:53,122 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59842ddc-0d5e-4a9d-93fb-81981a7ea372', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59842ddc-0d5e-4a9d-93fb-81981a7ea372', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:54,152 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.025s 2022-09-13 19:55:54,152 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f8727ec-37db-4ba1-a31b-6d3f80dbca09', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f8727ec-37db-4ba1-a31b-6d3f80dbca09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:55,181 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.023s 2022-09-13 19:55:55,181 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47e6d814-a23a-4309-bbc2-799d63edd3a2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47e6d814-a23a-4309-bbc2-799d63edd3a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:56,210 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.024s 2022-09-13 19:55:56,210 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8853fc6-a52b-4c29-9a97-01bf06e0d3f3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8853fc6-a52b-4c29-9a97-01bf06e0d3f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:57,238 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:55:57,239 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2df161b-42cf-4b07-bfa1-f057c17f8dac', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2df161b-42cf-4b07-bfa1-f057c17f8dac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:58,267 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.023s 2022-09-13 19:55:58,268 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71104d5b-66e7-44db-9dfc-c0ba55c224d4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71104d5b-66e7-44db-9dfc-c0ba55c224d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:55:59,296 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.023s 2022-09-13 19:55:59,296 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37790335-66ca-4306-98cf-4a5d18ee575a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37790335-66ca-4306-98cf-4a5d18ee575a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:00,323 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:56:00,324 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db0baab2-9308-42a6-96ad-16dd1be1f88f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db0baab2-9308-42a6-96ad-16dd1be1f88f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:01,352 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.023s 2022-09-13 19:56:01,352 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54919873-fd7b-44a5-94e0-a17eaf3e5d83', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54919873-fd7b-44a5-94e0-a17eaf3e5d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:02,379 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:56:02,379 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-850e5252-b030-4ce5-89c4-f53826508943', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-850e5252-b030-4ce5-89c4-f53826508943', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:03,408 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:56:03,408 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a92214b4-545f-42dc-9af0-ae338ab2e9de', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a92214b4-545f-42dc-9af0-ae338ab2e9de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:04,436 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:56:04,436 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec40e474-dcf8-4be4-bc4e-ea0bcebaadbd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec40e474-dcf8-4be4-bc4e-ea0bcebaadbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:05,464 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:56:05,464 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5307f72c-7607-4b0a-9071-9c3205b711fc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5307f72c-7607-4b0a-9071-9c3205b711fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:06,491 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.021s 2022-09-13 19:56:06,491 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fad1996-7630-44bb-a2b3-a50314da7fd1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fad1996-7630-44bb-a2b3-a50314da7fd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:07,518 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.021s 2022-09-13 19:56:07,519 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed7ebcd4-4b9a-4b75-a35c-debc77fad77d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed7ebcd4-4b9a-4b75-a35c-debc77fad77d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:08,546 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:56:08,547 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b24e47cc-3512-4e15-953e-e80afb330b1c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b24e47cc-3512-4e15-953e-e80afb330b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:09,574 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:56:09,574 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e957b20c-7935-4d5f-a844-dfce3182a2ea', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e957b20c-7935-4d5f-a844-dfce3182a2ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:10,602 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.023s 2022-09-13 19:56:10,602 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75058707-f958-4cb8-874f-56f8f77aecd6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75058707-f958-4cb8-874f-56f8f77aecd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:11,629 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:56:11,630 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc341cc2-1763-48e9-a49d-651980c5bd65', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc341cc2-1763-48e9-a49d-651980c5bd65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:12,658 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:56:12,658 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a13f6f8c-d214-4157-adf2-421ee34bf3a7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a13f6f8c-d214-4157-adf2-421ee34bf3a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:13,686 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:56:13,687 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc08b39e-5556-4e74-beb4-6e69f3027d87', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc08b39e-5556-4e74-beb4-6e69f3027d87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:14,713 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.021s 2022-09-13 19:56:14,714 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e850da06-6685-424d-81e7-251934b585b9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e850da06-6685-424d-81e7-251934b585b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:15,740 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.021s 2022-09-13 19:56:15,740 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ef309a7-579e-4410-ba60-e05203fc6063', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ef309a7-579e-4410-ba60-e05203fc6063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:16,781 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.035s 2022-09-13 19:56:16,781 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-416e0bfd-e2b2-4c3b-8058-bdc7457baed7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-416e0bfd-e2b2-4c3b-8058-bdc7457baed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:17,830 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.042s 2022-09-13 19:56:17,830 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f70518bd-caee-4b1c-a1e1-c62a1be462f4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f70518bd-caee-4b1c-a1e1-c62a1be462f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:18,883 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:56:18,883 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a15f007b-8741-4092-83e1-c4b7b863a698', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a15f007b-8741-4092-83e1-c4b7b863a698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:19,937 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:56:19,937 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6a2e174-b932-49d2-bab8-bb4cfb50829f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6a2e174-b932-49d2-bab8-bb4cfb50829f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:20,988 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:56:20,989 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffe5f9ee-6a66-4453-be17-c705f794a3ba', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffe5f9ee-6a66-4453-be17-c705f794a3ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:22,042 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:56:22,043 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7305a64e-3407-4478-a7c5-c5baf034614d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7305a64e-3407-4478-a7c5-c5baf034614d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:23,095 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:56:23,095 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96fe5b36-141a-41ca-84dd-3c9b753df13e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96fe5b36-141a-41ca-84dd-3c9b753df13e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:24,149 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:56:24,149 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5e78d3f-5bbf-4b01-a5cb-5c6ba0e52ce7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5e78d3f-5bbf-4b01-a5cb-5c6ba0e52ce7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:25,203 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:56:25,203 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6c13c24-473d-4ad2-b023-dc98409b9516', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6c13c24-473d-4ad2-b023-dc98409b9516', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:26,255 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:56:26,255 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1845268-0197-424a-b4d8-bfc1b0c256cc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1845268-0197-424a-b4d8-bfc1b0c256cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:27,306 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:56:27,307 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21039767-b8ed-4f0b-8166-31a4a1cec322', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21039767-b8ed-4f0b-8166-31a4a1cec322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:28,365 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.053s 2022-09-13 19:56:28,366 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b41953bb-9917-4cd5-ac55-fddeebc8461b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b41953bb-9917-4cd5-ac55-fddeebc8461b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:29,410 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.039s 2022-09-13 19:56:29,411 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f47beb7-6df4-47c7-a57a-8d9abf26fe6f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f47beb7-6df4-47c7-a57a-8d9abf26fe6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:30,472 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.057s 2022-09-13 19:56:30,473 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e8c4e82-e600-4c75-83c0-8c5eaa1e62a2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e8c4e82-e600-4c75-83c0-8c5eaa1e62a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:31,523 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.045s 2022-09-13 19:56:31,523 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db7c70ea-bf90-483b-ad66-584a0c4d8142', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db7c70ea-bf90-483b-ad66-584a0c4d8142', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:32,577 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:56:32,577 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d941ea05-66a9-439f-9448-f58a2338de46', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d941ea05-66a9-439f-9448-f58a2338de46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:33,630 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:56:33,630 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-177d1d4f-2a20-4652-8f54-de45759627d9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-177d1d4f-2a20-4652-8f54-de45759627d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:34,684 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:56:34,685 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e2ddcdd-9c50-479e-abb9-5b1f963569e3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e2ddcdd-9c50-479e-abb9-5b1f963569e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:35,734 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.045s 2022-09-13 19:56:35,735 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-115bcd4b-9ad8-4ce2-a0ab-ff2ca278f08f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-115bcd4b-9ad8-4ce2-a0ab-ff2ca278f08f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:36,786 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:56:36,787 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd422938-fd1a-4072-83db-06d4f0a7463c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd422938-fd1a-4072-83db-06d4f0a7463c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:37,842 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.050s 2022-09-13 19:56:37,843 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7eb36091-2bbc-4f93-8d33-98fd26183cbb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7eb36091-2bbc-4f93-8d33-98fd26183cbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:38,891 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.043s 2022-09-13 19:56:38,891 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d676f93-c5f8-491e-b7b2-cdfd64af5b9a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d676f93-c5f8-491e-b7b2-cdfd64af5b9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:39,943 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:56:39,944 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c78d8d30-94b0-4872-8b6c-ec47981ff6f1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c78d8d30-94b0-4872-8b6c-ec47981ff6f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:40,995 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:56:40,996 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bb1c86e-1c18-42b5-a500-c197ef6d3d96', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bb1c86e-1c18-42b5-a500-c197ef6d3d96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:42,048 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:56:42,048 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ff3bcf9-9a6b-4e67-9f4d-48ee10a7a1d6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ff3bcf9-9a6b-4e67-9f4d-48ee10a7a1d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:43,102 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:56:43,103 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-298a1c0d-e770-4e1e-aef8-6c541d3888d3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-298a1c0d-e770-4e1e-aef8-6c541d3888d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:44,156 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:56:44,156 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e241d49d-ae29-43ff-9d21-3255ea720e28', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e241d49d-ae29-43ff-9d21-3255ea720e28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:45,212 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.051s 2022-09-13 19:56:45,213 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa49f792-fe92-400e-ab46-6fd35ee97209', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa49f792-fe92-400e-ab46-6fd35ee97209', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:46,267 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:56:46,267 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-156c0454-3bb7-46ea-8cfd-2368f3bbe482', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-156c0454-3bb7-46ea-8cfd-2368f3bbe482', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:47,474 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.201s 2022-09-13 19:56:47,474 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a713848-3c4f-4629-8a72-728ad4405275', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a713848-3c4f-4629-8a72-728ad4405275', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:48,533 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.054s 2022-09-13 19:56:48,534 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7f2cfa9-9bc6-48ce-ab96-76fee88b5291', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7f2cfa9-9bc6-48ce-ab96-76fee88b5291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:49,585 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.045s 2022-09-13 19:56:49,585 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c68ec58-f64d-49d9-b228-a8ce1e06628c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c68ec58-f64d-49d9-b228-a8ce1e06628c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:50,636 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:56:50,636 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-148ab029-f58e-4da8-8639-47c3795894fa', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-148ab029-f58e-4da8-8639-47c3795894fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:51,688 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:56:51,688 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cc00b1f-a20f-4109-a5a3-1cbc0d92d29d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cc00b1f-a20f-4109-a5a3-1cbc0d92d29d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:52,744 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.050s 2022-09-13 19:56:52,744 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6ec9d19-cef4-477b-be4e-99006ba01a15', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6ec9d19-cef4-477b-be4e-99006ba01a15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:53,797 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:56:53,797 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a05cc59e-1b71-49d0-92a2-978f111b5757', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a05cc59e-1b71-49d0-92a2-978f111b5757', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:54,851 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:56:54,851 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa950bde-4497-4e11-843b-ad11fbd8dc8a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa950bde-4497-4e11-843b-ad11fbd8dc8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:55,904 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:56:55,905 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c58e95b-d438-44fc-8fa2-a40607244719', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c58e95b-d438-44fc-8fa2-a40607244719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:56,956 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:56:56,956 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36f3eaad-0883-479a-98ae-58413e680711', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36f3eaad-0883-479a-98ae-58413e680711', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:58,018 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.056s 2022-09-13 19:56:58,018 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5596a0a7-80cb-45eb-853d-bf1147c3c037', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5596a0a7-80cb-45eb-853d-bf1147c3c037', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:56:59,077 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.053s 2022-09-13 19:56:59,077 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-574b7220-8b42-4a7a-a85b-ab305c989548', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-574b7220-8b42-4a7a-a85b-ab305c989548', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:00,123 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.040s 2022-09-13 19:57:00,123 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27262275-469c-496a-9395-a7cc2c8530c5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27262275-469c-496a-9395-a7cc2c8530c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:01,176 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:57:01,177 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c79bb5f1-a8b6-446c-816b-bf5ed7333138', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c79bb5f1-a8b6-446c-816b-bf5ed7333138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:02,229 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:57:02,230 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1def8711-ca29-447f-8655-8389493020e7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1def8711-ca29-447f-8655-8389493020e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:03,282 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:57:03,282 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01decb7e-a6dc-4af3-a162-f945b6155368', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01decb7e-a6dc-4af3-a162-f945b6155368', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:04,336 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:57:04,336 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7adc691d-e990-41db-9c23-90c27b7aecef', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7adc691d-e990-41db-9c23-90c27b7aecef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:05,389 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:57:05,390 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0736cb63-e6f5-436d-9133-5b6e7af00658', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0736cb63-e6f5-436d-9133-5b6e7af00658', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:06,441 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:57:06,442 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3552dff-7b74-49a9-aa02-19f9f0153ced', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3552dff-7b74-49a9-aa02-19f9f0153ced', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:07,495 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:57:07,495 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-627d0aae-8a23-4c22-9bb6-9cde85841e29', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-627d0aae-8a23-4c22-9bb6-9cde85841e29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:08,546 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:57:08,546 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98563be9-6acb-4aaa-a39b-269503fd2b67', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98563be9-6acb-4aaa-a39b-269503fd2b67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:09,599 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:57:09,600 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-251dc106-de37-4af6-9812-1173695cb6e3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-251dc106-de37-4af6-9812-1173695cb6e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:10,651 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:57:10,652 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79dbec2e-d8a6-4db8-9aea-6f85511c3924', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79dbec2e-d8a6-4db8-9aea-6f85511c3924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:11,705 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:57:11,706 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cec8be98-839d-4d28-bec2-ce0d4739a9d9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cec8be98-839d-4d28-bec2-ce0d4739a9d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:12,757 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:57:12,757 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6316e3c0-d6a6-49e7-99fd-a57316074e7c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6316e3c0-d6a6-49e7-99fd-a57316074e7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:13,810 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:57:13,810 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15f84b4f-e625-4096-b156-388fb180868b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15f84b4f-e625-4096-b156-388fb180868b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:14,863 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:57:14,863 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebd5f4e9-f9c9-4b49-a108-69c277724e5c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebd5f4e9-f9c9-4b49-a108-69c277724e5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:15,915 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:57:15,915 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5920cf4-7082-48a5-ba80-0787f4aa0f4a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5920cf4-7082-48a5-ba80-0787f4aa0f4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:16,968 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:57:16,969 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-597c4c92-ec13-448c-a2f2-f271528381ab', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-597c4c92-ec13-448c-a2f2-f271528381ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:18,024 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:57:18,024 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2df9739c-aff6-4ad3-b8ea-54f75e34dbd9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2df9739c-aff6-4ad3-b8ea-54f75e34dbd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:19,078 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:57:19,079 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16923965-883e-4952-ad6c-fce37b607925', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16923965-883e-4952-ad6c-fce37b607925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:20,130 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:57:20,130 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33b7ca48-1dbf-4f6f-b824-c967d368b9a0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33b7ca48-1dbf-4f6f-b824-c967d368b9a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:21,183 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:57:21,183 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdace870-a594-4b44-910a-874e7a81f7bc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdace870-a594-4b44-910a-874e7a81f7bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:22,235 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:57:22,236 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a71570b-b494-4c4b-9a1e-34b875d19eed', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a71570b-b494-4c4b-9a1e-34b875d19eed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:23,288 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:57:23,288 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d0d951f-548a-49d3-a2b1-bd51dd99fc9d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d0d951f-548a-49d3-a2b1-bd51dd99fc9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:24,340 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:57:24,341 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-497f9fa0-e7e0-46c6-827b-ceb230f5e78b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-497f9fa0-e7e0-46c6-827b-ceb230f5e78b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:25,400 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.053s 2022-09-13 19:57:25,400 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2528f04f-69bc-4ded-af6a-2733a25e13c6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2528f04f-69bc-4ded-af6a-2733a25e13c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:26,447 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.042s 2022-09-13 19:57:26,448 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c857ec28-153c-4e17-b4bd-20d9ecb88960', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c857ec28-153c-4e17-b4bd-20d9ecb88960', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:27,501 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:57:27,501 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e17618c8-e9e7-402f-92f0-c27a44aedcd1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e17618c8-e9e7-402f-92f0-c27a44aedcd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:28,555 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:57:28,555 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4c0c4c2-9801-4bff-94f0-bb58f7dbbdf5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4c0c4c2-9801-4bff-94f0-bb58f7dbbdf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:29,702 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.142s 2022-09-13 19:57:29,702 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65d88023-8081-4eeb-b21f-f2405b4e1d5d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65d88023-8081-4eeb-b21f-f2405b4e1d5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:30,756 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:57:30,756 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c79a546-993d-4630-8b89-556ece412b70', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c79a546-993d-4630-8b89-556ece412b70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:31,813 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.051s 2022-09-13 19:57:31,813 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11221295-a2e7-481c-9224-fbbdb0927e4c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11221295-a2e7-481c-9224-fbbdb0927e4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:32,876 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.057s 2022-09-13 19:57:32,877 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05aeca3f-9107-45da-85dd-f5eb22a678fd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05aeca3f-9107-45da-85dd-f5eb22a678fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:33,972 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.090s 2022-09-13 19:57:33,973 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34c0818a-4ca7-4052-bca2-3bbbc88a618a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34c0818a-4ca7-4052-bca2-3bbbc88a618a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:35,015 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.036s 2022-09-13 19:57:35,015 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6234b17c-6c7c-4ce6-b80f-6e567d31afc8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6234b17c-6c7c-4ce6-b80f-6e567d31afc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:36,066 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.045s 2022-09-13 19:57:36,066 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53172b99-3b65-4a65-ab50-87ad355bf640', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53172b99-3b65-4a65-ab50-87ad355bf640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:37,119 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:57:37,119 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a548ebc4-ba97-4534-87ca-cd015201dc98', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a548ebc4-ba97-4534-87ca-cd015201dc98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:38,171 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:57:38,172 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c63f5d4a-7496-4330-a71d-9e9442511679', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c63f5d4a-7496-4330-a71d-9e9442511679', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:39,224 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:57:39,225 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0a42491-ee36-4785-90ef-66eff97da0cc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0a42491-ee36-4785-90ef-66eff97da0cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:40,279 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:57:40,279 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-649b9ae8-0305-4941-a818-35b81cce266a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-649b9ae8-0305-4941-a818-35b81cce266a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:41,336 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.052s 2022-09-13 19:57:41,337 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd8987b6-0fbd-494c-806a-abda06009e61', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd8987b6-0fbd-494c-806a-abda06009e61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:42,391 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:57:42,392 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6f45443-36b4-479c-9d22-9fc2887cd6d3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6f45443-36b4-479c-9d22-9fc2887cd6d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:43,444 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:57:43,445 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7531871-73f2-406e-9122-c1e9ac6dc22a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7531871-73f2-406e-9122-c1e9ac6dc22a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:44,506 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.055s 2022-09-13 19:57:44,507 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19d60073-206d-48db-8a4b-fe76865c599f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19d60073-206d-48db-8a4b-fe76865c599f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:45,561 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:57:45,561 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1381574a-a1c4-4711-92b2-98f8a7b49e5c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1381574a-a1c4-4711-92b2-98f8a7b49e5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:46,618 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.052s 2022-09-13 19:57:46,618 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95faf6b6-c3af-4fde-9188-7647a31227e0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95faf6b6-c3af-4fde-9188-7647a31227e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:47,667 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.044s 2022-09-13 19:57:47,667 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77b8b3e4-f1ab-4765-9531-ac698105c29c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77b8b3e4-f1ab-4765-9531-ac698105c29c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:48,720 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:57:48,720 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-062be4b1-63e3-4394-b15d-06d195b4b0c9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-062be4b1-63e3-4394-b15d-06d195b4b0c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:49,773 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:57:49,773 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ae70598-1ba2-46be-b30a-105ffecaf3f4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ae70598-1ba2-46be-b30a-105ffecaf3f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:50,826 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:57:50,827 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bf5e22a-405d-47b0-a3d4-28de8c665555', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bf5e22a-405d-47b0-a3d4-28de8c665555', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:51,879 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:57:51,880 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92cd6975-c68d-414e-b45d-4ccc4e54c33a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92cd6975-c68d-414e-b45d-4ccc4e54c33a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:52,932 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:57:52,932 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80b7c0a5-e808-4cd2-b1b8-3c70f75d0850', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80b7c0a5-e808-4cd2-b1b8-3c70f75d0850', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:53,983 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.045s 2022-09-13 19:57:53,983 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8165dcd3-2672-4cb1-b37a-e9573f23f02c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8165dcd3-2672-4cb1-b37a-e9573f23f02c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:55,038 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:57:55,038 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3e2219a-d916-4c20-ae3d-e530770c3f9c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3e2219a-d916-4c20-ae3d-e530770c3f9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:56,090 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:57:56,090 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeb020a2-8629-45fd-80e1-8a3b08585612', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeb020a2-8629-45fd-80e1-8a3b08585612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:57,141 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:57:57,142 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-444691ae-a69f-4a2f-9197-591442e03c27', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-444691ae-a69f-4a2f-9197-591442e03c27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:58,194 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:57:58,194 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d50e34bd-148d-44c5-a16d-c80d82d34ade', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d50e34bd-148d-44c5-a16d-c80d82d34ade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:57:59,248 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:57:59,249 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df4bd3aa-3dca-40c9-94a9-5688787d449e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df4bd3aa-3dca-40c9-94a9-5688787d449e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:00,297 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.043s 2022-09-13 19:58:00,298 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f119a59-7a3c-4583-9782-4c041b823ae9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f119a59-7a3c-4583-9782-4c041b823ae9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:01,349 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:58:01,350 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-909aecc2-beff-440d-bcad-14c3ee57a23c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-909aecc2-beff-440d-bcad-14c3ee57a23c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:02,402 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:58:02,402 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37fbe602-11e5-4999-8b05-065835cd5cf4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37fbe602-11e5-4999-8b05-065835cd5cf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:03,455 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:58:03,456 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94b52537-cc2a-4ea4-bfdb-b3eaaf442d1a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94b52537-cc2a-4ea4-bfdb-b3eaaf442d1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:04,508 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:58:04,508 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-889f71b6-eb0d-47e0-92aa-15bf6322c360', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-889f71b6-eb0d-47e0-92aa-15bf6322c360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:05,560 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:58:05,560 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1457f7ef-3654-4661-a2be-883a5d77fe96', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1457f7ef-3654-4661-a2be-883a5d77fe96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:06,617 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.053s 2022-09-13 19:58:06,618 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94ab71fa-0cc4-4d00-b68b-8cefb8b97935', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94ab71fa-0cc4-4d00-b68b-8cefb8b97935', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:07,668 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.045s 2022-09-13 19:58:07,669 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64abe2f1-57a5-4250-868e-14e31df9beab', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64abe2f1-57a5-4250-868e-14e31df9beab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:08,721 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:58:08,722 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-693db5ac-0ab1-4254-94e8-bd29240a26e3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-693db5ac-0ab1-4254-94e8-bd29240a26e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:09,775 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:58:09,776 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b0fe0bc-4232-457a-9fe1-20862a2a4596', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b0fe0bc-4232-457a-9fe1-20862a2a4596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:10,827 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:58:10,828 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6df1ea36-0bae-4377-8d57-53c96872449f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6df1ea36-0bae-4377-8d57-53c96872449f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:11,878 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.044s 2022-09-13 19:58:11,878 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29dcc011-80a8-4e82-912a-846ccf5ec3b1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29dcc011-80a8-4e82-912a-846ccf5ec3b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:12,933 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:58:12,933 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3579c574-bac0-4fdf-b0ce-22034f2881d3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3579c574-bac0-4fdf-b0ce-22034f2881d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:13,983 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.045s 2022-09-13 19:58:13,983 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c02a1ac0-5e7d-4ee8-8e34-4429261837a5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c02a1ac0-5e7d-4ee8-8e34-4429261837a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:15,038 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.051s 2022-09-13 19:58:15,039 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-327d6b98-3c8f-4e97-b1f2-58e28ca06468', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-327d6b98-3c8f-4e97-b1f2-58e28ca06468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:16,090 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:58:16,090 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a47053a-d1b4-4ac6-8ca3-03591b24fcc5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a47053a-d1b4-4ac6-8ca3-03591b24fcc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:17,144 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:58:17,145 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51e544f2-924e-4cac-b119-b1ac88e41246', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51e544f2-924e-4cac-b119-b1ac88e41246', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:18,196 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.045s 2022-09-13 19:58:18,196 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77da1c07-5fb3-47d4-853a-128ab5c55e7b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77da1c07-5fb3-47d4-853a-128ab5c55e7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:19,249 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:58:19,249 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-852845c7-a64f-4925-9cd3-38090ce014a9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-852845c7-a64f-4925-9cd3-38090ce014a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:20,301 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:58:20,301 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c95cf138-eed8-4f86-8dac-0b8da2ee2a7a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c95cf138-eed8-4f86-8dac-0b8da2ee2a7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:21,352 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:58:21,352 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e965c73f-1c68-421e-abac-5be9e8e95910', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e965c73f-1c68-421e-abac-5be9e8e95910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:22,406 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:58:22,407 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77452de8-48ef-48fc-93eb-7583e4116ba4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77452de8-48ef-48fc-93eb-7583e4116ba4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:23,457 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.044s 2022-09-13 19:58:23,457 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e18b23ab-ac03-40d7-af5d-c6f1d0d35a64', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e18b23ab-ac03-40d7-af5d-c6f1d0d35a64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:24,509 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:58:24,510 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e1b7b42-1af2-4356-a730-acbe4cb07bcc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e1b7b42-1af2-4356-a730-acbe4cb07bcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:25,565 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:58:25,565 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-672ae669-71ca-4504-9e71-0950883a196b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-672ae669-71ca-4504-9e71-0950883a196b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:26,618 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:58:26,618 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0b8cca2-e12d-4c18-99c3-c6274021a9b0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0b8cca2-e12d-4c18-99c3-c6274021a9b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:27,668 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.044s 2022-09-13 19:58:27,668 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56826c4f-135f-4464-9f59-2b5381daf4ad', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56826c4f-135f-4464-9f59-2b5381daf4ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:28,721 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:58:28,721 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1de897e-f870-4ff3-83c1-5081dd0762c8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1de897e-f870-4ff3-83c1-5081dd0762c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:29,773 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:58:29,773 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd6ab08f-488e-4fac-9346-a061ffcf8328', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd6ab08f-488e-4fac-9346-a061ffcf8328', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:30,825 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:58:30,825 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d523ae4-4c16-43ff-b736-96280d1d3290', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d523ae4-4c16-43ff-b736-96280d1d3290', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:31,879 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:58:31,880 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe3b6fab-d6d8-401d-9145-2f27bfcc0fb2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe3b6fab-d6d8-401d-9145-2f27bfcc0fb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:32,932 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:58:32,933 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f97dc17e-2462-46ea-a952-8b52d8f2997e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f97dc17e-2462-46ea-a952-8b52d8f2997e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:33,984 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:58:33,984 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbd0be6f-03df-4884-a1e8-656b4618c873', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbd0be6f-03df-4884-a1e8-656b4618c873', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:35,052 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.063s 2022-09-13 19:58:35,052 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55e3505d-3f39-4900-808b-26d87f8f5a47', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55e3505d-3f39-4900-808b-26d87f8f5a47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:36,103 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.045s 2022-09-13 19:58:36,103 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cd043c2-2b4b-4744-85d6-38338b2ae7aa', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cd043c2-2b4b-4744-85d6-38338b2ae7aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:37,155 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:58:37,155 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c27d7c9-c245-4809-9362-df7f41971615', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c27d7c9-c245-4809-9362-df7f41971615', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:38,208 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:58:38,208 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1323e772-77b9-4bf8-a199-a448431d0dbf', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1323e772-77b9-4bf8-a199-a448431d0dbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:39,261 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:58:39,261 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9106a123-f850-4c77-ba38-91d56e9550d4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9106a123-f850-4c77-ba38-91d56e9550d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:40,313 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:58:40,313 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61d4b9db-012a-4d75-9e87-5d4aa4b39fdb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61d4b9db-012a-4d75-9e87-5d4aa4b39fdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:41,368 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:58:41,368 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-366b66df-5630-4531-a102-ca28dc6614cc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-366b66df-5630-4531-a102-ca28dc6614cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:42,420 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:58:42,421 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-493ad823-99f4-4723-bb7e-d9a32546b285', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-493ad823-99f4-4723-bb7e-d9a32546b285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:43,473 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:58:43,474 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a80b1e0c-5485-4bd1-acbe-ae9c323d8786', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a80b1e0c-5485-4bd1-acbe-ae9c323d8786', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:44,525 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.045s 2022-09-13 19:58:44,525 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dfd5dd9-36fd-4b8f-9437-95c425559901', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dfd5dd9-36fd-4b8f-9437-95c425559901', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:45,578 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:58:45,579 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-678ae7d9-a073-4274-83bc-010812436144', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-678ae7d9-a073-4274-83bc-010812436144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:46,633 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:58:46,633 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-456caa10-6bde-4ac4-8aaf-2c1bd4cf6ae9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-456caa10-6bde-4ac4-8aaf-2c1bd4cf6ae9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:47,682 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.044s 2022-09-13 19:58:47,683 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-123b9f86-3e05-4947-8d92-a87d62476766', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-123b9f86-3e05-4947-8d92-a87d62476766', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:48,735 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.045s 2022-09-13 19:58:48,735 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24608405-3072-4252-980e-c05df0fd3b19', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24608405-3072-4252-980e-c05df0fd3b19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:49,786 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:58:49,787 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3c23d31-ed72-4ff5-836e-3c23342a6dc1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3c23d31-ed72-4ff5-836e-3c23342a6dc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:50,839 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:58:50,840 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f4e7f58-7538-4af0-a38f-dbad937c93ca', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f4e7f58-7538-4af0-a38f-dbad937c93ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:51,890 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.044s 2022-09-13 19:58:51,890 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c8e79bd-b9a5-4b5d-b637-06b26ec5efb1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c8e79bd-b9a5-4b5d-b637-06b26ec5efb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:52,941 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:58:52,942 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-058c53f5-5d24-423f-80ac-686eaa5cc05c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-058c53f5-5d24-423f-80ac-686eaa5cc05c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:54,139 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.192s 2022-09-13 19:58:54,139 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a24dfcf9-83e2-4da4-bbd9-1040da87557e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a24dfcf9-83e2-4da4-bbd9-1040da87557e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:55,167 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:58:55,167 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69a07534-f9bb-4354-a1c3-ca257983471d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69a07534-f9bb-4354-a1c3-ca257983471d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:56,194 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.021s 2022-09-13 19:58:56,194 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecf74ee4-e778-44e0-a06f-8bb9acbf7d03', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecf74ee4-e778-44e0-a06f-8bb9acbf7d03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:57,220 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.020s 2022-09-13 19:58:57,220 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-923fc8a5-3b6e-497b-a8f5-093b73c4d8fa', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-923fc8a5-3b6e-497b-a8f5-093b73c4d8fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:58,246 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.021s 2022-09-13 19:58:58,246 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7a26201-aafc-44eb-a898-0aba3190d444', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7a26201-aafc-44eb-a898-0aba3190d444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:58:59,274 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.022s 2022-09-13 19:58:59,274 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b3cc3b3-bea4-430a-b4ec-f282d1062fd3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b3cc3b3-bea4-430a-b4ec-f282d1062fd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:00,309 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.030s 2022-09-13 19:59:00,310 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68d4dbb0-dbd4-4abf-a49c-6dc5e3637736', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68d4dbb0-dbd4-4abf-a49c-6dc5e3637736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:01,369 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.054s 2022-09-13 19:59:01,369 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c02b8c43-e6dc-404f-81e7-c7346ab07d66', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c02b8c43-e6dc-404f-81e7-c7346ab07d66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:02,420 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:59:02,421 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e20b27b-57f0-44b0-85b3-ddb4f3f1fce9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e20b27b-57f0-44b0-85b3-ddb4f3f1fce9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:03,471 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:59:03,472 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bc180e9-3f89-4c38-8699-3cb137cefe5d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bc180e9-3f89-4c38-8699-3cb137cefe5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:04,525 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:59:04,525 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63cdaa89-4704-42e4-b954-5d242d984d46', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63cdaa89-4704-42e4-b954-5d242d984d46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:05,577 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:59:05,578 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ab146b7-d35e-4a5f-86f3-bab65c51d026', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ab146b7-d35e-4a5f-86f3-bab65c51d026', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:06,633 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:59:06,634 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da0dd2e0-2510-4837-b2d9-33eb1862274c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da0dd2e0-2510-4837-b2d9-33eb1862274c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:07,688 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:59:07,688 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0e9c667-aff1-4dab-b975-6f54b8099a06', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0e9c667-aff1-4dab-b975-6f54b8099a06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:08,737 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.043s 2022-09-13 19:59:08,738 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10c0d612-dba3-4b11-9566-6c21a3ac2d16', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10c0d612-dba3-4b11-9566-6c21a3ac2d16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:09,791 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:59:09,791 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09a25172-ac32-48bd-a498-fdc6786349b0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09a25172-ac32-48bd-a498-fdc6786349b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:10,844 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:59:10,844 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19e8b495-3156-4b90-8720-c965b1e16410', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19e8b495-3156-4b90-8720-c965b1e16410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:11,896 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:59:11,897 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-741dcb55-3ada-4933-ad96-8163d0f21ed5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-741dcb55-3ada-4933-ad96-8163d0f21ed5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:12,952 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.050s 2022-09-13 19:59:12,952 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bead0eeb-7c6d-489a-ae00-b6708772af4c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bead0eeb-7c6d-489a-ae00-b6708772af4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:14,004 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:59:14,004 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eeb9d0d-2371-40a3-ab58-a7f303300d29', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eeb9d0d-2371-40a3-ab58-a7f303300d29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:15,057 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:59:15,057 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1df972f7-c778-4fd1-8569-b482fa740f9c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1df972f7-c778-4fd1-8569-b482fa740f9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:16,110 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:59:16,110 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-477a268a-b16a-4b7d-bc5a-c992eeb59a8c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-477a268a-b16a-4b7d-bc5a-c992eeb59a8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:17,162 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:59:17,163 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69aacb5b-e87f-4f50-954b-f7289376b2a8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69aacb5b-e87f-4f50-954b-f7289376b2a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:18,215 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:59:18,215 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2e9cac6-9b31-4254-b3ba-08afe6d2db65', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2e9cac6-9b31-4254-b3ba-08afe6d2db65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:19,271 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.051s 2022-09-13 19:59:19,272 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adca2e39-d4da-40a2-ab99-7bdb7bf9ff6c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adca2e39-d4da-40a2-ab99-7bdb7bf9ff6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:20,320 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.042s 2022-09-13 19:59:20,320 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b334f155-0d7b-472a-8519-512f7de1ab0d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b334f155-0d7b-472a-8519-512f7de1ab0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:21,372 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:59:21,372 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6afc7b9f-e8ea-4fd6-afbe-981bce3516a2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6afc7b9f-e8ea-4fd6-afbe-981bce3516a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:22,429 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.051s 2022-09-13 19:59:22,429 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f332941d-6ff1-4bbd-8af1-8ba9371e9819', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f332941d-6ff1-4bbd-8af1-8ba9371e9819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:23,478 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.044s 2022-09-13 19:59:23,478 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98769bc2-1138-4040-9c35-327fdeff97a8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98769bc2-1138-4040-9c35-327fdeff97a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:24,531 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:59:24,531 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0417a95-e709-4734-9642-4c96dd98ab27', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0417a95-e709-4734-9642-4c96dd98ab27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:25,591 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.054s 2022-09-13 19:59:25,592 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0a8fb73-b1ae-445d-b20a-475f563e41a0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0a8fb73-b1ae-445d-b20a-475f563e41a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:26,643 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:59:26,644 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01b6acc9-3c98-425a-8628-dc2bb9a5c234', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01b6acc9-3c98-425a-8628-dc2bb9a5c234', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:27,701 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.051s 2022-09-13 19:59:27,701 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60256645-aba7-420b-961b-c92bade398e7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60256645-aba7-420b-961b-c92bade398e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:28,773 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.066s 2022-09-13 19:59:28,774 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40809863-78f3-4a2c-a06a-389a5a6f9058', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40809863-78f3-4a2c-a06a-389a5a6f9058', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:29,827 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:59:29,828 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aa4d415-9a51-444c-b41a-769384a38522', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aa4d415-9a51-444c-b41a-769384a38522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:30,882 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:59:30,882 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c219bc2-934f-4197-afda-c305d3e35c3d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c219bc2-934f-4197-afda-c305d3e35c3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:31,937 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.050s 2022-09-13 19:59:31,938 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbebd321-c380-479e-b279-66f14f179b30', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbebd321-c380-479e-b279-66f14f179b30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:32,990 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.045s 2022-09-13 19:59:32,990 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abdbd23b-ea36-4616-a2ef-165d794e43f4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abdbd23b-ea36-4616-a2ef-165d794e43f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:34,045 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.050s 2022-09-13 19:59:34,046 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bb3e6ce-f63c-4601-8a34-9492f4e60f6c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bb3e6ce-f63c-4601-8a34-9492f4e60f6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:35,097 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:59:35,098 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59f54f24-ff90-4f0a-86d8-fa64af349215', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59f54f24-ff90-4f0a-86d8-fa64af349215', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:36,151 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:59:36,151 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9be820a6-807d-4ca7-b3a7-9d42dbd901e5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9be820a6-807d-4ca7-b3a7-9d42dbd901e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:37,206 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:59:37,207 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63e17e67-71a2-4f2d-8646-a01fc4d2db0a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63e17e67-71a2-4f2d-8646-a01fc4d2db0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:38,257 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.044s 2022-09-13 19:59:38,257 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be1569b0-9315-421d-b5b1-cbb4cd0ab170', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be1569b0-9315-421d-b5b1-cbb4cd0ab170', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:39,309 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:59:39,309 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3daa2c14-976d-48cf-bb69-09d87492af46', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3daa2c14-976d-48cf-bb69-09d87492af46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:40,360 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:59:40,360 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7448772a-f00b-41ac-9cd1-a200ca445cfd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7448772a-f00b-41ac-9cd1-a200ca445cfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:41,414 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:59:41,415 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b8aeea9-fea0-4e37-8ad6-17775991e35a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b8aeea9-fea0-4e37-8ad6-17775991e35a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:42,466 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:59:42,466 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35a61a47-07d8-4b2a-9154-32db6c8cf53b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35a61a47-07d8-4b2a-9154-32db6c8cf53b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:43,518 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:59:43,518 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e43b4de-361e-447a-a47f-108e62568134', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e43b4de-361e-447a-a47f-108e62568134', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:44,571 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 19:59:44,572 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f73b5dae-8db8-4239-88d6-21008f2b9f37', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f73b5dae-8db8-4239-88d6-21008f2b9f37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:45,623 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:59:45,624 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c1963ff-ec2e-457a-af3d-86720f732020', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c1963ff-ec2e-457a-af3d-86720f732020', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:46,697 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.067s 2022-09-13 19:59:46,697 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3b69a9b-ef97-4877-8195-a75f70d59766', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3b69a9b-ef97-4877-8195-a75f70d59766', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:47,748 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 19:59:47,749 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d02421f2-377d-487c-93ae-4fbbd3e0e880', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d02421f2-377d-487c-93ae-4fbbd3e0e880', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:48,800 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.045s 2022-09-13 19:59:48,800 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a02dc9b3-b315-4bf0-9a21-b473fe9bd172', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a02dc9b3-b315-4bf0-9a21-b473fe9bd172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:49,854 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:59:49,855 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32697b9e-da4f-469d-86c7-c4619a74735d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32697b9e-da4f-469d-86c7-c4619a74735d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:50,902 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.042s 2022-09-13 19:59:50,902 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58f97d5a-75ed-4f4a-8bd1-9f4320c828ce', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58f97d5a-75ed-4f4a-8bd1-9f4320c828ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:51,956 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:59:51,957 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-001fb895-0437-45c2-8069-936ef5452306', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-001fb895-0437-45c2-8069-936ef5452306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:53,005 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.042s 2022-09-13 19:59:53,006 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9e4901a-fed8-417a-9c91-36ad23edf979', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9e4901a-fed8-417a-9c91-36ad23edf979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:54,056 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.045s 2022-09-13 19:59:54,056 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-562b5f8e-17c5-4b12-805a-ce9ef9fa1717', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-562b5f8e-17c5-4b12-805a-ce9ef9fa1717', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:55,110 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 19:59:55,111 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ff6b5f6-5d9c-4bb2-87ca-135edaef11eb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ff6b5f6-5d9c-4bb2-87ca-135edaef11eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:56,189 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.072s 2022-09-13 19:59:56,189 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b5ee1c8-5159-4bdb-8997-a9a90bd0db44', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b5ee1c8-5159-4bdb-8997-a9a90bd0db44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:57,239 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.044s 2022-09-13 19:59:57,239 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63be3347-98e5-4d99-9187-60cdc8731b64', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63be3347-98e5-4d99-9187-60cdc8731b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:58,297 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.053s 2022-09-13 19:59:58,298 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7c05bc8-f925-499b-aa0a-3ae767696bc6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7c05bc8-f925-499b-aa0a-3ae767696bc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 19:59:59,350 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 19:59:59,350 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a08ae6ee-a037-4087-a39d-d75971289eae', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a08ae6ee-a037-4087-a39d-d75971289eae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:00,401 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.045s 2022-09-13 20:00:00,401 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1103b8e-887c-4474-a79f-2cf04c8df043', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1103b8e-887c-4474-a79f-2cf04c8df043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:01,452 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 20:00:01,453 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86c3a326-6c4c-4667-a9e0-d68d918a33a6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86c3a326-6c4c-4667-a9e0-d68d918a33a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:02,507 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.050s 2022-09-13 20:00:02,508 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ffb3c29-80b5-4db7-bc2d-132021fe0148', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ffb3c29-80b5-4db7-bc2d-132021fe0148', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:03,557 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.044s 2022-09-13 20:00:03,558 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32ff6abc-fc3e-4d66-b5be-f47fbaa9c036', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32ff6abc-fc3e-4d66-b5be-f47fbaa9c036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:04,610 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 20:00:04,610 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-262a1f80-da03-4048-9147-7151d48880db', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-262a1f80-da03-4048-9147-7151d48880db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:05,664 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 20:00:05,664 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6def4b7e-c0d1-4f30-89c5-93bd32df86e2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6def4b7e-c0d1-4f30-89c5-93bd32df86e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:06,729 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.059s 2022-09-13 20:00:06,729 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a31d6c1d-6dd0-4495-bc76-d3c081c82632', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a31d6c1d-6dd0-4495-bc76-d3c081c82632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:07,781 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 20:00:07,782 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27bf05c1-135e-4241-a54b-9bdd97fe3840', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27bf05c1-135e-4241-a54b-9bdd97fe3840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:08,831 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.043s 2022-09-13 20:00:08,832 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9519d30b-148d-45b2-84a4-299a714d1479', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9519d30b-148d-45b2-84a4-299a714d1479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:09,891 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.054s 2022-09-13 20:00:09,891 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0382927b-6f5b-4652-a0bb-30c5aa0e081d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0382927b-6f5b-4652-a0bb-30c5aa0e081d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:10,946 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 20:00:10,946 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11327cc9-7466-4e08-8ba6-a9ff0c206be0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11327cc9-7466-4e08-8ba6-a9ff0c206be0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:12,002 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.050s 2022-09-13 20:00:12,003 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-155e9642-6d16-467e-8d60-7124419ad053', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-155e9642-6d16-467e-8d60-7124419ad053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:13,061 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.053s 2022-09-13 20:00:13,061 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec0a7df2-c124-469e-ae1f-21df42d07c70', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec0a7df2-c124-469e-ae1f-21df42d07c70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:14,127 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.060s 2022-09-13 20:00:14,127 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f736489-20ca-443d-a599-7b0ef8f11d02', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f736489-20ca-443d-a599-7b0ef8f11d02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:15,180 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 20:00:15,180 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f5c970e-e044-4c6d-86c9-1d0bb3d2e2fe', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f5c970e-e044-4c6d-86c9-1d0bb3d2e2fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:16,237 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.051s 2022-09-13 20:00:16,237 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-856bdbf5-340f-43ce-8ce7-1ecfadd86d36', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-856bdbf5-340f-43ce-8ce7-1ecfadd86d36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:17,304 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.061s 2022-09-13 20:00:17,305 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38266e83-bd56-4bcb-8c4a-ec7acbd4123a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38266e83-bd56-4bcb-8c4a-ec7acbd4123a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:18,368 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.058s 2022-09-13 20:00:18,368 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a69c91f1-7ec0-466c-aff5-d7c0aeb468ce', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a69c91f1-7ec0-466c-aff5-d7c0aeb468ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:19,421 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 20:00:19,422 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-026cc70f-3fbd-447d-80a4-ac2b6ea8cf5f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-026cc70f-3fbd-447d-80a4-ac2b6ea8cf5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:20,477 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.050s 2022-09-13 20:00:20,477 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e6bc845-99c5-4065-b382-5d91903d7888', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e6bc845-99c5-4065-b382-5d91903d7888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:21,528 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.046s 2022-09-13 20:00:21,528 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d00ee9f-56b8-4817-85b9-3cc4a527a77a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d00ee9f-56b8-4817-85b9-3cc4a527a77a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:22,586 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.052s 2022-09-13 20:00:22,587 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d560ae7e-97dc-47ba-96c1-467174817d4f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d560ae7e-97dc-47ba-96c1-467174817d4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:23,643 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.051s 2022-09-13 20:00:23,643 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6baed68c-d130-4210-8124-3a97a6b8889e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6baed68c-d130-4210-8124-3a97a6b8889e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:24,708 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.060s 2022-09-13 20:00:24,709 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26f5dd6a-5aa5-4e36-bfe7-3ce9a6c4e005', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26f5dd6a-5aa5-4e36-bfe7-3ce9a6c4e005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:25,761 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 20:00:25,761 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1476bb8d-2e43-4465-b09f-4ca66f8a0a63', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1476bb8d-2e43-4465-b09f-4ca66f8a0a63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:26,816 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.050s 2022-09-13 20:00:26,816 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1e9ad2f-db86-406b-89e7-45a8e5d80a7b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1e9ad2f-db86-406b-89e7-45a8e5d80a7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:27,874 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.053s 2022-09-13 20:00:27,875 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da2a1c55-c61e-4afc-8b9a-265d5b857c98', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da2a1c55-c61e-4afc-8b9a-265d5b857c98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:28,932 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.050s 2022-09-13 20:00:28,932 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-879cde83-bc4e-4484-a8f3-4f88a77c4f67', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-879cde83-bc4e-4484-a8f3-4f88a77c4f67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:29,989 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.052s 2022-09-13 20:00:29,989 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b059c6f-28fd-4972-badf-534b16a80902', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b059c6f-28fd-4972-badf-534b16a80902', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:31,052 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 20:00:31,053 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66cea392-8f65-4ea8-aa00-0ef812dcce86', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66cea392-8f65-4ea8-aa00-0ef812dcce86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:32,105 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 20:00:32,105 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87400615-a9f4-46ae-a472-1515f188d46d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87400615-a9f4-46ae-a472-1515f188d46d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:33,165 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.055s 2022-09-13 20:00:33,166 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2f0403a-baf9-4022-bd48-c4d8c4be0bdd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2f0403a-baf9-4022-bd48-c4d8c4be0bdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:34,225 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.054s 2022-09-13 20:00:34,226 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80a8a547-1ae6-4e68-bd3c-cfe20239d7cd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80a8a547-1ae6-4e68-bd3c-cfe20239d7cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:35,284 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.052s 2022-09-13 20:00:35,284 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80fc879c-7fcf-4e30-bb5f-bf27a089ea81', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80fc879c-7fcf-4e30-bb5f-bf27a089ea81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:36,339 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.050s 2022-09-13 20:00:36,340 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c51bab0-466b-44b9-af9e-705573dca770', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c51bab0-466b-44b9-af9e-705573dca770', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:37,401 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.056s 2022-09-13 20:00:37,402 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e725713c-f039-4dc4-a314-4cd3a7245555', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e725713c-f039-4dc4-a314-4cd3a7245555', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:38,465 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.057s 2022-09-13 20:00:38,465 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2ef620a-089c-4f70-baa2-f5bf4ca62d00', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2ef620a-089c-4f70-baa2-f5bf4ca62d00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:39,518 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 20:00:39,518 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e760974-4647-4760-90e5-83c8c656d653', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e760974-4647-4760-90e5-83c8c656d653', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:40,574 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.051s 2022-09-13 20:00:40,575 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0859181-c87b-4443-88aa-a1b33769f148', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0859181-c87b-4443-88aa-a1b33769f148', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:41,629 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.049s 2022-09-13 20:00:41,629 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce8b7949-37b6-4705-b4ab-77dca0a28a72', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce8b7949-37b6-4705-b4ab-77dca0a28a72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:42,688 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.053s 2022-09-13 20:00:42,688 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3609fc1-b87b-4a72-acc0-92b2a48a83a1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3609fc1-b87b-4a72-acc0-92b2a48a83a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:43,744 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.050s 2022-09-13 20:00:43,745 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93ab37fa-805c-4669-be93-a10f105373a9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93ab37fa-805c-4669-be93-a10f105373a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:44,806 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.057s 2022-09-13 20:00:44,807 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f99c119-8ab4-458a-b0c6-940a25057b1f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f99c119-8ab4-458a-b0c6-940a25057b1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:45,863 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.051s 2022-09-13 20:00:45,864 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9924f8ec-4b12-42f5-a8d0-1439169001aa', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9924f8ec-4b12-42f5-a8d0-1439169001aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:46,929 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.060s 2022-09-13 20:00:46,930 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36e3def2-407a-4837-8338-fa62bdcf1667', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36e3def2-407a-4837-8338-fa62bdcf1667', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:47,999 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.065s 2022-09-13 20:00:47,999 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18d917e1-099c-4dbc-b0aa-220e976c0830', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18d917e1-099c-4dbc-b0aa-220e976c0830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:49,053 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.048s 2022-09-13 20:00:49,053 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4f98c67-55c3-44fb-a368-6da8bcc215ff', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4f98c67-55c3-44fb-a368-6da8bcc215ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:50,113 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.054s 2022-09-13 20:00:50,113 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bedd546-7b04-463d-802a-ce1ed573d7cb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bedd546-7b04-463d-802a-ce1ed573d7cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:51,181 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.062s 2022-09-13 20:00:51,181 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f0a3bfc-688d-441c-884f-bc53f4f2d465', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f0a3bfc-688d-441c-884f-bc53f4f2d465', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:52,233 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.047s 2022-09-13 20:00:52,233 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bfd766b-dc5d-4022-a518-badde512685e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bfd766b-dc5d-4022-a518-badde512685e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:53,285 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.045s 2022-09-13 20:00:53,285 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67053e1a-c430-4d59-a102-b1834c52bb26', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67053e1a-c430-4d59-a102-b1834c52bb26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:54,349 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630 0.060s 2022-09-13 20:00:54,350 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d49e88c-0a95-45fe-a22b-7bcf3733fdba', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d49e88c-0a95-45fe-a22b-7bcf3733fdba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/38c2fdc8-2483-4b83-916e-f2ac9e729630'} Body: b'{"snapshot": {"id": "38c2fdc8-2483-4b83-916e-f2ac9e729630", "created_at": "2022-09-13T19:54:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2060042942", "description": null, "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:00:54,569 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201/os-volume_attachments/4d83d347-1714-4247-8eab-ce284b77a99c 0.214s 2022-09-13 20:00:54,569 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:54 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-dd78103e-36ed-46c0-84d5-4caecb22b477', 'x-compute-request-id': 'req-dd78103e-36ed-46c0-84d5-4caecb22b477', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201/os-volume_attachments/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'' 2022-09-13 20:00:54,615 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:00:54,616 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13d00e52-797b-48a6-be84-dd4ee0db1532', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13d00e52-797b-48a6-be84-dd4ee0db1532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:00:55,674 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:00:55,674 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e284bda-1d52-45e1-b4b9-d439f9acbd3e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e284bda-1d52-45e1-b4b9-d439f9acbd3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:00:56,732 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:00:56,732 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-781fc696-7285-4204-8d7e-fa2162732d5d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-781fc696-7285-4204-8d7e-fa2162732d5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:00:57,791 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:00:57,792 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bd4dbd7-1d84-4f36-a0ad-4804c3d40d50', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bd4dbd7-1d84-4f36-a0ad-4804c3d40d50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:00:58,850 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:00:58,850 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6053ec80-82b3-4f13-9318-d5b9b61f57c9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6053ec80-82b3-4f13-9318-d5b9b61f57c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:00:59,909 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:00:59,909 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b4dd41c-23a3-45cc-9d3d-efb0f0f714c7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b4dd41c-23a3-45cc-9d3d-efb0f0f714c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:00,967 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:01:00,968 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f58dcee-b1c9-4dca-a253-dd2bae18c720', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f58dcee-b1c9-4dca-a253-dd2bae18c720', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:02,025 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:01:02,025 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e886dad3-5891-4dde-88a4-553e21b51de4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e886dad3-5891-4dde-88a4-553e21b51de4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:03,083 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:01:03,083 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82795eee-6b56-42ea-9b9a-f6188a209c1a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82795eee-6b56-42ea-9b9a-f6188a209c1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:04,140 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:01:04,141 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a4f4ffb-7e54-4000-8c60-17de0b1008e8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a4f4ffb-7e54-4000-8c60-17de0b1008e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:05,200 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:01:05,200 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0660e31-cc79-480a-88b4-2ffd0a67d7d2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0660e31-cc79-480a-88b4-2ffd0a67d7d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:06,257 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:01:06,257 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-348c5ebf-2aae-4108-8e0e-41d40470b3ef', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-348c5ebf-2aae-4108-8e0e-41d40470b3ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:07,316 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:01:07,317 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df5d673d-12f4-4ab4-aaa1-a792cc2a6119', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df5d673d-12f4-4ab4-aaa1-a792cc2a6119', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:08,381 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.047s 2022-09-13 20:01:08,381 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edfd9b15-228c-4478-964f-8edb15671e47', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edfd9b15-228c-4478-964f-8edb15671e47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:09,440 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:01:09,440 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-733b9b42-57b1-4eb1-8520-d6a9084b1955', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-733b9b42-57b1-4eb1-8520-d6a9084b1955', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:10,499 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:01:10,500 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2510dba-0dbb-4166-a928-f28336ba491e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2510dba-0dbb-4166-a928-f28336ba491e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:11,560 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:01:11,560 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a08e4674-a7b1-478a-a23c-80c445f07c1e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a08e4674-a7b1-478a-a23c-80c445f07c1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:12,617 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:01:12,618 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb93009c-468c-47b9-a41c-6ce5dddef4df', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb93009c-468c-47b9-a41c-6ce5dddef4df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:13,675 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:01:13,676 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c9a340d-86fe-432e-9905-998885fb0e31', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c9a340d-86fe-432e-9905-998885fb0e31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:14,745 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.054s 2022-09-13 20:01:14,746 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98d83c33-c9f1-478e-91fa-d766fbbb5d69', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98d83c33-c9f1-478e-91fa-d766fbbb5d69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:15,803 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:01:15,803 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77163898-7d8f-4804-9e7f-c02aeb4df79f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77163898-7d8f-4804-9e7f-c02aeb4df79f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:16,861 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:01:16,861 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f99023e-e21a-4284-a389-6d330392ea73', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f99023e-e21a-4284-a389-6d330392ea73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:17,920 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:01:17,920 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e288d74-4b2b-4c5d-93ef-a39893f6b22d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e288d74-4b2b-4c5d-93ef-a39893f6b22d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:18,978 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:01:18,979 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bb6e2bd-62c0-4d56-bf01-344d9a09f7d8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bb6e2bd-62c0-4d56-bf01-344d9a09f7d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:20,037 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:01:20,038 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c50a15c-40e4-4bf1-8414-589f4a5c2ab8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c50a15c-40e4-4bf1-8414-589f4a5c2ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:21,096 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:01:21,096 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7ac04f5-cfec-4c9f-8b58-51322719046a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7ac04f5-cfec-4c9f-8b58-51322719046a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:22,153 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:01:22,153 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-820fb1c7-d22f-41d6-b763-e18e341fa433', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-820fb1c7-d22f-41d6-b763-e18e341fa433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:23,212 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:01:23,212 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9fb6707-6fb3-4b08-941e-7b083658e926', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9fb6707-6fb3-4b08-941e-7b083658e926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:24,270 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:01:24,271 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc317673-f9e8-45e9-b714-8b8c594c8ab1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc317673-f9e8-45e9-b714-8b8c594c8ab1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:25,328 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:01:25,329 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e95e766a-b7ba-4e45-8c8b-389956ef5a5c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e95e766a-b7ba-4e45-8c8b-389956ef5a5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:26,385 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:01:26,385 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-453f5f0b-89b3-42c9-a624-2f34ee3f74c2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-453f5f0b-89b3-42c9-a624-2f34ee3f74c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:27,445 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:01:27,445 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e9edeec-c0d7-430d-89ab-ee7c4b92413e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e9edeec-c0d7-430d-89ab-ee7c4b92413e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:28,503 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:01:28,504 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59d25758-b2eb-4b22-a6a3-b26be8bafa19', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59d25758-b2eb-4b22-a6a3-b26be8bafa19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:29,563 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:01:29,564 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee08af49-cb1c-4d74-944a-f951404080bf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee08af49-cb1c-4d74-944a-f951404080bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:30,622 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:01:30,623 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19d21a52-10ef-4d8e-9c82-d8ea1b7b4b94', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19d21a52-10ef-4d8e-9c82-d8ea1b7b4b94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:31,681 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:01:31,682 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b5b65ac-4498-4bed-921b-5f236b7c8162', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b5b65ac-4498-4bed-921b-5f236b7c8162', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:32,740 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:01:32,740 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29da4f75-184b-4ec2-8955-e3a25b6032b2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29da4f75-184b-4ec2-8955-e3a25b6032b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:33,801 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:01:33,801 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95556649-ada9-4cbd-b978-7ee7ede3be05', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95556649-ada9-4cbd-b978-7ee7ede3be05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:34,860 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:01:34,860 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37f2297d-fb35-4a60-8676-25b35aeef3a7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37f2297d-fb35-4a60-8676-25b35aeef3a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:35,919 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:01:35,920 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a508625-e03e-479e-bb60-a47dfc9b2188', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a508625-e03e-479e-bb60-a47dfc9b2188', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:36,978 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:01:36,978 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9135b3b9-499b-4d87-a4d8-2bb42e965473', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9135b3b9-499b-4d87-a4d8-2bb42e965473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:38,042 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.049s 2022-09-13 20:01:38,042 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-027fdae8-ad34-4734-8789-dd7e89c4d87c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-027fdae8-ad34-4734-8789-dd7e89c4d87c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:39,103 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.047s 2022-09-13 20:01:39,103 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02066f08-1d93-4f8f-86dd-f755936092bb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02066f08-1d93-4f8f-86dd-f755936092bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:40,166 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:01:40,166 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9bec60b-f41b-4cac-ad69-a9b887ea01a2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9bec60b-f41b-4cac-ad69-a9b887ea01a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:41,224 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:01:41,225 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe1a5d45-06f5-4e37-9cd6-f4c416bd254c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe1a5d45-06f5-4e37-9cd6-f4c416bd254c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:42,290 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.050s 2022-09-13 20:01:42,291 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c3d7420-97c9-4808-8a61-bcc00cbccbc8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c3d7420-97c9-4808-8a61-bcc00cbccbc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:43,354 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.049s 2022-09-13 20:01:43,355 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7c5fecb-7436-4936-b7f3-4d18a3eb7649', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7c5fecb-7436-4936-b7f3-4d18a3eb7649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:44,415 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.048s 2022-09-13 20:01:44,416 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b25f2da9-1d1f-4f22-b15d-2d5dc910365c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b25f2da9-1d1f-4f22-b15d-2d5dc910365c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:45,476 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:01:45,476 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f96c262-448c-4e30-a9d8-70341271593d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f96c262-448c-4e30-a9d8-70341271593d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:46,536 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:01:46,536 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fda7193-29a6-4738-ba9d-fb319e5ae8f3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fda7193-29a6-4738-ba9d-fb319e5ae8f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:47,598 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.047s 2022-09-13 20:01:47,598 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53e7797a-1db3-43c3-ac9a-337f40d8a432', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53e7797a-1db3-43c3-ac9a-337f40d8a432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:48,656 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:01:48,657 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3979a126-a004-40e9-a7e2-870d02812cbf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3979a126-a004-40e9-a7e2-870d02812cbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:49,718 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.048s 2022-09-13 20:01:49,719 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c868238a-123c-4d35-9a2b-352f731553cf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c868238a-123c-4d35-9a2b-352f731553cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:50,784 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.052s 2022-09-13 20:01:50,784 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5527568-4a9b-4e07-ada1-00e2e5362ef1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5527568-4a9b-4e07-ada1-00e2e5362ef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:51,845 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:01:51,845 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35fb1b7c-67aa-4c23-954e-c9370f2fbc05', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35fb1b7c-67aa-4c23-954e-c9370f2fbc05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:52,904 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:01:52,904 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b940c3d5-4543-47d2-a52e-598d061189c0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b940c3d5-4543-47d2-a52e-598d061189c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:53,962 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:01:53,962 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c28d67e-f11b-4331-991f-049b76429693', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c28d67e-f11b-4331-991f-049b76429693', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:55,024 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.047s 2022-09-13 20:01:55,024 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c016646-1be2-44a5-949c-13699c933901', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c016646-1be2-44a5-949c-13699c933901', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:56,091 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.052s 2022-09-13 20:01:56,092 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44c1b273-9e40-4b85-9e51-e69bde61edf2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44c1b273-9e40-4b85-9e51-e69bde61edf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:57,150 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:01:57,150 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0894a0b3-a425-4e59-80d2-ff4fc92694ce', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0894a0b3-a425-4e59-80d2-ff4fc92694ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:58,215 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.051s 2022-09-13 20:01:58,216 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e54d1d00-292a-4b8f-b670-80d194b2ff2f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e54d1d00-292a-4b8f-b670-80d194b2ff2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:01:59,273 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:01:59,274 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a29fd24d-c66c-417b-aba8-328621d366ef', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a29fd24d-c66c-417b-aba8-328621d366ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:00,333 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:02:00,334 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5449c88-7e6d-4bd3-9fe7-a95e20fad337', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5449c88-7e6d-4bd3-9fe7-a95e20fad337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:01,401 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.053s 2022-09-13 20:02:01,401 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0897f7f4-a261-4453-8e52-5616d1cdc191', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0897f7f4-a261-4453-8e52-5616d1cdc191', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:02,459 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:02:02,460 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb2a4e51-b65b-4aee-ac27-2bf934f24148', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb2a4e51-b65b-4aee-ac27-2bf934f24148', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:03,516 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:02:03,516 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b033837c-100f-4c6a-87c4-09436b70a207', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b033837c-100f-4c6a-87c4-09436b70a207', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:04,574 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:02:04,575 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8505cbbb-cd61-4b21-81fb-6087a1de37d8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8505cbbb-cd61-4b21-81fb-6087a1de37d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:05,632 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:02:05,632 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e981fa35-989e-4540-876d-400fa84f1fb6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e981fa35-989e-4540-876d-400fa84f1fb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:06,691 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:02:06,692 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-945cfe4b-fd16-452f-b597-e8076a2003d6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-945cfe4b-fd16-452f-b597-e8076a2003d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:07,753 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:02:07,753 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d21f7ef3-6ec6-4ecf-a392-693d72ae6b98', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d21f7ef3-6ec6-4ecf-a392-693d72ae6b98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:08,811 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:02:08,812 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99a179ee-930e-4997-8136-18405da8b119', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99a179ee-930e-4997-8136-18405da8b119', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:09,870 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:02:09,871 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-102b70a1-48d7-42e2-ac79-abec844f1804', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-102b70a1-48d7-42e2-ac79-abec844f1804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:10,928 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:02:10,928 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c671bb2-ec18-4804-a8c3-85263c8c143f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c671bb2-ec18-4804-a8c3-85263c8c143f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:11,986 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:02:11,987 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78182548-3239-4649-85df-8ffa83fb2586', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78182548-3239-4649-85df-8ffa83fb2586', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:13,044 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:02:13,044 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e6d6d8a-194c-4596-a0e4-8c9b53514f9f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e6d6d8a-194c-4596-a0e4-8c9b53514f9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:14,112 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.051s 2022-09-13 20:02:14,112 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06219dba-2fb8-4be2-91cc-c78a79183146', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06219dba-2fb8-4be2-91cc-c78a79183146', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:15,176 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.050s 2022-09-13 20:02:15,176 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97febca3-a557-40ad-b4a1-d20f3787370c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97febca3-a557-40ad-b4a1-d20f3787370c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:16,240 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.049s 2022-09-13 20:02:16,241 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b33839b-bbf1-411c-bede-2867a8543c76', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b33839b-bbf1-411c-bede-2867a8543c76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:17,300 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:02:17,300 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ff7170b-40d0-4df6-a8f6-4ee49be3218a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ff7170b-40d0-4df6-a8f6-4ee49be3218a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:18,360 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:02:18,360 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-847cbdf8-04d1-4799-a060-70ddc45bb587', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-847cbdf8-04d1-4799-a060-70ddc45bb587', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:19,417 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:02:19,417 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-526c570d-9cf2-476e-9d8f-f8547b258c91', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-526c570d-9cf2-476e-9d8f-f8547b258c91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:20,475 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:02:20,475 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a5ec306-9a6c-4a6c-8091-afb27c149203', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a5ec306-9a6c-4a6c-8091-afb27c149203', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:21,536 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.047s 2022-09-13 20:02:21,537 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e163985-2738-4416-ba19-bd7ab3f71d6f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e163985-2738-4416-ba19-bd7ab3f71d6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:22,596 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:02:22,596 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0cc91bc-63c5-476f-8ca0-dd33e2c5553f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0cc91bc-63c5-476f-8ca0-dd33e2c5553f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:23,653 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:02:23,653 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9886b655-4683-4566-8968-3061f857db0a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9886b655-4683-4566-8968-3061f857db0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:24,711 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:02:24,712 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af5d2374-9d11-49af-b9be-1fc6b45eef51', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af5d2374-9d11-49af-b9be-1fc6b45eef51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:25,773 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.047s 2022-09-13 20:02:25,774 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7a614d6-4ce4-4c39-a713-c54791bd00f6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7a614d6-4ce4-4c39-a713-c54791bd00f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:26,834 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:02:26,835 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5362b17-a851-4169-b9f3-04d2dd7a9d86', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5362b17-a851-4169-b9f3-04d2dd7a9d86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:27,893 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:02:27,894 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faff7eba-9011-469a-93e7-ad50d45bc854', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faff7eba-9011-469a-93e7-ad50d45bc854', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:28,953 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:02:28,954 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebecf11a-2774-47e4-96c1-6cc0564d3f37', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebecf11a-2774-47e4-96c1-6cc0564d3f37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:30,011 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:02:30,012 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5719ba8-af1e-4a9c-abee-2720318ea2e6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5719ba8-af1e-4a9c-abee-2720318ea2e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:31,073 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.047s 2022-09-13 20:02:31,073 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96390c10-8b77-48ba-8e08-f2311d012382', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96390c10-8b77-48ba-8e08-f2311d012382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:32,132 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:02:32,132 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c13f23e-3c55-4eb6-b8fb-17fb80b18778', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c13f23e-3c55-4eb6-b8fb-17fb80b18778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:33,190 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:02:33,190 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e8b92e6-5abd-4071-801b-aa1f9dc2aa84', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e8b92e6-5abd-4071-801b-aa1f9dc2aa84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:34,248 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:02:34,249 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4eb983e4-f5e4-42b1-85de-2e4948219f07', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4eb983e4-f5e4-42b1-85de-2e4948219f07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:35,307 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:02:35,308 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e14b77e-3867-4df9-b2fb-5ce5356c571e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e14b77e-3867-4df9-b2fb-5ce5356c571e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:36,365 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:02:36,366 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63fae380-f872-4bef-84ff-b44487d65b6b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63fae380-f872-4bef-84ff-b44487d65b6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:37,424 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:02:37,425 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6fc1ad7-0494-4208-96c1-b0a72aa8cdda', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6fc1ad7-0494-4208-96c1-b0a72aa8cdda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:38,489 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.049s 2022-09-13 20:02:38,489 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4eb27b27-dedf-409d-858f-b64f9bb62c59', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4eb27b27-dedf-409d-858f-b64f9bb62c59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:39,558 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.054s 2022-09-13 20:02:39,558 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14507e86-a911-44c3-b763-4efb6a242f67', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14507e86-a911-44c3-b763-4efb6a242f67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:40,624 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.052s 2022-09-13 20:02:40,625 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3316824a-70ef-440f-a0bd-4be2e26fbc41', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3316824a-70ef-440f-a0bd-4be2e26fbc41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:41,684 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:02:41,684 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-994d06b1-57b6-4d2f-86de-2a425eb79f1e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-994d06b1-57b6-4d2f-86de-2a425eb79f1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:42,742 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:02:42,743 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c0f8dbb-94ab-4808-b9cf-6f55d501b558', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c0f8dbb-94ab-4808-b9cf-6f55d501b558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:43,802 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:02:43,802 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d886b30d-b351-409d-9b60-abc3efe90f10', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d886b30d-b351-409d-9b60-abc3efe90f10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:44,864 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.048s 2022-09-13 20:02:44,865 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3a634d0-296b-4815-ae6f-32ab1b956e38', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3a634d0-296b-4815-ae6f-32ab1b956e38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:45,923 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:02:45,923 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d78b3b23-a31e-437a-ba30-2c13ae509445', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d78b3b23-a31e-437a-ba30-2c13ae509445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:46,982 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:02:46,982 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ff7ae8a-0379-4a6c-acdc-cc97b18374d3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ff7ae8a-0379-4a6c-acdc-cc97b18374d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:48,042 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.047s 2022-09-13 20:02:48,042 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39b7817b-32cf-4521-99ba-174042373bc3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39b7817b-32cf-4521-99ba-174042373bc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:49,101 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:02:49,101 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bad82f74-539b-4f12-8d6d-5650d731ed79', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bad82f74-539b-4f12-8d6d-5650d731ed79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:50,158 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:02:50,159 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e839ea8-b183-4de4-805f-582413ca0a41', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e839ea8-b183-4de4-805f-582413ca0a41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:51,216 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:02:51,217 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7417eb57-7396-4e08-b0e5-98de0286690d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7417eb57-7396-4e08-b0e5-98de0286690d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:52,274 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:02:52,275 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6769e73-06ca-46c7-a4dc-b94728c52bb8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6769e73-06ca-46c7-a4dc-b94728c52bb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:53,332 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:02:53,332 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1538d767-5641-4e09-8a43-f6ee66a47b2a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1538d767-5641-4e09-8a43-f6ee66a47b2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:54,389 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:02:54,389 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b502066e-08c5-4d83-9f05-c14281628861', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b502066e-08c5-4d83-9f05-c14281628861', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:55,448 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:02:55,449 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee1fea09-6fa2-4582-9592-babbaa197600', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee1fea09-6fa2-4582-9592-babbaa197600', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:56,506 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:02:56,507 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-410862e7-adea-497f-b6d2-b46a79355169', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-410862e7-adea-497f-b6d2-b46a79355169', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:57,565 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:02:57,566 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f4f5788-d0b1-40b6-a430-ec83bb2743dc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f4f5788-d0b1-40b6-a430-ec83bb2743dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:58,623 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:02:58,623 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fcab796-26c3-45f3-9807-38603e82b691', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fcab796-26c3-45f3-9807-38603e82b691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:02:59,680 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:02:59,681 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a29fef2b-defa-4109-872c-45bd565944d7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a29fef2b-defa-4109-872c-45bd565944d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:00,739 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:00,740 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6306a876-e2a9-49d2-8160-bd64f6c6e95d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6306a876-e2a9-49d2-8160-bd64f6c6e95d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:01,798 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:03:01,799 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c9121c0-d26b-4edc-901d-940cba08ca8f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c9121c0-d26b-4edc-901d-940cba08ca8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:02,857 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:02,857 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a6c17f9-585a-4748-83e0-e8104c9e92c8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a6c17f9-585a-4748-83e0-e8104c9e92c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:03,916 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:03:03,916 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af0f1417-9064-4e05-8e71-355407441509', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af0f1417-9064-4e05-8e71-355407441509', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:04,973 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:03:04,974 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d1b3d65-6f2b-49f7-bae3-18001ae24f4f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d1b3d65-6f2b-49f7-bae3-18001ae24f4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:06,032 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:03:06,033 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4628cf88-3b96-45e3-aeb8-b1b6b9991229', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4628cf88-3b96-45e3-aeb8-b1b6b9991229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:07,095 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.048s 2022-09-13 20:03:07,096 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7a5fe16-ce02-4ca3-b231-dcd54cc318e8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7a5fe16-ce02-4ca3-b231-dcd54cc318e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:08,153 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:08,154 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b07e5b39-c521-4154-a3ce-652261e8577a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b07e5b39-c521-4154-a3ce-652261e8577a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:09,212 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:09,212 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51019028-c5b5-4d41-9719-6df395e33742', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51019028-c5b5-4d41-9719-6df395e33742', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:10,270 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:10,270 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd44e097-79e1-462d-b8a9-fdd0ce2409c0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd44e097-79e1-462d-b8a9-fdd0ce2409c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:11,329 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:03:11,329 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36098fd1-ef26-48f5-a329-c58cf44c88aa', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36098fd1-ef26-48f5-a329-c58cf44c88aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:12,388 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:03:12,389 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19386147-8eda-4308-a1ea-f9dc5647fbc9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19386147-8eda-4308-a1ea-f9dc5647fbc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:13,446 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:13,447 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b8ad809-9705-488a-963d-74b2b713790d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b8ad809-9705-488a-963d-74b2b713790d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:14,507 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:03:14,507 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bb6c159-c6df-489e-8e36-f225848a3660', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bb6c159-c6df-489e-8e36-f225848a3660', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:15,566 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:03:15,566 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81891157-18e1-469c-8bad-09b80e0452ce', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81891157-18e1-469c-8bad-09b80e0452ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:16,623 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:03:16,624 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c369d249-49e1-4a10-a181-c3e3a93a4784', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c369d249-49e1-4a10-a181-c3e3a93a4784', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:17,681 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:03:17,681 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00636d90-77a8-48fd-b71e-d95988cd71b2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00636d90-77a8-48fd-b71e-d95988cd71b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:18,739 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:18,740 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86ee685d-82ab-4dfa-9457-96f33b0b417a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86ee685d-82ab-4dfa-9457-96f33b0b417a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:19,797 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:19,798 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb0dfd1e-5b07-4872-af74-85d9ce0ce2a0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb0dfd1e-5b07-4872-af74-85d9ce0ce2a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:20,856 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:03:20,856 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2a93021-04ed-48bc-9836-9892e4fae7f0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2a93021-04ed-48bc-9836-9892e4fae7f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:21,915 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:03:21,915 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4cb27d0-04e1-4c2f-a3b5-b37d94f0719c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4cb27d0-04e1-4c2f-a3b5-b37d94f0719c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:22,977 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:22,977 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb090bd5-34e0-486e-a44d-f2e252a12770', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb090bd5-34e0-486e-a44d-f2e252a12770', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:24,035 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:24,036 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a06f6f42-b125-4fd7-8b9e-becafb2951d0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a06f6f42-b125-4fd7-8b9e-becafb2951d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:25,105 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.055s 2022-09-13 20:03:25,106 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34bcccad-9dd2-49fe-8420-dbf51fbcee4d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34bcccad-9dd2-49fe-8420-dbf51fbcee4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:26,164 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:26,164 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cf2f711-a47a-4e70-8348-5c940528e386', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cf2f711-a47a-4e70-8348-5c940528e386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:27,222 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:27,222 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04bc8b23-b0a6-4750-8bc6-ac38db2f878a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04bc8b23-b0a6-4750-8bc6-ac38db2f878a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:28,282 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:03:28,282 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc1f9255-b5c3-4afd-b22c-1b8166cbaedd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc1f9255-b5c3-4afd-b22c-1b8166cbaedd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:29,340 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:29,340 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e16302d3-be2b-40d4-8581-2d9b2fcd7366', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e16302d3-be2b-40d4-8581-2d9b2fcd7366', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:30,397 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:03:30,397 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-660ed751-4a2a-4521-804b-ad478f8f16b2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-660ed751-4a2a-4521-804b-ad478f8f16b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:31,456 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:03:31,456 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1726e0c7-3362-4438-b0f7-957e5ec48681', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1726e0c7-3362-4438-b0f7-957e5ec48681', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:32,515 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:03:32,515 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1b6abf2-eb36-4679-92b2-b835ed8820ac', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1b6abf2-eb36-4679-92b2-b835ed8820ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:33,573 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:33,574 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b90a5e52-72fd-454c-a4c2-dc06891a55e5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b90a5e52-72fd-454c-a4c2-dc06891a55e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:34,633 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:03:34,633 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48624191-7dab-487a-a94a-dfd3cd7abae7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48624191-7dab-487a-a94a-dfd3cd7abae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:35,692 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:03:35,693 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc48be0a-da03-4415-9ae7-36e42fa27c25', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc48be0a-da03-4415-9ae7-36e42fa27c25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:36,750 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:36,751 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a47b5c4-a575-49c5-b202-92aaa5e549af', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a47b5c4-a575-49c5-b202-92aaa5e549af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:37,820 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.055s 2022-09-13 20:03:37,820 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e522940-03eb-46a6-af30-f621408d5dcf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e522940-03eb-46a6-af30-f621408d5dcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:38,878 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:38,879 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e9e8618-3e52-4159-af8e-67b91252766f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e9e8618-3e52-4159-af8e-67b91252766f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:39,937 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:03:39,937 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc9a33d9-4593-43dd-a4aa-6437097def0c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc9a33d9-4593-43dd-a4aa-6437097def0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:40,996 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:40,996 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68826428-fb0a-4f10-8483-3dc74026fad1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68826428-fb0a-4f10-8483-3dc74026fad1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:42,054 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:03:42,054 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc918c22-9a43-48d1-ad90-e32a8f5df11e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc918c22-9a43-48d1-ad90-e32a8f5df11e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:43,113 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:43,113 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b843c5b-89e5-4861-a9e6-3bfae748306a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b843c5b-89e5-4861-a9e6-3bfae748306a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:44,170 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:03:44,171 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16de7530-f7ef-449d-8659-603f923893e3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16de7530-f7ef-449d-8659-603f923893e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:45,228 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:03:45,229 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e7cd907-9022-4b49-b13a-95375feab7a7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e7cd907-9022-4b49-b13a-95375feab7a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:46,286 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:03:46,286 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e542104-3c06-4dac-8cf9-7c9b3e7b3a30', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e542104-3c06-4dac-8cf9-7c9b3e7b3a30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:47,344 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:03:47,344 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f7c7011-0204-4583-96cf-2e66aed082f5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f7c7011-0204-4583-96cf-2e66aed082f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:48,404 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:03:48,405 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a22d8a75-ad95-4d23-bf67-d655fedd2b53', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a22d8a75-ad95-4d23-bf67-d655fedd2b53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:49,465 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:49,465 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-253b1f05-e660-4259-aa1d-0b4aa0841edb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-253b1f05-e660-4259-aa1d-0b4aa0841edb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:50,526 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.047s 2022-09-13 20:03:50,526 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bbe79d2-5174-4c76-9b55-2572215f558c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bbe79d2-5174-4c76-9b55-2572215f558c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:51,586 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:51,586 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff9175bc-2857-483d-afdc-9c008e5f8862', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff9175bc-2857-483d-afdc-9c008e5f8862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:52,645 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:03:52,645 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87692a18-c81a-4fe8-8042-5a640686dadd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87692a18-c81a-4fe8-8042-5a640686dadd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:53,742 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.082s 2022-09-13 20:03:53,742 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98756032-59ad-42c0-8fe1-8eb6a7244097', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98756032-59ad-42c0-8fe1-8eb6a7244097', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:54,801 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:03:54,802 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18977bfc-2c01-4e0c-ae40-9def014503dd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18977bfc-2c01-4e0c-ae40-9def014503dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:55,861 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:55,861 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d42c1d1-5cb6-4e54-b855-5b8a11db5228', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d42c1d1-5cb6-4e54-b855-5b8a11db5228', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:56,921 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:03:56,921 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b29ef79-a1fc-4bf5-8a7c-1ec74fbe352c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b29ef79-a1fc-4bf5-8a7c-1ec74fbe352c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:57,980 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:57,980 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf66dcf6-e5ce-40a4-8150-a304b5178751', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf66dcf6-e5ce-40a4-8150-a304b5178751', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:03:59,038 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:03:59,038 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aafe3d48-4100-45f3-b1c0-9f6fce572929', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aafe3d48-4100-45f3-b1c0-9f6fce572929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:00,097 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:00,097 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7c1e1ea-44ff-40d6-a9ee-edac4b3a78b1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7c1e1ea-44ff-40d6-a9ee-edac4b3a78b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:01,153 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:04:01,153 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75a82b60-e34b-4436-972d-cb2c0c2e5672', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75a82b60-e34b-4436-972d-cb2c0c2e5672', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:02,210 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:02,211 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eefeb062-87a6-408c-8865-1b23af033c10', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eefeb062-87a6-408c-8865-1b23af033c10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:03,269 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:03,269 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e19549f-981e-4791-8c9c-2b18b7430744', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e19549f-981e-4791-8c9c-2b18b7430744', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:04,326 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:04:04,327 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23b7768e-a4b9-4e32-9618-584fc61d1910', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23b7768e-a4b9-4e32-9618-584fc61d1910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:05,385 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:05,386 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56f95606-b245-4bb9-ac3c-bb614e1d215b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56f95606-b245-4bb9-ac3c-bb614e1d215b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:06,444 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:06,445 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96c6966d-f448-4600-825a-b0bbd49a70bc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96c6966d-f448-4600-825a-b0bbd49a70bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:07,501 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:04:07,502 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c36855db-b350-4d73-b4a9-1d8a79b6e4cb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c36855db-b350-4d73-b4a9-1d8a79b6e4cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:08,566 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.050s 2022-09-13 20:04:08,567 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f3e0ca7-b82a-4d5f-a3d8-0421e010a76c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f3e0ca7-b82a-4d5f-a3d8-0421e010a76c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:09,627 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.047s 2022-09-13 20:04:09,628 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bf4ecd9-a0a9-436e-965b-2906ff6bf9e5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bf4ecd9-a0a9-436e-965b-2906ff6bf9e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:10,688 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.047s 2022-09-13 20:04:10,689 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e754048-ad05-4d0e-bff1-e4e1e1b6899b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e754048-ad05-4d0e-bff1-e4e1e1b6899b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:11,747 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:11,747 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba8aa28f-b581-40a2-9552-c0bf6dc32843', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba8aa28f-b581-40a2-9552-c0bf6dc32843', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:12,806 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:04:12,806 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deae36ab-2f6f-40c5-bf2b-6825b74c47ed', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deae36ab-2f6f-40c5-bf2b-6825b74c47ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:13,865 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:13,865 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73dcfd9b-87d8-4ffb-837f-5a7e97bd582c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73dcfd9b-87d8-4ffb-837f-5a7e97bd582c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:14,925 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:04:14,925 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19ad8a4f-f9ad-4d6d-b45b-b228be570786', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19ad8a4f-f9ad-4d6d-b45b-b228be570786', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:15,983 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:15,984 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-906e5f4c-0291-419d-a19f-8ffd2706d784', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-906e5f4c-0291-419d-a19f-8ffd2706d784', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:17,041 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:04:17,042 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d388afc2-2afa-4f6a-b937-45ba2117f817', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d388afc2-2afa-4f6a-b937-45ba2117f817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:18,099 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:18,100 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e067ca5d-aca3-400d-a11b-f6d32ac385a9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e067ca5d-aca3-400d-a11b-f6d32ac385a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:19,162 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.048s 2022-09-13 20:04:19,163 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39d0f019-36e8-42f7-ab68-129a2c513d4a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39d0f019-36e8-42f7-ab68-129a2c513d4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:20,226 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:04:20,226 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d7002d9-e8e0-4b2c-8800-d2488db1d1a9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d7002d9-e8e0-4b2c-8800-d2488db1d1a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:21,284 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:21,285 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0536455-30f1-4529-8ee8-80b6ec4bc2c9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0536455-30f1-4529-8ee8-80b6ec4bc2c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:22,342 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:22,342 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbdba633-b276-4840-b413-9806624cc206', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbdba633-b276-4840-b413-9806624cc206', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:23,400 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:04:23,401 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eed2648-00cb-48e7-b035-d25873406874', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eed2648-00cb-48e7-b035-d25873406874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:24,460 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:04:24,460 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93e10423-2fab-4227-808d-e3632227013d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93e10423-2fab-4227-808d-e3632227013d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:25,517 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:04:25,518 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e28dbd85-4fea-4771-aaf6-4bda98efc6f0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e28dbd85-4fea-4771-aaf6-4bda98efc6f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:26,577 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:26,577 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffae600f-0b8f-4a03-a671-7527f0d69f08', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffae600f-0b8f-4a03-a671-7527f0d69f08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:27,636 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:27,636 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a22f3900-78d3-44a5-b4e5-06ca602d1567', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a22f3900-78d3-44a5-b4e5-06ca602d1567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:28,694 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:28,695 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01cd593d-0c05-46bb-8a59-06cf64e29cca', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01cd593d-0c05-46bb-8a59-06cf64e29cca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:29,753 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:29,753 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df873dbc-e5cc-498f-ba2e-1401ae27707f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df873dbc-e5cc-498f-ba2e-1401ae27707f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:30,814 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:30,814 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5d46876-cb1d-4560-9609-2dc13ac6f2db', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5d46876-cb1d-4560-9609-2dc13ac6f2db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:31,873 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:31,873 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0cba4d1-c679-497f-8637-5fc9b8d344ce', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0cba4d1-c679-497f-8637-5fc9b8d344ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:32,932 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:32,932 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd0ae1b0-3303-42bb-b3fd-114176c3868b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd0ae1b0-3303-42bb-b3fd-114176c3868b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:33,993 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:04:33,993 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-251848b3-5033-4f14-a43e-a6d112bc94b9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-251848b3-5033-4f14-a43e-a6d112bc94b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:35,055 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.047s 2022-09-13 20:04:35,056 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d670f71e-c3ce-4033-8d02-81b71101b903', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d670f71e-c3ce-4033-8d02-81b71101b903', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:36,125 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.056s 2022-09-13 20:04:36,125 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0188c0a-4228-4e2c-856c-b9a1b99e8124', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0188c0a-4228-4e2c-856c-b9a1b99e8124', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:37,190 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.050s 2022-09-13 20:04:37,190 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2bf32e9-e0da-4e79-9f8e-239c27be9d48', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2bf32e9-e0da-4e79-9f8e-239c27be9d48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:38,252 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.048s 2022-09-13 20:04:38,252 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50e0e748-9f2a-4dcb-9fdc-56bb8baa7cc6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50e0e748-9f2a-4dcb-9fdc-56bb8baa7cc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:39,312 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:04:39,312 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a5a3fb7-eb2f-4070-97a9-e6bbe4c70f4d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a5a3fb7-eb2f-4070-97a9-e6bbe4c70f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:40,372 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:04:40,372 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fa78dca-3deb-43d6-9490-e1efd92c19d0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fa78dca-3deb-43d6-9490-e1efd92c19d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:41,436 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.051s 2022-09-13 20:04:41,437 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c541606-643b-43e1-a473-cbaa39cef8a0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c541606-643b-43e1-a473-cbaa39cef8a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:42,498 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.047s 2022-09-13 20:04:42,498 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e0601c0-6299-4ff6-b8c6-88325bf0a5ae', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e0601c0-6299-4ff6-b8c6-88325bf0a5ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:43,563 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.050s 2022-09-13 20:04:43,563 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f581d7a-6c85-4d92-9882-c58a1bdd5dd3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f581d7a-6c85-4d92-9882-c58a1bdd5dd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:44,622 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:04:44,623 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b369175-3567-4dd6-a250-eeef3fc850cd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b369175-3567-4dd6-a250-eeef3fc850cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:45,680 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:45,681 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21aaf3f0-024f-4574-9f8a-70f0d41f216a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21aaf3f0-024f-4574-9f8a-70f0d41f216a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:46,739 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:46,739 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0acd51e1-9c66-4cfb-acca-f75dc049cab7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0acd51e1-9c66-4cfb-acca-f75dc049cab7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:47,800 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:04:47,800 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d46c2c40-0a8c-4d3c-bdc1-b613d96a2ae6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d46c2c40-0a8c-4d3c-bdc1-b613d96a2ae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:48,864 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.050s 2022-09-13 20:04:48,865 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3e173ca-44ac-447f-ac25-4ab6f0a74c43', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3e173ca-44ac-447f-ac25-4ab6f0a74c43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:49,924 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:49,924 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28970164-b55d-41d7-89f1-2ef57da3de02', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28970164-b55d-41d7-89f1-2ef57da3de02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:50,982 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:50,982 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf9b0ac8-a696-4a9b-93ad-a9a57ae084b2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf9b0ac8-a696-4a9b-93ad-a9a57ae084b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:52,042 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:04:52,043 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c419a6ec-333f-4393-8e93-c6acb8f9dd3e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c419a6ec-333f-4393-8e93-c6acb8f9dd3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:53,100 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:04:53,101 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74b7e9ec-18fd-48f7-bcf7-f7458c0f64c9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74b7e9ec-18fd-48f7-bcf7-f7458c0f64c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:54,159 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:54,159 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0073f8c3-c23e-47fa-af81-e2696362fa8e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0073f8c3-c23e-47fa-af81-e2696362fa8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:55,218 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:55,218 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e7bfaab-b8d3-46e7-a46d-59a12143f1bc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e7bfaab-b8d3-46e7-a46d-59a12143f1bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:56,277 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:56,277 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cae5a36-be81-49a8-af51-8f4cd14ef231', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cae5a36-be81-49a8-af51-8f4cd14ef231', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:57,335 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:57,336 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35bd13a9-2bb0-47ab-b1a8-2dabc16216b2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35bd13a9-2bb0-47ab-b1a8-2dabc16216b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:58,392 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:04:58,393 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b82b117c-3214-4bbe-a4ea-42a6295e1efb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b82b117c-3214-4bbe-a4ea-42a6295e1efb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:04:59,452 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:04:59,453 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ef72a25-7329-4f27-9ce1-b38c411d9a48', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ef72a25-7329-4f27-9ce1-b38c411d9a48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:00,511 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:05:00,511 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22729651-2310-467e-8097-2b795dff4326', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22729651-2310-467e-8097-2b795dff4326', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:01,568 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:05:01,569 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-268e629c-175a-4d68-9194-cf0d1612754a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-268e629c-175a-4d68-9194-cf0d1612754a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:02,626 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:05:02,627 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80bd4705-7d6d-496a-889d-3b2604b41174', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80bd4705-7d6d-496a-889d-3b2604b41174', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:03,685 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:05:03,685 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e524565-550f-4536-b1be-f73060fbc998', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e524565-550f-4536-b1be-f73060fbc998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:04,742 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:05:04,742 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd74d3ed-f085-4dcc-934c-19905b3c061b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd74d3ed-f085-4dcc-934c-19905b3c061b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:05,800 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:05:05,800 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b631aec-e337-4789-98f3-ffe7e96af5b8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b631aec-e337-4789-98f3-ffe7e96af5b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:06,859 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:05:06,860 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e42dc4c9-e161-444d-9b26-fb24fd2388ec', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e42dc4c9-e161-444d-9b26-fb24fd2388ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:07,918 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:05:07,919 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69b61de7-bccd-44ec-84ed-72aa2b516eaf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69b61de7-bccd-44ec-84ed-72aa2b516eaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:08,980 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.047s 2022-09-13 20:05:08,980 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f824827d-dd6a-455d-8c6a-7fc1271c26cb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f824827d-dd6a-455d-8c6a-7fc1271c26cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:10,038 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:05:10,038 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c62dcaf5-c00b-4ec1-9da4-90f36a2dc95c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c62dcaf5-c00b-4ec1-9da4-90f36a2dc95c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:11,096 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:05:11,096 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a500259-59cd-4afe-9851-cd035e3b4ca7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a500259-59cd-4afe-9851-cd035e3b4ca7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:12,158 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.048s 2022-09-13 20:05:12,158 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40775997-c777-444e-85d2-a29d75bad4eb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40775997-c777-444e-85d2-a29d75bad4eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:13,218 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:05:13,218 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aed4a48-5834-4f37-ac6c-07d426cff2ba', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aed4a48-5834-4f37-ac6c-07d426cff2ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:14,279 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:05:14,279 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19e6c1a3-4f13-4e2a-8bf3-43dbb2ed0b29', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19e6c1a3-4f13-4e2a-8bf3-43dbb2ed0b29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:15,338 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:05:15,339 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-647c1816-6a92-46ce-9066-04ab6ca7b07b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-647c1816-6a92-46ce-9066-04ab6ca7b07b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:16,397 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:05:16,397 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ccb71d4-8dea-4199-af85-ead1f7d92775', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ccb71d4-8dea-4199-af85-ead1f7d92775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:17,454 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:05:17,454 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c87fcfc-21e5-443c-a238-8b839a024af3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c87fcfc-21e5-443c-a238-8b839a024af3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:18,513 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:05:18,514 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e146673-386a-4c64-9bd7-21774fd78ab8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e146673-386a-4c64-9bd7-21774fd78ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:19,571 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:05:19,572 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f41245ca-92a3-4a26-a213-ae7ef542a5e1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f41245ca-92a3-4a26-a213-ae7ef542a5e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:20,633 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.048s 2022-09-13 20:05:20,634 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31925d7f-0396-4bd9-a20e-0a0e4ff8d8e7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31925d7f-0396-4bd9-a20e-0a0e4ff8d8e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:21,691 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:05:21,691 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38948eda-2523-4a09-bbc4-5402c714d1dc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38948eda-2523-4a09-bbc4-5402c714d1dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:22,749 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:05:22,749 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-905bb448-0174-4e2f-bee2-055ece3913ea', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-905bb448-0174-4e2f-bee2-055ece3913ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:23,807 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:05:23,807 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9211ca31-e84a-4431-aad8-dcf68dc1df4e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9211ca31-e84a-4431-aad8-dcf68dc1df4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:24,867 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:05:24,867 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a8312a3-b522-46c8-8fea-283ffbdf52a7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a8312a3-b522-46c8-8fea-283ffbdf52a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:25,927 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:05:25,927 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af29bee4-12a7-493c-9091-ffa747d163e0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af29bee4-12a7-493c-9091-ffa747d163e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:26,984 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:05:26,985 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba8691da-982f-4620-b535-c6fdc68b9ada', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba8691da-982f-4620-b535-c6fdc68b9ada', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:28,044 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:05:28,044 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83646fae-e581-4002-8a2b-4f4a966f3d35', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83646fae-e581-4002-8a2b-4f4a966f3d35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:29,102 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:05:29,102 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6802571-f4d3-4896-a52b-cba03894999a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6802571-f4d3-4896-a52b-cba03894999a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:30,173 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.057s 2022-09-13 20:05:30,174 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c15e1e9b-42a6-4596-8958-dbb06f15c6fb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c15e1e9b-42a6-4596-8958-dbb06f15c6fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:31,233 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:05:31,234 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-818d6e69-a46e-476f-b7da-eff2b20944e1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-818d6e69-a46e-476f-b7da-eff2b20944e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:32,293 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:05:32,294 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcc5ce28-1286-4b5c-a583-2c5e9d822123', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcc5ce28-1286-4b5c-a583-2c5e9d822123', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:33,353 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:05:33,353 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e90011d-bcb4-4a9c-97f3-75e34060f73f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e90011d-bcb4-4a9c-97f3-75e34060f73f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:34,410 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:05:34,410 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-912f9d98-35a7-400d-aad6-ed844bbac100', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-912f9d98-35a7-400d-aad6-ed844bbac100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:35,469 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:05:35,469 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e796b36-a0a6-46d3-bfbd-80ab7a7424e7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e796b36-a0a6-46d3-bfbd-80ab7a7424e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:36,527 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:05:36,528 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df931223-cece-4950-b985-64c3deae76fb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df931223-cece-4950-b985-64c3deae76fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:37,585 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:05:37,585 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fde53f4a-1899-4e39-a787-1e9d840eeeee', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fde53f4a-1899-4e39-a787-1e9d840eeeee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:38,643 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:05:38,644 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c45bbe7-3fa0-4d36-b2cf-02a00b6ac8b6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c45bbe7-3fa0-4d36-b2cf-02a00b6ac8b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:39,703 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:05:39,703 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69409823-ea01-4c5c-84ee-e86ef4d739f8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69409823-ea01-4c5c-84ee-e86ef4d739f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:40,762 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:05:40,762 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-584b57d8-db14-4023-93c9-dbf0bfc10c1f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-584b57d8-db14-4023-93c9-dbf0bfc10c1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:41,821 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:05:41,821 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64026289-fdd8-4896-9d19-a13233e7bc2e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64026289-fdd8-4896-9d19-a13233e7bc2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:42,882 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.047s 2022-09-13 20:05:42,882 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc817d5e-4d7e-4510-87ee-0e996486969a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc817d5e-4d7e-4510-87ee-0e996486969a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:43,940 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:05:43,940 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c227ffc-1cd7-4aa6-a3d3-3f204ac025fc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c227ffc-1cd7-4aa6-a3d3-3f204ac025fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:44,998 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:05:44,999 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc39a5e5-faa5-4f62-8ec8-8042388e531f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc39a5e5-faa5-4f62-8ec8-8042388e531f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:46,056 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:05:46,057 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eedcca7c-fe6f-4e0c-a617-9c9cc750a5d1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eedcca7c-fe6f-4e0c-a617-9c9cc750a5d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:47,116 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:05:47,117 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-feef5325-9eaa-49da-ac5d-8286a5062018', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-feef5325-9eaa-49da-ac5d-8286a5062018', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:48,175 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:05:48,175 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b39feb87-0240-45b8-90d2-e29e4d14e345', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b39feb87-0240-45b8-90d2-e29e4d14e345', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:49,233 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:05:49,233 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c43ae79-c77d-4442-8f4f-e0bac540ba86', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c43ae79-c77d-4442-8f4f-e0bac540ba86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:50,292 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:05:50,293 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fd47903-522d-4330-ba9a-dad9cc5aa4a2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fd47903-522d-4330-ba9a-dad9cc5aa4a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:51,351 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:05:51,351 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54dd4e17-8287-4896-a056-6cec92f52aca', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54dd4e17-8287-4896-a056-6cec92f52aca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:52,408 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:05:52,409 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bed2973-0124-4f33-ad13-51312897c8eb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bed2973-0124-4f33-ad13-51312897c8eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:53,466 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:05:53,466 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99efc8bd-699c-4dc7-aefb-5e6e5ad99588', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99efc8bd-699c-4dc7-aefb-5e6e5ad99588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:54,525 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:05:54,526 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf001975-00f1-44e7-91f6-cd27b870a33f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf001975-00f1-44e7-91f6-cd27b870a33f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:55,584 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:05:55,584 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f8c2f49-9d2d-4a87-aba0-2ef03dd11d67', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f8c2f49-9d2d-4a87-aba0-2ef03dd11d67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:56,645 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:05:56,645 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c08338ef-4788-44ca-9b0c-0c8b4dd12914', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c08338ef-4788-44ca-9b0c-0c8b4dd12914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:57,703 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:05:57,704 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36214ed9-c2d8-422f-a33c-979bb94940a3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36214ed9-c2d8-422f-a33c-979bb94940a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:58,762 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:05:58,762 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7a55d92-1e29-4866-bb0a-c8368b24214f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7a55d92-1e29-4866-bb0a-c8368b24214f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:05:59,824 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.048s 2022-09-13 20:05:59,825 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3de63891-9322-4cd4-aae1-bb2fe19d3110', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3de63891-9322-4cd4-aae1-bb2fe19d3110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:00,883 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:00,884 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de893b73-4b16-441e-b10a-baacde24583f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de893b73-4b16-441e-b10a-baacde24583f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:01,942 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:01,943 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-600a1aa4-54ad-459d-9d80-b37109e5c76b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-600a1aa4-54ad-459d-9d80-b37109e5c76b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:03,001 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:03,001 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bbda7af-b92c-4a58-b628-2b98aadc3a25', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bbda7af-b92c-4a58-b628-2b98aadc3a25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:04,059 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:04,059 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57589c5f-4e07-4e33-adcd-7ba162c2a89e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57589c5f-4e07-4e33-adcd-7ba162c2a89e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:05,118 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:06:05,119 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-544af928-74c3-4332-92ef-471bcd0c5ebb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-544af928-74c3-4332-92ef-471bcd0c5ebb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:06,182 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.048s 2022-09-13 20:06:06,182 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a155626-d6ae-4f83-b79b-a26f1efa8721', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a155626-d6ae-4f83-b79b-a26f1efa8721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:07,241 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:07,241 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d42a5dd-8d58-498e-a7f9-53397c00acfe', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d42a5dd-8d58-498e-a7f9-53397c00acfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:08,299 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:08,300 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3572ba1-2373-4cfe-a153-acaa214cb5fb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3572ba1-2373-4cfe-a153-acaa214cb5fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:09,359 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:06:09,360 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87926cc0-980e-490e-b799-2de26bf72c8e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87926cc0-980e-490e-b799-2de26bf72c8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:10,417 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:10,418 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fdceef4-8a83-47ad-88fc-be244b01fa42', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fdceef4-8a83-47ad-88fc-be244b01fa42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:11,476 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:06:11,476 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f73d9263-c123-4025-bdf4-afcbf5284e44', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f73d9263-c123-4025-bdf4-afcbf5284e44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:12,534 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:06:12,535 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72ffbe87-dc80-46e3-95e9-c177da3114f0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72ffbe87-dc80-46e3-95e9-c177da3114f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:13,595 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.047s 2022-09-13 20:06:13,596 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ce25530-fb7d-4eab-9568-2f970a72e871', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ce25530-fb7d-4eab-9568-2f970a72e871', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:14,658 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:06:14,659 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd844aca-ebb6-4fd5-8860-7a2199132933', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd844aca-ebb6-4fd5-8860-7a2199132933', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:15,716 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:15,717 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b815c21c-62f7-47c9-a71c-f9b04562552a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b815c21c-62f7-47c9-a71c-f9b04562552a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:16,775 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:16,776 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35ec3006-3405-4755-9179-0c5bd67eefc1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35ec3006-3405-4755-9179-0c5bd67eefc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:17,833 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:17,833 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53dec20d-fd94-4895-883f-de3317f848c6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53dec20d-fd94-4895-883f-de3317f848c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:18,892 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:18,892 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-904446fb-fc4b-497e-b585-f846434bcee6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-904446fb-fc4b-497e-b585-f846434bcee6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:19,949 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:06:19,949 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6b6599c-b38e-47d1-83d8-3b985ffe2bf9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6b6599c-b38e-47d1-83d8-3b985ffe2bf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:21,008 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:21,008 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bb63a3d-f993-430d-8e3f-9675d4132369', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bb63a3d-f993-430d-8e3f-9675d4132369', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:22,066 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:22,066 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99c70e98-a6bc-43a0-aabf-0c02f1c4d96f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99c70e98-a6bc-43a0-aabf-0c02f1c4d96f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:23,124 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:23,125 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec1a7c79-8efa-44f4-a7c3-179204d948c8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec1a7c79-8efa-44f4-a7c3-179204d948c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:24,183 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:24,183 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd5ed1a7-64ef-4f17-a7d2-dbc92cd17c99', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd5ed1a7-64ef-4f17-a7d2-dbc92cd17c99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:25,240 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:25,240 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09e83468-1d62-4938-97b3-37b0129b1348', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09e83468-1d62-4938-97b3-37b0129b1348', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:26,299 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:06:26,299 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d71711a5-df5f-4a88-8fe0-5b1caa3fc07a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d71711a5-df5f-4a88-8fe0-5b1caa3fc07a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:27,358 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:27,358 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d8363ac-1fe9-42ce-9855-474f667728a4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d8363ac-1fe9-42ce-9855-474f667728a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:28,419 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:06:28,419 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e788df75-88fa-4bcb-80f1-506703f9e404', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e788df75-88fa-4bcb-80f1-506703f9e404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:29,479 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:29,479 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c109906-51e4-4da3-b86d-30c4fa709970', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c109906-51e4-4da3-b86d-30c4fa709970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:30,538 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:06:30,538 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc6a47e9-e438-4664-b26e-072902a0b81f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc6a47e9-e438-4664-b26e-072902a0b81f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:31,601 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.049s 2022-09-13 20:06:31,601 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-152395b7-2874-4ee8-a21b-71eb6b895507', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-152395b7-2874-4ee8-a21b-71eb6b895507', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:32,660 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:32,660 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e25277d-99ed-4ba1-a518-a67c06759890', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e25277d-99ed-4ba1-a518-a67c06759890', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:33,718 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:33,718 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43dc6654-7eba-4f7e-adc5-3acc23cc54dd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43dc6654-7eba-4f7e-adc5-3acc23cc54dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:34,776 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:34,777 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2785feb-d831-43ff-af47-e8aaf6dc9a24', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2785feb-d831-43ff-af47-e8aaf6dc9a24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:35,837 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.046s 2022-09-13 20:06:35,838 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6199ca2-8883-4929-9d17-751091f0520b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6199ca2-8883-4929-9d17-751091f0520b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:36,897 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:06:36,898 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1d71115-a08f-4ae7-83c4-69cfc2f23494', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1d71115-a08f-4ae7-83c4-69cfc2f23494', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:37,959 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:37,960 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffdce368-1f09-4a13-a8f7-6064abd23559', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffdce368-1f09-4a13-a8f7-6064abd23559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:39,020 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.047s 2022-09-13 20:06:39,021 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29960fe9-6d74-48e9-b488-287628bc5b33', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29960fe9-6d74-48e9-b488-287628bc5b33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:40,080 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.045s 2022-09-13 20:06:40,080 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73cdd374-0316-42f9-a78f-05ad9d22ad0b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73cdd374-0316-42f9-a78f-05ad9d22ad0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:41,138 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:06:41,139 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cad2e3d-775d-46b5-93fd-623fb526cc2c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cad2e3d-775d-46b5-93fd-623fb526cc2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:42,197 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:42,197 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6f4ec7e-1b34-4c6b-923b-61a2d5cbd827', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6f4ec7e-1b34-4c6b-923b-61a2d5cbd827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:43,256 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:43,256 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-257b5535-75fe-4340-84c9-3a4247c27813', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-257b5535-75fe-4340-84c9-3a4247c27813', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:44,314 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:44,315 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eb53aa2-dc36-40b2-94c9-b027b7cfa5c9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eb53aa2-dc36-40b2-94c9-b027b7cfa5c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:45,372 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:45,372 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab2730f1-d0fb-4908-a0fb-723cf2ae6347', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab2730f1-d0fb-4908-a0fb-723cf2ae6347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:46,431 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:46,432 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fe0683d-b135-4173-9f58-da7209a106a0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fe0683d-b135-4173-9f58-da7209a106a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:47,490 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:47,490 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b75afc9-9f47-4a46-8fb9-a3c98c2ba98c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b75afc9-9f47-4a46-8fb9-a3c98c2ba98c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:48,553 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.048s 2022-09-13 20:06:48,553 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf4a1d90-0b99-4d99-aa01-e7135f870831', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf4a1d90-0b99-4d99-aa01-e7135f870831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:49,611 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.043s 2022-09-13 20:06:49,611 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74416d87-fafa-4e75-885e-719ad017dff9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74416d87-fafa-4e75-885e-719ad017dff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:50,672 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.047s 2022-09-13 20:06:50,673 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6d6a146-38d9-4e08-b1a6-973e92edda79', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6d6a146-38d9-4e08-b1a6-973e92edda79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:51,730 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:51,730 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc27bcdf-b5be-4339-8a97-0dccd7167118', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc27bcdf-b5be-4339-8a97-0dccd7167118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:52,788 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:52,788 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0456ae8e-9184-4d11-8d99-5d1dc53e128f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0456ae8e-9184-4d11-8d99-5d1dc53e128f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:53,846 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.044s 2022-09-13 20:06:53,846 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83cf6b57-93b7-444f-8f11-e90f8db8ab0b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83cf6b57-93b7-444f-8f11-e90f8db8ab0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:54,908 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c 0.047s 2022-09-13 20:06:54,908 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37d06a90-aafa-4761-a1dd-726dda97b9c2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37d06a90-aafa-4761-a1dd-726dda97b9c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c'} Body: b'{"volume": {"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:13.000000", "updated_at": "2022-09-13T20:00:55.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-373610841", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/b9320188c1f743f1bdf221bfa06b6f9a/volumes/4d83d347-1714-4247-8eab-ce284b77a99c"}], "user_id": "354753f56898466e8f1854745e658ffc", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "4d83d347-1714-4247-8eab-ce284b77a99c", "attachment_id": "563f5197-5dcb-44bb-aea4-617a1c7aaf58", "volume_id": "4d83d347-1714-4247-8eab-ce284b77a99c", "server_id": "babfebc1-c955-4974-bed5-9856673bf201", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-09-13T19:54:47.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a"}}' 2022-09-13 20:06:55,057 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.136s 2022-09-13 20:06:55,058 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:54 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-e0460e3a-2dc8-4b61-a359-ac856e7ee479', 'x-compute-request-id': 'req-e0460e3a-2dc8-4b61-a359-ac856e7ee479', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'' 2022-09-13 20:06:55,274 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.215s 2022-09-13 20:06:55,274 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7d2ca8b-8b35-4838-a867-4e3af61acd1c', 'x-compute-request-id': 'req-a7d2ca8b-8b35-4838-a867-4e3af61acd1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:06:56,439 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:06:56,439 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d089db9-9c87-4fae-9264-b5fc24a9ad85', 'x-compute-request-id': 'req-4d089db9-9c87-4fae-9264-b5fc24a9ad85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:06:57,770 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.315s 2022-09-13 20:06:57,770 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d54840cb-8c1c-4420-867d-5db82d5bbd61', 'x-compute-request-id': 'req-d54840cb-8c1c-4420-867d-5db82d5bbd61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:06:59,137 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.352s 2022-09-13 20:06:59,138 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ababdb0e-9fd2-4779-951b-ec3673adc1ba', 'x-compute-request-id': 'req-ababdb0e-9fd2-4779-951b-ec3673adc1ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:00,322 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.169s 2022-09-13 20:07:00,323 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc68fcc9-7b6d-4a22-b5b1-b75e73194335', 'x-compute-request-id': 'req-dc68fcc9-7b6d-4a22-b5b1-b75e73194335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:01,747 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.409s 2022-09-13 20:07:01,748 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac8c5aa9-8c71-49dd-b02e-819ec189e28c', 'x-compute-request-id': 'req-ac8c5aa9-8c71-49dd-b02e-819ec189e28c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:03,015 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.251s 2022-09-13 20:07:03,015 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3689322-1a21-4cab-aaa4-619e1c29804a', 'x-compute-request-id': 'req-e3689322-1a21-4cab-aaa4-619e1c29804a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:04,226 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.196s 2022-09-13 20:07:04,226 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3c74465-ed06-4deb-aea0-d266bafa0ad7', 'x-compute-request-id': 'req-f3c74465-ed06-4deb-aea0-d266bafa0ad7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:05,413 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.171s 2022-09-13 20:07:05,414 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7da1d734-d6ff-41f6-a251-cd8e08423d44', 'x-compute-request-id': 'req-7da1d734-d6ff-41f6-a251-cd8e08423d44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:06,582 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:07:06,583 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2cba99d-a076-4d17-96fe-efc6094ded6f', 'x-compute-request-id': 'req-a2cba99d-a076-4d17-96fe-efc6094ded6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:07,762 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.165s 2022-09-13 20:07:07,762 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe6af6c8-967f-410d-abab-01bbc7e2f557', 'x-compute-request-id': 'req-fe6af6c8-967f-410d-abab-01bbc7e2f557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:08,934 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:07:08,934 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bf10722-10d6-44b9-bb57-6b5d660d694e', 'x-compute-request-id': 'req-4bf10722-10d6-44b9-bb57-6b5d660d694e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:10,104 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:07:10,104 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80a674e5-bffc-4f7b-81ac-bb768e55d49b', 'x-compute-request-id': 'req-80a674e5-bffc-4f7b-81ac-bb768e55d49b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:11,270 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:07:11,270 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7c2f520-15ba-4c2c-a96a-191d2aee458c', 'x-compute-request-id': 'req-a7c2f520-15ba-4c2c-a96a-191d2aee458c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:12,437 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:07:12,438 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dace8ae3-2d29-46c7-a2bf-f975cd008619', 'x-compute-request-id': 'req-dace8ae3-2d29-46c7-a2bf-f975cd008619', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:13,612 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.159s 2022-09-13 20:07:13,612 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24fec075-c4ed-4ed8-8e46-c2df619f8e4e', 'x-compute-request-id': 'req-24fec075-c4ed-4ed8-8e46-c2df619f8e4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:14,786 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.159s 2022-09-13 20:07:14,786 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1cad75b-994e-4b4e-a6ab-0352feb311df', 'x-compute-request-id': 'req-c1cad75b-994e-4b4e-a6ab-0352feb311df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:15,957 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:07:15,958 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72a4cc3d-bfbe-47bf-8a85-62bf8ca05d88', 'x-compute-request-id': 'req-72a4cc3d-bfbe-47bf-8a85-62bf8ca05d88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:17,135 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.163s 2022-09-13 20:07:17,135 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c06002fd-9c85-4ade-8705-03aa5d34ed8b', 'x-compute-request-id': 'req-c06002fd-9c85-4ade-8705-03aa5d34ed8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:18,307 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:07:18,307 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-569beb1e-e168-4efd-a2d5-ff0237849280', 'x-compute-request-id': 'req-569beb1e-e168-4efd-a2d5-ff0237849280', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:19,476 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:07:19,476 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dde659aa-3bae-4b8a-8fe8-50aed8cb301b', 'x-compute-request-id': 'req-dde659aa-3bae-4b8a-8fe8-50aed8cb301b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:20,643 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:07:20,643 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3b827b7-6f38-4c3e-a58c-a03df1969d16', 'x-compute-request-id': 'req-f3b827b7-6f38-4c3e-a58c-a03df1969d16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:21,815 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:07:21,815 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8fc6306-4279-4d1c-8764-322fc641d17d', 'x-compute-request-id': 'req-a8fc6306-4279-4d1c-8764-322fc641d17d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:22,983 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:07:22,983 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03214c97-f2f9-4d16-b835-cbe7afb07f8c', 'x-compute-request-id': 'req-03214c97-f2f9-4d16-b835-cbe7afb07f8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:24,156 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.158s 2022-09-13 20:07:24,156 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d829c966-ced5-4846-8d60-45c2e1065613', 'x-compute-request-id': 'req-d829c966-ced5-4846-8d60-45c2e1065613', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:25,323 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:07:25,323 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e829647-10a7-4882-bb7a-07b3be8a3ca7', 'x-compute-request-id': 'req-8e829647-10a7-4882-bb7a-07b3be8a3ca7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:26,489 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:07:26,489 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe887dd6-37bd-4593-926b-d745cc6bc462', 'x-compute-request-id': 'req-fe887dd6-37bd-4593-926b-d745cc6bc462', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:27,660 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:07:27,661 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05e169ba-69a2-4236-94d4-4055958d4def', 'x-compute-request-id': 'req-05e169ba-69a2-4236-94d4-4055958d4def', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:28,832 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:07:28,832 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39301a54-d65e-4458-a8e8-c7dc931e347c', 'x-compute-request-id': 'req-39301a54-d65e-4458-a8e8-c7dc931e347c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:30,002 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:07:30,003 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23c5d6b2-b821-4fee-a3a5-d06620d81908', 'x-compute-request-id': 'req-23c5d6b2-b821-4fee-a3a5-d06620d81908', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:31,171 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:07:31,171 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8833f71c-2856-4009-85b2-e332066aac6e', 'x-compute-request-id': 'req-8833f71c-2856-4009-85b2-e332066aac6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:32,349 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.163s 2022-09-13 20:07:32,349 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78a1371c-93cd-4b61-b6a6-854d325f587b', 'x-compute-request-id': 'req-78a1371c-93cd-4b61-b6a6-854d325f587b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:33,520 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:07:33,520 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e994fe38-9ece-4505-a93c-c95c9e74e7ef', 'x-compute-request-id': 'req-e994fe38-9ece-4505-a93c-c95c9e74e7ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:34,691 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:07:34,691 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-705e32d4-3eb5-4033-b57e-442c1d5ea935', 'x-compute-request-id': 'req-705e32d4-3eb5-4033-b57e-442c1d5ea935', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:35,862 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:07:35,863 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3181798-dacc-44b3-bce7-6523a53038a5', 'x-compute-request-id': 'req-c3181798-dacc-44b3-bce7-6523a53038a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:37,030 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:07:37,030 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc8adebf-01b7-4625-8247-96124d1b9843', 'x-compute-request-id': 'req-cc8adebf-01b7-4625-8247-96124d1b9843', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:38,203 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.158s 2022-09-13 20:07:38,204 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09956d1d-5a58-4c9c-94b7-c45899ddf5da', 'x-compute-request-id': 'req-09956d1d-5a58-4c9c-94b7-c45899ddf5da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:39,373 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:07:39,374 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b4c125f-0775-43eb-af4d-6aa3f146663e', 'x-compute-request-id': 'req-5b4c125f-0775-43eb-af4d-6aa3f146663e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:40,539 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:07:40,540 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1a84625-055b-4f33-b802-dee8b9d383bd', 'x-compute-request-id': 'req-b1a84625-055b-4f33-b802-dee8b9d383bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:41,709 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:07:41,709 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d65e3ec-e44a-4e96-a40b-01e20156ac42', 'x-compute-request-id': 'req-0d65e3ec-e44a-4e96-a40b-01e20156ac42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:42,876 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:07:42,876 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2586de7e-f627-41f9-8797-0b3a5998a522', 'x-compute-request-id': 'req-2586de7e-f627-41f9-8797-0b3a5998a522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:44,049 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:07:44,049 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72a255c2-daf6-4ab8-bee4-943da3513d90', 'x-compute-request-id': 'req-72a255c2-daf6-4ab8-bee4-943da3513d90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:45,219 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:07:45,219 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-209e954f-e332-4ed7-8cf3-04282c2de8e2', 'x-compute-request-id': 'req-209e954f-e332-4ed7-8cf3-04282c2de8e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:46,396 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.161s 2022-09-13 20:07:46,396 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0a91f04-8e6f-4751-967c-8e6846d6b2aa', 'x-compute-request-id': 'req-a0a91f04-8e6f-4751-967c-8e6846d6b2aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:47,568 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:07:47,568 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fd51427-f1eb-4858-bd4e-d53908b51767', 'x-compute-request-id': 'req-8fd51427-f1eb-4858-bd4e-d53908b51767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:48,736 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:07:48,737 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a086c1f9-ba6f-4f4c-9f02-72917ebee337', 'x-compute-request-id': 'req-a086c1f9-ba6f-4f4c-9f02-72917ebee337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:49,908 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:07:49,908 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61d28e24-936e-4683-870f-0fc06b76b7fe', 'x-compute-request-id': 'req-61d28e24-936e-4683-870f-0fc06b76b7fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:51,073 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:07:51,074 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1ce7462-1994-4519-ab2d-beb673fdaeb2', 'x-compute-request-id': 'req-e1ce7462-1994-4519-ab2d-beb673fdaeb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:52,240 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:07:52,240 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7df1ba2-2d67-4dae-9af0-23e648ee2699', 'x-compute-request-id': 'req-e7df1ba2-2d67-4dae-9af0-23e648ee2699', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:53,650 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.396s 2022-09-13 20:07:53,651 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d636d0e4-9e02-434d-b073-51526afa9ffd', 'x-compute-request-id': 'req-d636d0e4-9e02-434d-b073-51526afa9ffd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:54,819 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:07:54,820 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2472bb75-ed7e-4647-a6e5-7e2d4f05c17b', 'x-compute-request-id': 'req-2472bb75-ed7e-4647-a6e5-7e2d4f05c17b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:55,992 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.158s 2022-09-13 20:07:55,993 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a21ead88-0d97-47ed-a533-2a1f526a543f', 'x-compute-request-id': 'req-a21ead88-0d97-47ed-a533-2a1f526a543f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:57,160 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:07:57,161 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e0097d4-7586-4ea8-88cd-efee90598846', 'x-compute-request-id': 'req-6e0097d4-7586-4ea8-88cd-efee90598846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:58,332 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:07:58,332 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5668845-4e3e-42d4-a859-8b6c1e356b69', 'x-compute-request-id': 'req-e5668845-4e3e-42d4-a859-8b6c1e356b69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:07:59,498 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:07:59,498 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:07:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c343e6df-2b8f-4203-9060-ebdd0c8babd0', 'x-compute-request-id': 'req-c343e6df-2b8f-4203-9060-ebdd0c8babd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:00,672 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.160s 2022-09-13 20:08:00,673 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e4f6ae9-92e3-4e7a-bbf5-c12c2322b74c', 'x-compute-request-id': 'req-6e4f6ae9-92e3-4e7a-bbf5-c12c2322b74c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:01,841 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:08:01,841 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9020c87-4778-473c-86bf-21b8fceedbee', 'x-compute-request-id': 'req-a9020c87-4778-473c-86bf-21b8fceedbee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:03,012 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:08:03,012 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-caa97e2c-65a4-40ec-b983-ad214aa1d3e7', 'x-compute-request-id': 'req-caa97e2c-65a4-40ec-b983-ad214aa1d3e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:04,182 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:08:04,183 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9828e958-3d18-4217-bce0-d956b91b4073', 'x-compute-request-id': 'req-9828e958-3d18-4217-bce0-d956b91b4073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:05,348 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:08:05,348 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98816f27-0ecc-4436-b94e-39374a2877b9', 'x-compute-request-id': 'req-98816f27-0ecc-4436-b94e-39374a2877b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:06,517 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:08:06,518 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f60971fa-3ab6-487a-bdfc-32f3965935eb', 'x-compute-request-id': 'req-f60971fa-3ab6-487a-bdfc-32f3965935eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:07,685 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:08:07,685 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f8179da-0b0d-43e8-b51f-cce685ae7b58', 'x-compute-request-id': 'req-4f8179da-0b0d-43e8-b51f-cce685ae7b58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:08,863 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.162s 2022-09-13 20:08:08,863 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15d494fb-38ca-4095-b192-fbe7792367e5', 'x-compute-request-id': 'req-15d494fb-38ca-4095-b192-fbe7792367e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:10,033 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:08:10,034 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1305239-9d24-4581-b2e3-6c3fa8df849d', 'x-compute-request-id': 'req-c1305239-9d24-4581-b2e3-6c3fa8df849d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:11,204 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:08:11,205 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-198ffad6-c1d0-4246-85f6-76cf1664039c', 'x-compute-request-id': 'req-198ffad6-c1d0-4246-85f6-76cf1664039c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:12,378 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.158s 2022-09-13 20:08:12,378 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c938535-a0de-4eac-a491-6643bf26fee6', 'x-compute-request-id': 'req-9c938535-a0de-4eac-a491-6643bf26fee6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:13,547 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:08:13,547 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-562f402d-14fc-4177-98f8-8b1e39faa67b', 'x-compute-request-id': 'req-562f402d-14fc-4177-98f8-8b1e39faa67b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:14,718 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:08:14,719 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be7b03a5-bced-47df-b53c-8f143ceb1ce8', 'x-compute-request-id': 'req-be7b03a5-bced-47df-b53c-8f143ceb1ce8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:15,894 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.161s 2022-09-13 20:08:15,895 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-790378ea-0024-4938-a6df-7d99432d4c34', 'x-compute-request-id': 'req-790378ea-0024-4938-a6df-7d99432d4c34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:17,074 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.163s 2022-09-13 20:08:17,074 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a964f811-5ce4-427a-87f8-8fc3709671ff', 'x-compute-request-id': 'req-a964f811-5ce4-427a-87f8-8fc3709671ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:18,249 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:08:18,250 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-145cdb8b-b64c-4450-8dac-1a615f617fb9', 'x-compute-request-id': 'req-145cdb8b-b64c-4450-8dac-1a615f617fb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:19,416 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:08:19,417 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0b87017-8392-4324-a29f-a30143031a6a', 'x-compute-request-id': 'req-f0b87017-8392-4324-a29f-a30143031a6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:20,591 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.159s 2022-09-13 20:08:20,591 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7001f68-9160-4a01-9d46-5fe69c925665', 'x-compute-request-id': 'req-c7001f68-9160-4a01-9d46-5fe69c925665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:21,759 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:08:21,759 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfe2c147-b2ea-486e-935f-9ff9715b56f5', 'x-compute-request-id': 'req-dfe2c147-b2ea-486e-935f-9ff9715b56f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:22,927 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:08:22,927 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8e09835-93df-42e3-88c8-f748411bdb6d', 'x-compute-request-id': 'req-a8e09835-93df-42e3-88c8-f748411bdb6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:24,102 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.160s 2022-09-13 20:08:24,102 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52a0f5ba-3345-4c22-855e-0723f09bba0d', 'x-compute-request-id': 'req-52a0f5ba-3345-4c22-855e-0723f09bba0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:25,269 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:08:25,270 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b70f144e-6454-4e5b-832e-d0a1aa9f634c', 'x-compute-request-id': 'req-b70f144e-6454-4e5b-832e-d0a1aa9f634c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:26,443 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:08:26,444 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a3e0c35-0144-4f3f-a002-5ec677e5aeb7', 'x-compute-request-id': 'req-1a3e0c35-0144-4f3f-a002-5ec677e5aeb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:27,610 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:08:27,611 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f251188e-8d14-4bb9-a45c-03f7e794b375', 'x-compute-request-id': 'req-f251188e-8d14-4bb9-a45c-03f7e794b375', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:28,780 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:08:28,781 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47a6e2f3-71e0-4c4e-9cf2-56caefd34777', 'x-compute-request-id': 'req-47a6e2f3-71e0-4c4e-9cf2-56caefd34777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:29,952 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:08:29,953 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3226d154-18fe-4d27-b3f6-82d4e8aa9a8e', 'x-compute-request-id': 'req-3226d154-18fe-4d27-b3f6-82d4e8aa9a8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:31,120 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:08:31,120 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-248b9444-3137-4d50-bcf0-7e04fb909bba', 'x-compute-request-id': 'req-248b9444-3137-4d50-bcf0-7e04fb909bba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:32,292 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:08:32,292 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee1176ab-fa22-4595-b9d4-a509ddadf15f', 'x-compute-request-id': 'req-ee1176ab-fa22-4595-b9d4-a509ddadf15f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:33,465 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.158s 2022-09-13 20:08:33,466 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b30b241b-b8a7-4bf3-9308-77863e44375f', 'x-compute-request-id': 'req-b30b241b-b8a7-4bf3-9308-77863e44375f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:34,636 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:08:34,636 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a0d9782-6141-4883-9216-454e47115663', 'x-compute-request-id': 'req-8a0d9782-6141-4883-9216-454e47115663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:35,807 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:08:35,807 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30b3f80a-04fa-4d3a-8eba-06f6d52d42c6', 'x-compute-request-id': 'req-30b3f80a-04fa-4d3a-8eba-06f6d52d42c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:36,973 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:08:36,973 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c51a622-d6ec-4714-9cff-e8021a98fceb', 'x-compute-request-id': 'req-0c51a622-d6ec-4714-9cff-e8021a98fceb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:38,145 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:08:38,145 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d439eb03-ed62-4269-b253-126136fd497d', 'x-compute-request-id': 'req-d439eb03-ed62-4269-b253-126136fd497d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:39,315 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:08:39,315 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-622c2c0d-c4f2-4127-8b32-42c4f2a9d085', 'x-compute-request-id': 'req-622c2c0d-c4f2-4127-8b32-42c4f2a9d085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:40,489 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.158s 2022-09-13 20:08:40,489 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5722ca9-7e99-41bc-831d-a529251ea1b9', 'x-compute-request-id': 'req-f5722ca9-7e99-41bc-831d-a529251ea1b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:41,664 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.159s 2022-09-13 20:08:41,665 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4abdf78e-30a7-416d-a671-fc683d64a0a7', 'x-compute-request-id': 'req-4abdf78e-30a7-416d-a671-fc683d64a0a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:42,833 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:08:42,834 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b382545-07b1-4964-a051-da4ac272147e', 'x-compute-request-id': 'req-1b382545-07b1-4964-a051-da4ac272147e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:44,000 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:08:44,001 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1396c75-ce21-43d3-911e-c172cf254bd1', 'x-compute-request-id': 'req-f1396c75-ce21-43d3-911e-c172cf254bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:45,172 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:08:45,172 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b585a918-5d13-47ed-be2d-51e18611ad8b', 'x-compute-request-id': 'req-b585a918-5d13-47ed-be2d-51e18611ad8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:46,343 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:08:46,343 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7e139d7-a3c9-4131-be82-7e8f3c90150d', 'x-compute-request-id': 'req-f7e139d7-a3c9-4131-be82-7e8f3c90150d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:47,517 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.159s 2022-09-13 20:08:47,517 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0f50a00-9ce3-40a1-bd96-f7eccfa904d4', 'x-compute-request-id': 'req-d0f50a00-9ce3-40a1-bd96-f7eccfa904d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:48,690 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:08:48,691 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8deb3d3a-0c86-4e5c-abc9-37665de9aa2e', 'x-compute-request-id': 'req-8deb3d3a-0c86-4e5c-abc9-37665de9aa2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:49,861 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:08:49,861 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60c1af2b-6929-406e-a950-cebd6fb66b6d', 'x-compute-request-id': 'req-60c1af2b-6929-406e-a950-cebd6fb66b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:51,029 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:08:51,029 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67b701c3-914e-42f8-9451-416110165014', 'x-compute-request-id': 'req-67b701c3-914e-42f8-9451-416110165014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:52,202 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.158s 2022-09-13 20:08:52,202 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7210493c-0fd3-4d8d-aaba-476b52cf7c0b', 'x-compute-request-id': 'req-7210493c-0fd3-4d8d-aaba-476b52cf7c0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:53,369 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:08:53,369 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16b48f8c-d9a5-4239-8b5f-4c984b75d340', 'x-compute-request-id': 'req-16b48f8c-d9a5-4239-8b5f-4c984b75d340', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:54,748 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.363s 2022-09-13 20:08:54,748 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2f26bd8-a3a0-4df3-869c-877af693ab1f', 'x-compute-request-id': 'req-a2f26bd8-a3a0-4df3-869c-877af693ab1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:55,917 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:08:55,917 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9323f858-e519-4798-b214-0b894a8c0dbd', 'x-compute-request-id': 'req-9323f858-e519-4798-b214-0b894a8c0dbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:57,099 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.166s 2022-09-13 20:08:57,099 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-940426f7-0507-45ac-9184-bac8729eb1fb', 'x-compute-request-id': 'req-940426f7-0507-45ac-9184-bac8729eb1fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:58,271 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:08:58,271 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37bfe84d-9188-4253-b087-d31b2ac431f2', 'x-compute-request-id': 'req-37bfe84d-9188-4253-b087-d31b2ac431f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:08:59,437 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:08:59,437 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:08:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e05d511e-fcbb-453b-b606-8a3186674b27', 'x-compute-request-id': 'req-e05d511e-fcbb-453b-b606-8a3186674b27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:00,611 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.159s 2022-09-13 20:09:00,612 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3425cb9b-284a-4bbe-967d-2f0370dc6a8b', 'x-compute-request-id': 'req-3425cb9b-284a-4bbe-967d-2f0370dc6a8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:01,783 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:09:01,783 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f1c4ebb-dcf7-46c8-953d-5ac06e9e7c2c', 'x-compute-request-id': 'req-7f1c4ebb-dcf7-46c8-953d-5ac06e9e7c2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:02,953 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:09:02,953 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fb922a1-21be-478c-a8b0-59da3160f40c', 'x-compute-request-id': 'req-0fb922a1-21be-478c-a8b0-59da3160f40c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:04,127 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.159s 2022-09-13 20:09:04,128 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2f8ec77-1c6d-42be-85dd-3e3f86c9b5c6', 'x-compute-request-id': 'req-b2f8ec77-1c6d-42be-85dd-3e3f86c9b5c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:05,294 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:09:05,294 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92e22f63-6602-4b22-81d7-85b32c041b95', 'x-compute-request-id': 'req-92e22f63-6602-4b22-81d7-85b32c041b95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:06,464 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:09:06,464 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c64b281-0cc2-4b50-a308-39b5af7e77c8', 'x-compute-request-id': 'req-2c64b281-0cc2-4b50-a308-39b5af7e77c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:07,629 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.149s 2022-09-13 20:09:07,629 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0652745-1be6-46cb-8da6-1cdcd005aac4', 'x-compute-request-id': 'req-e0652745-1be6-46cb-8da6-1cdcd005aac4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:08,799 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:09:08,800 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffdf2ce0-45c5-4f0f-9a5d-9757a242aab9', 'x-compute-request-id': 'req-ffdf2ce0-45c5-4f0f-9a5d-9757a242aab9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:09,973 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.159s 2022-09-13 20:09:09,974 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3f99e56-fd9b-4c18-adad-402ab0eb2530', 'x-compute-request-id': 'req-c3f99e56-fd9b-4c18-adad-402ab0eb2530', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:11,159 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.169s 2022-09-13 20:09:11,159 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15ffc40a-5357-41b0-a172-40f92b90c42d', 'x-compute-request-id': 'req-15ffc40a-5357-41b0-a172-40f92b90c42d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:12,338 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.163s 2022-09-13 20:09:12,339 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ad49f93-7629-4c13-be91-28db500be54b', 'x-compute-request-id': 'req-6ad49f93-7629-4c13-be91-28db500be54b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:13,535 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.181s 2022-09-13 20:09:13,535 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b4249e3-ba74-41e4-a9db-ffa920ce03be', 'x-compute-request-id': 'req-9b4249e3-ba74-41e4-a9db-ffa920ce03be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:14,711 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.162s 2022-09-13 20:09:14,712 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-122e64a2-13de-421b-882b-edf3190a9744', 'x-compute-request-id': 'req-122e64a2-13de-421b-882b-edf3190a9744', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:15,902 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.175s 2022-09-13 20:09:15,903 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-621d0c03-6000-45c9-97d3-6a3ed4a63282', 'x-compute-request-id': 'req-621d0c03-6000-45c9-97d3-6a3ed4a63282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:17,074 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:09:17,074 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0d40cd5-4dfa-4f7f-8b65-1c4b483d5c2f', 'x-compute-request-id': 'req-b0d40cd5-4dfa-4f7f-8b65-1c4b483d5c2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:18,243 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:09:18,243 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc57d0b8-61ab-4d3f-9422-766c1a964427', 'x-compute-request-id': 'req-bc57d0b8-61ab-4d3f-9422-766c1a964427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:19,417 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.159s 2022-09-13 20:09:19,418 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df4ec066-8356-453d-92c2-df5d89321516', 'x-compute-request-id': 'req-df4ec066-8356-453d-92c2-df5d89321516', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:20,584 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:09:20,585 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70442ed8-63b1-4423-8bf4-daf883113d54', 'x-compute-request-id': 'req-70442ed8-63b1-4423-8bf4-daf883113d54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:21,756 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:09:21,756 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b66ef7a1-47b0-4ea6-be35-016085866b89', 'x-compute-request-id': 'req-b66ef7a1-47b0-4ea6-be35-016085866b89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:22,923 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:09:22,923 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7099fe96-4a25-43e7-813e-1599abf8042c', 'x-compute-request-id': 'req-7099fe96-4a25-43e7-813e-1599abf8042c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:24,092 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:09:24,092 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1df3045-3251-4ea2-9966-c3e58452ca9c', 'x-compute-request-id': 'req-e1df3045-3251-4ea2-9966-c3e58452ca9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:25,260 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:09:25,260 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef211ff9-ea99-4582-a9a7-e5ca1c6dff79', 'x-compute-request-id': 'req-ef211ff9-ea99-4582-a9a7-e5ca1c6dff79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:26,429 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:09:26,429 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-809a5f54-f0e9-40e9-99ef-686bfc1ae26f', 'x-compute-request-id': 'req-809a5f54-f0e9-40e9-99ef-686bfc1ae26f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:27,598 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:09:27,599 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2801d62c-4e78-430d-8748-c6a17f19b670', 'x-compute-request-id': 'req-2801d62c-4e78-430d-8748-c6a17f19b670', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:28,775 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:09:28,775 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-262442f3-0ed6-47c5-831e-4e9b5c966c70', 'x-compute-request-id': 'req-262442f3-0ed6-47c5-831e-4e9b5c966c70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:29,941 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:09:29,942 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb611e2a-29a2-49c3-bf77-83648aa2ad14', 'x-compute-request-id': 'req-cb611e2a-29a2-49c3-bf77-83648aa2ad14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:31,107 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:09:31,108 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-880f3a77-481a-41c9-a537-c5f4311bdb76', 'x-compute-request-id': 'req-880f3a77-481a-41c9-a537-c5f4311bdb76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:32,275 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:09:32,275 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c3781be-5429-4d3c-aab5-e8206cf09db8', 'x-compute-request-id': 'req-7c3781be-5429-4d3c-aab5-e8206cf09db8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:33,443 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:09:33,444 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-758b34b5-5da6-41c5-9b2f-7c19052bac15', 'x-compute-request-id': 'req-758b34b5-5da6-41c5-9b2f-7c19052bac15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:34,620 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.161s 2022-09-13 20:09:34,621 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-775c73e8-ba63-42ae-a720-ec1bd6a873e6', 'x-compute-request-id': 'req-775c73e8-ba63-42ae-a720-ec1bd6a873e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:35,794 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:09:35,794 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddd73516-368c-46f8-89f8-dcc30934c534', 'x-compute-request-id': 'req-ddd73516-368c-46f8-89f8-dcc30934c534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:36,983 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.174s 2022-09-13 20:09:36,984 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7eb812e9-569f-4138-ade4-02e2c71d39d9', 'x-compute-request-id': 'req-7eb812e9-569f-4138-ade4-02e2c71d39d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:38,150 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:09:38,151 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac83a9aa-9413-476f-841e-54e72ac55f2f', 'x-compute-request-id': 'req-ac83a9aa-9413-476f-841e-54e72ac55f2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:39,324 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.158s 2022-09-13 20:09:39,324 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94bd160c-0912-440b-916a-d5da6e8d1906', 'x-compute-request-id': 'req-94bd160c-0912-440b-916a-d5da6e8d1906', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:40,493 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:09:40,493 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa05e948-41b8-4cf5-8759-96b7c3b7ae2b', 'x-compute-request-id': 'req-fa05e948-41b8-4cf5-8759-96b7c3b7ae2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:41,663 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:09:41,663 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f835805-2425-4aa7-9c7d-c98ddef59635', 'x-compute-request-id': 'req-3f835805-2425-4aa7-9c7d-c98ddef59635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:42,827 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.149s 2022-09-13 20:09:42,828 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccb81461-1678-4502-9381-7bff271eedd9', 'x-compute-request-id': 'req-ccb81461-1678-4502-9381-7bff271eedd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:43,992 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.149s 2022-09-13 20:09:43,993 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0db44d5e-50fa-4bfd-ae3a-0985baa53ff6', 'x-compute-request-id': 'req-0db44d5e-50fa-4bfd-ae3a-0985baa53ff6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:45,165 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:09:45,166 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db318e7b-896a-4900-a102-a993ebaaf096', 'x-compute-request-id': 'req-db318e7b-896a-4900-a102-a993ebaaf096', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:46,338 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.158s 2022-09-13 20:09:46,339 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2a2a3d4-d304-41b0-bd6d-c2a5dd9825b4', 'x-compute-request-id': 'req-e2a2a3d4-d304-41b0-bd6d-c2a5dd9825b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:47,509 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:09:47,510 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbfff3a9-c7d5-4bf3-a96b-36a8b4cf154f', 'x-compute-request-id': 'req-bbfff3a9-c7d5-4bf3-a96b-36a8b4cf154f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:48,684 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.159s 2022-09-13 20:09:48,684 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee90da61-9574-4061-b1a9-a0a0d5609673', 'x-compute-request-id': 'req-ee90da61-9574-4061-b1a9-a0a0d5609673', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:49,853 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:09:49,854 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70d05160-1760-479d-802f-ce8b47494618', 'x-compute-request-id': 'req-70d05160-1760-479d-802f-ce8b47494618', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:51,020 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:09:51,021 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2760caca-84c8-4905-b374-84acd1af972e', 'x-compute-request-id': 'req-2760caca-84c8-4905-b374-84acd1af972e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:52,186 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:09:52,186 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b200c13-2dd1-4a3b-989b-76fa194962e3', 'x-compute-request-id': 'req-9b200c13-2dd1-4a3b-989b-76fa194962e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:53,353 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:09:53,354 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-136dcd60-c3cf-4ae7-8552-10b328607906', 'x-compute-request-id': 'req-136dcd60-c3cf-4ae7-8552-10b328607906', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:54,522 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:09:54,523 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d74d10ad-5a3f-4af7-9b7d-bcb26c47e9b9', 'x-compute-request-id': 'req-d74d10ad-5a3f-4af7-9b7d-bcb26c47e9b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:55,696 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.159s 2022-09-13 20:09:55,697 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a24f5c9c-31bb-46d4-81e4-0d485d2fd617', 'x-compute-request-id': 'req-a24f5c9c-31bb-46d4-81e4-0d485d2fd617', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:56,863 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:09:56,863 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a528ecc-a4dc-4466-9c6e-b27626aaefef', 'x-compute-request-id': 'req-2a528ecc-a4dc-4466-9c6e-b27626aaefef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:58,034 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:09:58,035 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b99eec0e-9402-438a-842e-c091ef2a5552', 'x-compute-request-id': 'req-b99eec0e-9402-438a-842e-c091ef2a5552', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:09:59,203 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:09:59,204 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:09:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1698f9f6-55b0-4dcf-969d-f30dbb0ee677', 'x-compute-request-id': 'req-1698f9f6-55b0-4dcf-969d-f30dbb0ee677', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:00,371 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:10:00,371 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1a24da9-30ac-404d-b148-3f597e0caf2b', 'x-compute-request-id': 'req-a1a24da9-30ac-404d-b148-3f597e0caf2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:01,542 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:10:01,543 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25dd2583-71a5-4bd8-aac7-42b696f8690a', 'x-compute-request-id': 'req-25dd2583-71a5-4bd8-aac7-42b696f8690a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:02,715 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:10:02,716 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1088d53f-9004-480b-9dac-69bb25b29766', 'x-compute-request-id': 'req-1088d53f-9004-480b-9dac-69bb25b29766', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:03,881 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:10:03,881 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5da4ffa5-bb85-4bfc-ac29-775fa7b720aa', 'x-compute-request-id': 'req-5da4ffa5-bb85-4bfc-ac29-775fa7b720aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:05,056 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.159s 2022-09-13 20:10:05,057 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6e85c38-c23c-4fca-95bf-5887336f79f7', 'x-compute-request-id': 'req-e6e85c38-c23c-4fca-95bf-5887336f79f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:06,222 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:10:06,223 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d22e5cc-872b-4e7a-8733-185d2235fb7f', 'x-compute-request-id': 'req-1d22e5cc-872b-4e7a-8733-185d2235fb7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:07,398 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.160s 2022-09-13 20:10:07,399 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-120527f9-af0d-4b35-93f8-473176877fd9', 'x-compute-request-id': 'req-120527f9-af0d-4b35-93f8-473176877fd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:08,569 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:10:08,570 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09d8a223-657b-4bb2-b5a2-6d2563a04514', 'x-compute-request-id': 'req-09d8a223-657b-4bb2-b5a2-6d2563a04514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:09,742 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:10:09,742 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acf76268-a2dd-4d63-a31a-636e4a8beb06', 'x-compute-request-id': 'req-acf76268-a2dd-4d63-a31a-636e4a8beb06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:10,913 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:10:10,913 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db9a6e72-d59d-4f5a-ace4-5ed22ef405ac', 'x-compute-request-id': 'req-db9a6e72-d59d-4f5a-ace4-5ed22ef405ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:12,080 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:10:12,081 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76276a1e-a03a-4216-970e-25df6f0d69db', 'x-compute-request-id': 'req-76276a1e-a03a-4216-970e-25df6f0d69db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:13,248 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:10:13,248 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7264de52-6892-4492-9f35-904ced5bb6e4', 'x-compute-request-id': 'req-7264de52-6892-4492-9f35-904ced5bb6e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:14,419 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:10:14,420 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50dc46bf-648c-4114-94ab-4db84172311d', 'x-compute-request-id': 'req-50dc46bf-648c-4114-94ab-4db84172311d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:15,591 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:10:15,591 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa575e8d-8bb9-424d-99ea-3aecef1d4e2c', 'x-compute-request-id': 'req-aa575e8d-8bb9-424d-99ea-3aecef1d4e2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:16,767 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.161s 2022-09-13 20:10:16,767 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ae82eb0-7f19-4670-88ce-f08da80d42fa', 'x-compute-request-id': 'req-3ae82eb0-7f19-4670-88ce-f08da80d42fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:17,939 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:10:17,939 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7fcfeee-2559-498a-87b5-39e78d562eb3', 'x-compute-request-id': 'req-a7fcfeee-2559-498a-87b5-39e78d562eb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:19,103 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:10:19,104 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-962b6739-7a1b-427e-baad-ad5df6d09dea', 'x-compute-request-id': 'req-962b6739-7a1b-427e-baad-ad5df6d09dea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:20,271 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:10:20,271 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eddf8f69-4918-499e-9967-0e0b88c8cc0f', 'x-compute-request-id': 'req-eddf8f69-4918-499e-9967-0e0b88c8cc0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:21,452 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.166s 2022-09-13 20:10:21,453 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b121bb2-9e37-455e-9203-91c65ecd58c6', 'x-compute-request-id': 'req-0b121bb2-9e37-455e-9203-91c65ecd58c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:22,625 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.158s 2022-09-13 20:10:22,626 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-825eec2d-aa9c-456a-8c9c-ddebaffd0829', 'x-compute-request-id': 'req-825eec2d-aa9c-456a-8c9c-ddebaffd0829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:23,801 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.160s 2022-09-13 20:10:23,801 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5dcc2299-040a-42e7-a909-e87327660335', 'x-compute-request-id': 'req-5dcc2299-040a-42e7-a909-e87327660335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:24,969 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:10:24,969 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15cd4797-55b5-491e-9137-37faa398e694', 'x-compute-request-id': 'req-15cd4797-55b5-491e-9137-37faa398e694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:26,138 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:10:26,139 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6efa297-a287-475d-8316-06d389594d26', 'x-compute-request-id': 'req-e6efa297-a287-475d-8316-06d389594d26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:27,308 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:10:27,308 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e01076ba-b97d-4f21-936d-9e0e44f8c558', 'x-compute-request-id': 'req-e01076ba-b97d-4f21-936d-9e0e44f8c558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:28,478 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:10:28,478 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c457085-20cd-42f7-ad68-a767ad7cedf2', 'x-compute-request-id': 'req-7c457085-20cd-42f7-ad68-a767ad7cedf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:29,649 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:10:29,649 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c40b654-ebfe-4508-908c-68563de84dfc', 'x-compute-request-id': 'req-1c40b654-ebfe-4508-908c-68563de84dfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:30,825 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:10:30,825 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e108c063-8a9b-49ed-8d11-092effbc464b', 'x-compute-request-id': 'req-e108c063-8a9b-49ed-8d11-092effbc464b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:31,991 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:10:31,991 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9cd7be7-25bd-4c09-8699-b2d103328ab7', 'x-compute-request-id': 'req-b9cd7be7-25bd-4c09-8699-b2d103328ab7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:33,160 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:10:33,161 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19ea195e-5c0b-435f-9f3f-e1e39a25062e', 'x-compute-request-id': 'req-19ea195e-5c0b-435f-9f3f-e1e39a25062e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:34,326 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:10:34,326 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-113f8018-8310-4bfe-963a-d1b77abdfa50', 'x-compute-request-id': 'req-113f8018-8310-4bfe-963a-d1b77abdfa50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:35,501 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.160s 2022-09-13 20:10:35,501 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-400adf81-da77-49d9-9d71-fbdb0d16c8c4', 'x-compute-request-id': 'req-400adf81-da77-49d9-9d71-fbdb0d16c8c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:36,678 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:10:36,678 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c81b03e-2b4a-41c6-affb-4b5a7b499439', 'x-compute-request-id': 'req-0c81b03e-2b4a-41c6-affb-4b5a7b499439', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:37,852 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.159s 2022-09-13 20:10:37,852 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e646daf9-9a39-4997-ba4d-47cb97402227', 'x-compute-request-id': 'req-e646daf9-9a39-4997-ba4d-47cb97402227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:39,018 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:10:39,019 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-daee131e-88cc-4a16-a1f6-33801c1ea8fa', 'x-compute-request-id': 'req-daee131e-88cc-4a16-a1f6-33801c1ea8fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:40,184 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:10:40,185 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1a2fbd3-a56e-4baf-9e01-61652df8b78e', 'x-compute-request-id': 'req-d1a2fbd3-a56e-4baf-9e01-61652df8b78e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:41,360 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.160s 2022-09-13 20:10:41,360 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21123e3b-43f6-4e4b-8ace-f8bae906575c', 'x-compute-request-id': 'req-21123e3b-43f6-4e4b-8ace-f8bae906575c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:42,532 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.158s 2022-09-13 20:10:42,533 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-759fc55f-9536-45e0-84e8-e51482662b36', 'x-compute-request-id': 'req-759fc55f-9536-45e0-84e8-e51482662b36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:43,703 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:10:43,703 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d42f432-3b5f-4949-b073-db2b0ba14a16', 'x-compute-request-id': 'req-7d42f432-3b5f-4949-b073-db2b0ba14a16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:44,872 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:10:44,873 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-970883e9-6d31-46f1-a370-1ca579009d5d', 'x-compute-request-id': 'req-970883e9-6d31-46f1-a370-1ca579009d5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:46,040 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:10:46,041 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43aa161f-9117-4e23-bc22-8dc35910c479', 'x-compute-request-id': 'req-43aa161f-9117-4e23-bc22-8dc35910c479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:47,213 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.158s 2022-09-13 20:10:47,214 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60f44bd2-1435-49e1-bf29-e4950c8bd74e', 'x-compute-request-id': 'req-60f44bd2-1435-49e1-bf29-e4950c8bd74e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:48,391 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.162s 2022-09-13 20:10:48,391 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6a432b9-7a30-4687-99e7-e46708766aaf', 'x-compute-request-id': 'req-a6a432b9-7a30-4687-99e7-e46708766aaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:49,561 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:10:49,561 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f38752ec-1d13-459b-92e9-aca6892c300f', 'x-compute-request-id': 'req-f38752ec-1d13-459b-92e9-aca6892c300f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:50,732 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:10:50,733 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dca1d053-fed8-4c0f-9831-e0505297a0bd', 'x-compute-request-id': 'req-dca1d053-fed8-4c0f-9831-e0505297a0bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:51,905 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:10:51,906 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5ce92c7-0202-4c07-808f-9f1bde5dc3e5', 'x-compute-request-id': 'req-e5ce92c7-0202-4c07-808f-9f1bde5dc3e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:53,072 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:10:53,072 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90210c7b-70a2-4cd3-8e1d-0f636f47ddba', 'x-compute-request-id': 'req-90210c7b-70a2-4cd3-8e1d-0f636f47ddba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:54,244 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.149s 2022-09-13 20:10:54,245 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8238ffd4-9506-4308-b20e-5e302a88dfa0', 'x-compute-request-id': 'req-8238ffd4-9506-4308-b20e-5e302a88dfa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:55,411 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:10:55,411 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36a50c30-9bb9-41c7-800d-9de701b2e1cc', 'x-compute-request-id': 'req-36a50c30-9bb9-41c7-800d-9de701b2e1cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:56,585 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.159s 2022-09-13 20:10:56,585 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80ca1c78-f264-4a0c-99e2-0e17122605ab', 'x-compute-request-id': 'req-80ca1c78-f264-4a0c-99e2-0e17122605ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:57,997 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.397s 2022-09-13 20:10:57,998 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d73188a-55ee-4e44-aef5-f289f13f84b3', 'x-compute-request-id': 'req-0d73188a-55ee-4e44-aef5-f289f13f84b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:10:59,167 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:10:59,168 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:10:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0009575-b640-47fe-ad2e-22a26814b74c', 'x-compute-request-id': 'req-d0009575-b640-47fe-ad2e-22a26814b74c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:00,338 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:11:00,338 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-badc5ac1-f7f7-4d43-bb30-ff36a0c57221', 'x-compute-request-id': 'req-badc5ac1-f7f7-4d43-bb30-ff36a0c57221', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:01,504 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:11:01,504 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0a9d957-4ec7-4e98-903c-3441a8d36899', 'x-compute-request-id': 'req-f0a9d957-4ec7-4e98-903c-3441a8d36899', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:02,671 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:11:02,672 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4e8ed97-195b-4a45-a178-dd12e5d5f00d', 'x-compute-request-id': 'req-f4e8ed97-195b-4a45-a178-dd12e5d5f00d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:03,836 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:11:03,837 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c73916ce-f9b5-4f74-ad06-e5d981dd03c6', 'x-compute-request-id': 'req-c73916ce-f9b5-4f74-ad06-e5d981dd03c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:05,006 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:11:05,007 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29c9dc4a-f35b-4441-b74e-f7e6df2f23df', 'x-compute-request-id': 'req-29c9dc4a-f35b-4441-b74e-f7e6df2f23df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:06,185 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.164s 2022-09-13 20:11:06,186 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-545be567-1b8c-43a0-b6df-d70556416089', 'x-compute-request-id': 'req-545be567-1b8c-43a0-b6df-d70556416089', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:07,354 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:11:07,354 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99b3fb9b-3045-4f93-8a75-7d98cd255960', 'x-compute-request-id': 'req-99b3fb9b-3045-4f93-8a75-7d98cd255960', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:08,523 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:11:08,523 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-994b7e46-f593-4c6b-8c53-637970481531', 'x-compute-request-id': 'req-994b7e46-f593-4c6b-8c53-637970481531', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:09,698 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.159s 2022-09-13 20:11:09,698 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-426c9479-0823-428c-a8bd-be8325cfde8b', 'x-compute-request-id': 'req-426c9479-0823-428c-a8bd-be8325cfde8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:10,870 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:11:10,870 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b60603d-eaf2-48f9-9c98-67ea63b9a26e', 'x-compute-request-id': 'req-1b60603d-eaf2-48f9-9c98-67ea63b9a26e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:12,045 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.159s 2022-09-13 20:11:12,045 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1208c2e5-371a-420e-9496-1e9709bdde1b', 'x-compute-request-id': 'req-1208c2e5-371a-420e-9496-1e9709bdde1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:13,220 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.161s 2022-09-13 20:11:13,221 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-638f2aaa-2e5a-4ca1-8dbd-f9afd67dc644', 'x-compute-request-id': 'req-638f2aaa-2e5a-4ca1-8dbd-f9afd67dc644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:14,393 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:11:14,394 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e3d15a5-e667-4674-a842-c327d8621927', 'x-compute-request-id': 'req-7e3d15a5-e667-4674-a842-c327d8621927', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:15,562 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:11:15,562 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45841899-e554-4ef8-8aae-ec280a42e48b', 'x-compute-request-id': 'req-45841899-e554-4ef8-8aae-ec280a42e48b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:16,733 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:11:16,734 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0995513-867f-483b-ab2e-f4b6992a9b3d', 'x-compute-request-id': 'req-c0995513-867f-483b-ab2e-f4b6992a9b3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:17,903 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:11:17,903 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68d1ca5d-c7bc-4d6d-afe3-6f101bb561d8', 'x-compute-request-id': 'req-68d1ca5d-c7bc-4d6d-afe3-6f101bb561d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:19,074 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:11:19,074 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b50d55a6-5386-4ccf-9d27-ca541b14f719', 'x-compute-request-id': 'req-b50d55a6-5386-4ccf-9d27-ca541b14f719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:20,243 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:11:20,243 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55ebd3ba-0fee-474a-bde2-77c318fafef9', 'x-compute-request-id': 'req-55ebd3ba-0fee-474a-bde2-77c318fafef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:21,413 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:11:21,413 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4bdf811-2b2c-4bf7-9343-45bec929ff07', 'x-compute-request-id': 'req-e4bdf811-2b2c-4bf7-9343-45bec929ff07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:22,578 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:11:22,579 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b9c6966-c33f-4819-a3bd-d286ebdaec17', 'x-compute-request-id': 'req-1b9c6966-c33f-4819-a3bd-d286ebdaec17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:23,752 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.158s 2022-09-13 20:11:23,753 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c74aa4f-a82d-42f0-920f-0973ad32230c', 'x-compute-request-id': 'req-4c74aa4f-a82d-42f0-920f-0973ad32230c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:24,921 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:11:24,921 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-677f7c27-c3ed-42cc-b551-41d3aba07def', 'x-compute-request-id': 'req-677f7c27-c3ed-42cc-b551-41d3aba07def', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:26,093 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:11:26,094 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-daab5319-7d50-42e1-9bb6-1664a5c0e144', 'x-compute-request-id': 'req-daab5319-7d50-42e1-9bb6-1664a5c0e144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:27,264 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:11:27,265 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30765944-0861-48e1-a2cd-8467ed729b37', 'x-compute-request-id': 'req-30765944-0861-48e1-a2cd-8467ed729b37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:28,432 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:11:28,432 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-239151d3-aa74-4fdd-9dde-2755df092b51', 'x-compute-request-id': 'req-239151d3-aa74-4fdd-9dde-2755df092b51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:29,602 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:11:29,602 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9057595-6c1e-4672-82ba-2733a1570f90', 'x-compute-request-id': 'req-c9057595-6c1e-4672-82ba-2733a1570f90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:30,779 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.161s 2022-09-13 20:11:30,779 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-802c78bb-1f79-4109-a9db-298ab873b1ff', 'x-compute-request-id': 'req-802c78bb-1f79-4109-a9db-298ab873b1ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:31,952 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.158s 2022-09-13 20:11:31,953 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57d02634-17d4-454d-8e19-156ee0b8d8cf', 'x-compute-request-id': 'req-57d02634-17d4-454d-8e19-156ee0b8d8cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:33,127 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.161s 2022-09-13 20:11:33,128 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43bcaf7c-8d54-4bee-9c17-eeae287f39a4', 'x-compute-request-id': 'req-43bcaf7c-8d54-4bee-9c17-eeae287f39a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:34,295 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:11:34,295 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11ad46e9-d1e5-4195-87f6-91ff293c97f7', 'x-compute-request-id': 'req-11ad46e9-d1e5-4195-87f6-91ff293c97f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:35,463 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:11:35,463 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dcc2d50-e326-4f4f-9a69-d7ff395506f3', 'x-compute-request-id': 'req-2dcc2d50-e326-4f4f-9a69-d7ff395506f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:36,630 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:11:36,630 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b579cc8f-dfad-4f61-898e-ea5be95f5e17', 'x-compute-request-id': 'req-b579cc8f-dfad-4f61-898e-ea5be95f5e17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:37,799 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:11:37,800 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e19e05e4-0937-4894-bc5b-0e0e45ac60a4', 'x-compute-request-id': 'req-e19e05e4-0937-4894-bc5b-0e0e45ac60a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:38,970 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:11:38,971 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3129d91d-4249-4810-b14c-31e109100a04', 'x-compute-request-id': 'req-3129d91d-4249-4810-b14c-31e109100a04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:40,145 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.159s 2022-09-13 20:11:40,145 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1adff6dc-4b3a-442d-9cad-3de8c246c5b2', 'x-compute-request-id': 'req-1adff6dc-4b3a-442d-9cad-3de8c246c5b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:41,316 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:11:41,317 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-023bfc6f-73dc-4244-a82e-a83b0507920c', 'x-compute-request-id': 'req-023bfc6f-73dc-4244-a82e-a83b0507920c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:42,487 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:11:42,487 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-439d91b5-62b0-46bb-a8ec-ca8e44a63523', 'x-compute-request-id': 'req-439d91b5-62b0-46bb-a8ec-ca8e44a63523', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:43,657 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:11:43,657 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4352392-3d25-4303-b8af-13156ed4b20c', 'x-compute-request-id': 'req-d4352392-3d25-4303-b8af-13156ed4b20c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:44,822 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:11:44,822 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed885ca3-6b2a-4a8b-b276-11b27a8e0dc4', 'x-compute-request-id': 'req-ed885ca3-6b2a-4a8b-b276-11b27a8e0dc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:46,001 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.165s 2022-09-13 20:11:46,002 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6500fc0-8544-406e-8b81-d26e8676d5fb', 'x-compute-request-id': 'req-f6500fc0-8544-406e-8b81-d26e8676d5fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:47,171 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:11:47,171 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-549aaf45-0615-446d-af86-c1e76461ede4', 'x-compute-request-id': 'req-549aaf45-0615-446d-af86-c1e76461ede4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:48,348 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.162s 2022-09-13 20:11:48,349 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3ecaa8a-8ada-4fc3-92c4-e196e30ea21c', 'x-compute-request-id': 'req-f3ecaa8a-8ada-4fc3-92c4-e196e30ea21c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:49,514 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:11:49,515 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97970aa0-ac10-43e1-b046-5fa96a90c0de', 'x-compute-request-id': 'req-97970aa0-ac10-43e1-b046-5fa96a90c0de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:50,687 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:11:50,687 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95782bc3-80dd-447e-a01b-844b9401cf6c', 'x-compute-request-id': 'req-95782bc3-80dd-447e-a01b-844b9401cf6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:51,860 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:11:51,861 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf6c589c-3d90-408e-a160-9332d41e1708', 'x-compute-request-id': 'req-bf6c589c-3d90-408e-a160-9332d41e1708', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:53,033 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:11:53,034 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b159a7e0-e438-40c7-90dd-a7bf98228872', 'x-compute-request-id': 'req-b159a7e0-e438-40c7-90dd-a7bf98228872', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:54,201 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:11:54,202 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-166c5231-ccf7-4d72-9de7-6e73e6305599', 'x-compute-request-id': 'req-166c5231-ccf7-4d72-9de7-6e73e6305599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:55,374 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:11:55,374 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-907c10bb-779b-4cfe-87c6-32c97a45e732', 'x-compute-request-id': 'req-907c10bb-779b-4cfe-87c6-32c97a45e732', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:56,538 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:11:56,539 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2199fdd-eb64-4e11-9fe9-43143d50f1df', 'x-compute-request-id': 'req-f2199fdd-eb64-4e11-9fe9-43143d50f1df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:57,753 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.199s 2022-09-13 20:11:57,753 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b2aa76e-9902-4705-bbdd-ee5644e6dd99', 'x-compute-request-id': 'req-2b2aa76e-9902-4705-bbdd-ee5644e6dd99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:11:58,923 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:11:58,924 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95662f4d-3cea-476e-88e5-10d2fafd2c99', 'x-compute-request-id': 'req-95662f4d-3cea-476e-88e5-10d2fafd2c99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:00,093 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:12:00,093 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:11:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-913e6b5e-5f58-4a72-b746-cbfa42913b56', 'x-compute-request-id': 'req-913e6b5e-5f58-4a72-b746-cbfa42913b56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:01,265 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:12:01,266 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94a811ab-ed37-4483-98b5-2ca0092afbf9', 'x-compute-request-id': 'req-94a811ab-ed37-4483-98b5-2ca0092afbf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:02,449 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.169s 2022-09-13 20:12:02,450 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43217e94-66d4-461b-830b-20f0a9cc3c6e', 'x-compute-request-id': 'req-43217e94-66d4-461b-830b-20f0a9cc3c6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:03,615 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:12:03,615 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49a49d1c-e759-4d5f-8923-2ffcc9b657bb', 'x-compute-request-id': 'req-49a49d1c-e759-4d5f-8923-2ffcc9b657bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:04,782 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:12:04,783 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccb242ba-427f-438d-8ffd-c9fa67f6a1c8', 'x-compute-request-id': 'req-ccb242ba-427f-438d-8ffd-c9fa67f6a1c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:05,952 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:12:05,952 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9c7abbd-d601-4e92-bb8f-691daa4a6f96', 'x-compute-request-id': 'req-b9c7abbd-d601-4e92-bb8f-691daa4a6f96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:07,114 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.148s 2022-09-13 20:12:07,115 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e65936b3-c132-4954-8153-e0466461ec6a', 'x-compute-request-id': 'req-e65936b3-c132-4954-8153-e0466461ec6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:08,289 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.159s 2022-09-13 20:12:08,290 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e6b802f-da4b-4af0-8c06-4b1183097fde', 'x-compute-request-id': 'req-9e6b802f-da4b-4af0-8c06-4b1183097fde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:09,458 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:12:09,458 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd584ed3-8f50-44a9-9c76-7f655d063d5b', 'x-compute-request-id': 'req-fd584ed3-8f50-44a9-9c76-7f655d063d5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:10,623 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.149s 2022-09-13 20:12:10,624 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46a9db61-1f23-457d-b9b9-2522c0aa1ab9', 'x-compute-request-id': 'req-46a9db61-1f23-457d-b9b9-2522c0aa1ab9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:11,790 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:12:11,791 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fbab4f3-8ae0-4bba-ad66-5b610c0a4332', 'x-compute-request-id': 'req-4fbab4f3-8ae0-4bba-ad66-5b610c0a4332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:12,964 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.158s 2022-09-13 20:12:12,964 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d5e20ba-33ab-4853-b2f0-671d0e958861', 'x-compute-request-id': 'req-7d5e20ba-33ab-4853-b2f0-671d0e958861', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:14,130 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:12:14,131 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ffec398-5db1-474f-a502-9df783050052', 'x-compute-request-id': 'req-5ffec398-5db1-474f-a502-9df783050052', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:15,300 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:12:15,301 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-537b0cf2-d95e-401a-994e-bebd74e96e9d', 'x-compute-request-id': 'req-537b0cf2-d95e-401a-994e-bebd74e96e9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:16,471 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:12:16,471 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf9fab0a-b163-483f-8989-0b3a06871981', 'x-compute-request-id': 'req-cf9fab0a-b163-483f-8989-0b3a06871981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:17,638 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:12:17,638 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cc2dc99-4333-4e10-9e2e-d3cc2f918184', 'x-compute-request-id': 'req-6cc2dc99-4333-4e10-9e2e-d3cc2f918184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:18,803 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:12:18,803 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54130261-52ec-4a90-8491-9866cf0ba5ea', 'x-compute-request-id': 'req-54130261-52ec-4a90-8491-9866cf0ba5ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:19,970 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:12:19,970 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d45fd29-ef96-45b0-8f2a-1b058045728c', 'x-compute-request-id': 'req-0d45fd29-ef96-45b0-8f2a-1b058045728c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:21,139 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:12:21,139 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00c1d3de-29eb-4e85-8618-c2f35fcfa590', 'x-compute-request-id': 'req-00c1d3de-29eb-4e85-8618-c2f35fcfa590', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:22,309 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:12:22,309 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c92768b7-5a22-4200-9778-b1502f1d2aaa', 'x-compute-request-id': 'req-c92768b7-5a22-4200-9778-b1502f1d2aaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:23,484 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.160s 2022-09-13 20:12:23,485 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1c2f4e1-055f-4a53-95e5-971605c00116', 'x-compute-request-id': 'req-d1c2f4e1-055f-4a53-95e5-971605c00116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:24,671 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.171s 2022-09-13 20:12:24,671 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-919f9f75-bb0a-4182-89e0-06fc1fe8e6a9', 'x-compute-request-id': 'req-919f9f75-bb0a-4182-89e0-06fc1fe8e6a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:25,835 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.149s 2022-09-13 20:12:25,836 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9982755-f31f-460d-b4eb-4fc68c8136c2', 'x-compute-request-id': 'req-e9982755-f31f-460d-b4eb-4fc68c8136c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:27,003 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:12:27,003 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-184152dc-946e-4850-aba3-623210ba9a49', 'x-compute-request-id': 'req-184152dc-946e-4850-aba3-623210ba9a49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:28,170 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:12:28,171 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4e45dea-7cc4-482b-810b-2b4fe3b3e37b', 'x-compute-request-id': 'req-b4e45dea-7cc4-482b-810b-2b4fe3b3e37b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:29,343 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:12:29,343 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9da517f-929c-42e8-9db0-a55ded360a22', 'x-compute-request-id': 'req-b9da517f-929c-42e8-9db0-a55ded360a22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:30,511 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:12:30,512 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c32b08fb-37f9-4542-b0c0-4e3344a46fd4', 'x-compute-request-id': 'req-c32b08fb-37f9-4542-b0c0-4e3344a46fd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:31,679 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:12:31,679 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2a2caa7-c414-4003-84a7-32ecbc2397a8', 'x-compute-request-id': 'req-b2a2caa7-c414-4003-84a7-32ecbc2397a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:32,846 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:12:32,846 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25733d87-9198-47b6-8264-7c1898600feb', 'x-compute-request-id': 'req-25733d87-9198-47b6-8264-7c1898600feb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:34,013 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:12:34,014 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e47f262-e601-4abb-bc3a-d1ddc52a6ad5', 'x-compute-request-id': 'req-9e47f262-e601-4abb-bc3a-d1ddc52a6ad5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:35,187 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.158s 2022-09-13 20:12:35,187 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82eb18fc-cab2-4020-b295-ebb8ebc86dcb', 'x-compute-request-id': 'req-82eb18fc-cab2-4020-b295-ebb8ebc86dcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:36,364 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.163s 2022-09-13 20:12:36,365 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c224cfba-d8ea-4fe8-b202-12498acc902e', 'x-compute-request-id': 'req-c224cfba-d8ea-4fe8-b202-12498acc902e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:37,534 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:12:37,534 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a605b93-df4d-4670-8a25-ee5ec37f703e', 'x-compute-request-id': 'req-3a605b93-df4d-4670-8a25-ee5ec37f703e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:38,704 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:12:38,704 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25e2f1a9-52ea-4222-9e83-151bf180c81b', 'x-compute-request-id': 'req-25e2f1a9-52ea-4222-9e83-151bf180c81b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:39,869 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:12:39,870 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6371a0cf-15b7-4121-8e68-83f7d8aa8825', 'x-compute-request-id': 'req-6371a0cf-15b7-4121-8e68-83f7d8aa8825', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:41,038 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:12:41,038 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b8f0fcb-b9ee-41b8-896b-672bb5c5e65f', 'x-compute-request-id': 'req-3b8f0fcb-b9ee-41b8-896b-672bb5c5e65f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:42,208 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.155s 2022-09-13 20:12:42,209 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98161e96-cf1c-4f38-8287-8696ac07d0d3', 'x-compute-request-id': 'req-98161e96-cf1c-4f38-8287-8696ac07d0d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:43,383 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.159s 2022-09-13 20:12:43,384 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0217d9d-b0ba-4d35-a5a8-961ad3091121', 'x-compute-request-id': 'req-f0217d9d-b0ba-4d35-a5a8-961ad3091121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:44,556 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.157s 2022-09-13 20:12:44,557 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a76b7b9a-37f5-4d4d-aaf1-712840b06cae', 'x-compute-request-id': 'req-a76b7b9a-37f5-4d4d-aaf1-712840b06cae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:45,725 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.154s 2022-09-13 20:12:45,726 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c957da5-4c52-497b-8368-8302057b562f', 'x-compute-request-id': 'req-7c957da5-4c52-497b-8368-8302057b562f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:46,903 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.163s 2022-09-13 20:12:46,903 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00dbff2a-905c-4e9d-a3d9-f7aa6416af78', 'x-compute-request-id': 'req-00dbff2a-905c-4e9d-a3d9-f7aa6416af78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:48,068 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:12:48,068 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0a80c05-2e0d-45d7-8872-a6ec48e503e8', 'x-compute-request-id': 'req-d0a80c05-2e0d-45d7-8872-a6ec48e503e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:49,238 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:12:49,238 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c8ced31-6e7d-4b7b-afe3-7d45af7e44be', 'x-compute-request-id': 'req-6c8ced31-6e7d-4b7b-afe3-7d45af7e44be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:50,407 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.153s 2022-09-13 20:12:50,407 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d6a29c6-84c5-4efb-b18c-4da2c82b72d8', 'x-compute-request-id': 'req-4d6a29c6-84c5-4efb-b18c-4da2c82b72d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:51,578 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.156s 2022-09-13 20:12:51,579 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbf453f1-31a1-4050-b96d-ebec02067874', 'x-compute-request-id': 'req-dbf453f1-31a1-4050-b96d-ebec02067874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:52,744 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.150s 2022-09-13 20:12:52,744 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e19440d-f4b6-49b9-8915-83687e16e5d5', 'x-compute-request-id': 'req-4e19440d-f4b6-49b9-8915-83687e16e5d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:53,910 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.151s 2022-09-13 20:12:53,911 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a337e33f-7d4b-403b-b7c7-c890b6f366c4', 'x-compute-request-id': 'req-a337e33f-7d4b-403b-b7c7-c890b6f366c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' 2022-09-13 20:12:55,078 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201 0.152s 2022-09-13 20:12:55,078 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24af3863-16e6-4c10-b6e1-5254d0574c57', 'x-compute-request-id': 'req-24af3863-16e6-4c10-b6e1-5254d0574c57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201'} Body: b'{"server": {"id": "babfebc1-c955-4974-bed5-9856673bf201", "name": "tempest-VolumesSnapshotTestJSON-instance-975365480", "status": "ACTIVE", "tenant_id": "b9320188c1f743f1bdf221bfa06b6f9a", "user_id": "354753f56898466e8f1854745e658ffc", "metadata": {}, "hostId": "ff5e6c9ac3f0a57c2e5ffbc63ad9b9ece97fb7df9b70b41bd4e541fc", "image": {"id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/images/9fda36ae-cf5f-4d86-80e9-162b3553116f"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.15/compute/flavors/452"}]}, "created": "2022-09-13T19:53:57Z", "updated": "2022-09-13T20:06:55Z", "addresses": {"tempest-VolumesSnapshotTestJSON-48857745-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:ac:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.15/compute/v2.1/servers/babfebc1-c955-4974-bed5-9856673bf201"}, {"rel": "bookmark", "href": "http://10.222.0.15/compute/servers/babfebc1-c955-4974-bed5-9856673bf201"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-09-13T19:54:11.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": "4d83d347-1714-4247-8eab-ce284b77a99c"}]}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 4d83d347-1714-4247-8eab-ce284b77a99c failed to reach available status (current detaching) within the required time (360 s). }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 146, in wait_for_server_termination raise lib_exc.TimeoutException tempest.lib.exceptions.TimeoutException: Request timed out Details: None }}} 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 59, in test_snapshot_create_delete_with_volume_in_use snapshot1 = self.create_snapshot(volume['id'], force=True) File "/opt/stack/tempest/tempest/api/volume/base.py", line 146, in create_snapshot waiters.wait_for_volume_resource_status(cls.snapshots_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: snapshot 38c2fdc8-2483-4b83-916e-f2ac9e729630 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
ft11.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:'': {{{ 2022-09-13 20:12:55,443 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 202 POST http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots 0.134s 2022-09-13 20:12:55,444 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987"}} Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1511e1b2-d3b5-43b4-905a-bcf0c72151a8', 'content-length': '380', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1511e1b2-d3b5-43b4-905a-bcf0c72151a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.387389", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}}}' 2022-09-13 20:12:55,474 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.025s 2022-09-13 20:12:55,474 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0da0f10b-6190-48a7-bf4f-53859a366a82', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0da0f10b-6190-48a7-bf4f-53859a366a82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:12:56,503 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.023s 2022-09-13 20:12:56,503 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1135d8f-ba2e-4f84-b3c4-baebc935c445', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1135d8f-ba2e-4f84-b3c4-baebc935c445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:12:57,531 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.022s 2022-09-13 20:12:57,532 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56973b84-a402-411c-a75a-8511c332beed', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56973b84-a402-411c-a75a-8511c332beed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:12:58,559 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.023s 2022-09-13 20:12:58,559 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6241c9e4-8d76-465d-87ed-d122daeac9e9', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6241c9e4-8d76-465d-87ed-d122daeac9e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:12:59,587 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.022s 2022-09-13 20:12:59,587 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:12:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ad285d2-a8e3-4ee3-83b4-051e3982c541', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ad285d2-a8e3-4ee3-83b4-051e3982c541', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:00,634 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.042s 2022-09-13 20:13:00,634 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bb24450-2f18-48ea-892a-2e06378a14b3', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bb24450-2f18-48ea-892a-2e06378a14b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:01,709 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.070s 2022-09-13 20:13:01,709 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d261b42b-cdd3-4ebd-91bf-dc29df5d010a', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d261b42b-cdd3-4ebd-91bf-dc29df5d010a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:02,759 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.044s 2022-09-13 20:13:02,760 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91e41ab7-21de-4289-a666-4f392ccd39f8', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91e41ab7-21de-4289-a666-4f392ccd39f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:03,816 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.050s 2022-09-13 20:13:03,816 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2957f799-0b68-4e52-8a3b-7c5e7b6ee78a', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2957f799-0b68-4e52-8a3b-7c5e7b6ee78a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:04,878 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.056s 2022-09-13 20:13:04,879 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-582d0a9a-7873-4d5b-b13e-43c23258912f', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-582d0a9a-7873-4d5b-b13e-43c23258912f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:05,936 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.052s 2022-09-13 20:13:05,937 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aab91558-a299-4b93-a3d6-e4aa0d29afc3', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aab91558-a299-4b93-a3d6-e4aa0d29afc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:06,992 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.051s 2022-09-13 20:13:06,993 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac9b0fe3-428e-423e-a616-04b31cef7631', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac9b0fe3-428e-423e-a616-04b31cef7631', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:08,047 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.050s 2022-09-13 20:13:08,048 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84723e84-cb1d-449a-8a3b-500f0228b2f0', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84723e84-cb1d-449a-8a3b-500f0228b2f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:09,111 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.058s 2022-09-13 20:13:09,111 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fdb28d2-0b75-48c4-ae4e-45ce82a1cb1a', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fdb28d2-0b75-48c4-ae4e-45ce82a1cb1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:10,163 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.047s 2022-09-13 20:13:10,164 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b785b63-34f5-4c27-97ac-9757824d1223', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b785b63-34f5-4c27-97ac-9757824d1223', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:11,283 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.114s 2022-09-13 20:13:11,283 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86919bc8-7f0f-4f2c-b40e-c802234d038c', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86919bc8-7f0f-4f2c-b40e-c802234d038c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:12,336 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.048s 2022-09-13 20:13:12,337 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e2b9196-5982-4074-89f8-e184d954366c', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e2b9196-5982-4074-89f8-e184d954366c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:13,393 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.049s 2022-09-13 20:13:13,393 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00a3e5e7-d256-4ac6-8cc7-9f970fa8b725', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00a3e5e7-d256-4ac6-8cc7-9f970fa8b725', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:14,447 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.048s 2022-09-13 20:13:14,447 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34597d0d-f1e8-486a-acc8-7ac0f41c81bc', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34597d0d-f1e8-486a-acc8-7ac0f41c81bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:15,495 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.042s 2022-09-13 20:13:15,495 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d244bee5-4af8-40ea-84bf-69de92b08fa3', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d244bee5-4af8-40ea-84bf-69de92b08fa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:16,546 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.045s 2022-09-13 20:13:16,547 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e18979b-fc0b-4c31-8a3c-fcc9a340318b', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e18979b-fc0b-4c31-8a3c-fcc9a340318b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:17,599 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.047s 2022-09-13 20:13:17,599 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd375c66-fc7a-4919-ad4c-895ef27fe610', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd375c66-fc7a-4919-ad4c-895ef27fe610', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:18,651 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.046s 2022-09-13 20:13:18,651 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b51092bf-6ef3-4849-a765-33b1d8428b88', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b51092bf-6ef3-4849-a765-33b1d8428b88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:19,706 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.049s 2022-09-13 20:13:19,707 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8208e5d8-6ca3-40fd-99c4-36dc62ed72c3', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8208e5d8-6ca3-40fd-99c4-36dc62ed72c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:20,763 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.051s 2022-09-13 20:13:20,764 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-951a8754-f3dc-47f5-9744-a035f0ea306d', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-951a8754-f3dc-47f5-9744-a035f0ea306d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:21,816 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.046s 2022-09-13 20:13:21,816 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a587b560-6d08-4296-ad27-238088a170b2', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a587b560-6d08-4296-ad27-238088a170b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:22,872 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.050s 2022-09-13 20:13:22,872 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8268b6fb-bc81-4238-9b08-73d5db59a3e1', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8268b6fb-bc81-4238-9b08-73d5db59a3e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:23,933 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.055s 2022-09-13 20:13:23,934 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-820e2a5d-cc83-468f-ae9e-3f2c7fdedf64', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-820e2a5d-cc83-468f-ae9e-3f2c7fdedf64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:24,988 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.049s 2022-09-13 20:13:24,989 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dac8c178-508a-4923-9cb5-e8e0c7e66f05', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dac8c178-508a-4923-9cb5-e8e0c7e66f05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:26,046 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.052s 2022-09-13 20:13:26,046 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b57e66f-1ae1-4a6d-87c0-89611d32c3a5', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b57e66f-1ae1-4a6d-87c0-89611d32c3a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:27,101 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.050s 2022-09-13 20:13:27,101 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1a1a10d-f5b1-4e9a-8316-75b5076925f1', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1a1a10d-f5b1-4e9a-8316-75b5076925f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:28,160 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.052s 2022-09-13 20:13:28,160 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2a7303c-9a41-429b-8f86-af3d75418c9d', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2a7303c-9a41-429b-8f86-af3d75418c9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:29,220 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.055s 2022-09-13 20:13:29,221 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa43d301-1800-4330-8c2e-26855548b96e', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa43d301-1800-4330-8c2e-26855548b96e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:30,275 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.049s 2022-09-13 20:13:30,275 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b8f8283-dd55-4a40-a273-3d167b64b639', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b8f8283-dd55-4a40-a273-3d167b64b639', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:31,331 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.050s 2022-09-13 20:13:31,332 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1f7b5b3-f308-4344-8acc-d5fe22212f90', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1f7b5b3-f308-4344-8acc-d5fe22212f90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:32,398 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.060s 2022-09-13 20:13:32,398 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b851291-996c-449f-a09c-a6da0deb1614', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b851291-996c-449f-a09c-a6da0deb1614', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:33,457 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.053s 2022-09-13 20:13:33,457 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-006b1faa-3ad0-4afb-a356-26b4bffe2769', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-006b1faa-3ad0-4afb-a356-26b4bffe2769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:34,507 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.045s 2022-09-13 20:13:34,508 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9cb1b9a-cbb9-4c1e-80d0-ce047d4c7723', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9cb1b9a-cbb9-4c1e-80d0-ce047d4c7723', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:35,566 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.053s 2022-09-13 20:13:35,567 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44c9c4fd-0bf5-4ef3-91f5-f461e2f8a37a', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44c9c4fd-0bf5-4ef3-91f5-f461e2f8a37a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:36,623 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.052s 2022-09-13 20:13:36,624 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d8d8ecb-3e75-4533-a4ef-2d2a90fd11c0', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d8d8ecb-3e75-4533-a4ef-2d2a90fd11c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:37,681 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.053s 2022-09-13 20:13:37,682 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f75e13fb-d68a-4392-a26e-a7eb0960301f', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f75e13fb-d68a-4392-a26e-a7eb0960301f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:38,744 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.057s 2022-09-13 20:13:38,744 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35abc6e0-39df-4bb9-aa73-6e65625791e1', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35abc6e0-39df-4bb9-aa73-6e65625791e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:39,817 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.067s 2022-09-13 20:13:39,817 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fafc4131-f5ca-49a5-86e6-f4a57765f914', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fafc4131-f5ca-49a5-86e6-f4a57765f914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:40,870 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.047s 2022-09-13 20:13:40,870 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cad2c8dd-18a1-4a1f-b8dc-52dddef08096', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cad2c8dd-18a1-4a1f-b8dc-52dddef08096', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:41,931 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.055s 2022-09-13 20:13:41,931 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfef8fde-ac29-4bf1-a04a-ebda180e7eae', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfef8fde-ac29-4bf1-a04a-ebda180e7eae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:42,992 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.055s 2022-09-13 20:13:42,992 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a33e711-47f9-4532-be80-d8cf947e6795', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a33e711-47f9-4532-be80-d8cf947e6795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:44,060 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.063s 2022-09-13 20:13:44,061 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d665cd0a-3fc4-47a7-b9ee-0d93e4135fa3', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d665cd0a-3fc4-47a7-b9ee-0d93e4135fa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:45,109 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.043s 2022-09-13 20:13:45,109 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa2b7422-052c-4c64-a188-3b1a581809da', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa2b7422-052c-4c64-a188-3b1a581809da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:46,175 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.061s 2022-09-13 20:13:46,175 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40839890-d6b3-4e90-bc72-915876e90dcb', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40839890-d6b3-4e90-bc72-915876e90dcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:47,223 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.042s 2022-09-13 20:13:47,223 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8ca9650-4016-43df-9f38-ac795351497f', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8ca9650-4016-43df-9f38-ac795351497f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:48,279 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.051s 2022-09-13 20:13:48,279 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b58910b-7fb1-46b0-991d-102827600c94', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b58910b-7fb1-46b0-991d-102827600c94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:49,339 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.054s 2022-09-13 20:13:49,339 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-897f1364-fff2-4e20-8ce0-72fa6fad7176', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-897f1364-fff2-4e20-8ce0-72fa6fad7176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:50,397 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.052s 2022-09-13 20:13:50,397 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c059edb0-73a5-4edf-88aa-63d290af072e', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c059edb0-73a5-4edf-88aa-63d290af072e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:51,473 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.072s 2022-09-13 20:13:51,474 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90cac567-69dd-41b2-bc85-63db72fb87bf', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90cac567-69dd-41b2-bc85-63db72fb87bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:52,528 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.049s 2022-09-13 20:13:52,529 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b3b2b83-a930-4974-9422-b2c209006974', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b3b2b83-a930-4974-9422-b2c209006974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:53,591 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.057s 2022-09-13 20:13:53,591 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7148956d-c532-4b40-928e-997ae27cd235', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7148956d-c532-4b40-928e-997ae27cd235', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:54,686 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.088s 2022-09-13 20:13:54,686 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c0c794d-ef72-4906-9584-0e5802c5f029', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c0c794d-ef72-4906-9584-0e5802c5f029', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:55,713 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.021s 2022-09-13 20:13:55,713 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8f87e5c-d52e-4c59-bb46-2c114ab556e7', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8f87e5c-d52e-4c59-bb46-2c114ab556e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:56,755 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.037s 2022-09-13 20:13:56,755 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1364485-9e92-4f4a-83af-7c6bfb91c60e', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1364485-9e92-4f4a-83af-7c6bfb91c60e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:57,805 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.044s 2022-09-13 20:13:57,805 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac283733-4d57-4301-bba8-50a5b6dd3aa8', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac283733-4d57-4301-bba8-50a5b6dd3aa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:58,869 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.059s 2022-09-13 20:13:58,869 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f88c739-1fa1-49f4-af4c-4d182e165ae1', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f88c739-1fa1-49f4-af4c-4d182e165ae1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:13:59,921 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.046s 2022-09-13 20:13:59,922 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:13:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8ab095f-0d4d-4811-ae00-82100a3fdeaf', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8ab095f-0d4d-4811-ae00-82100a3fdeaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:00,978 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.050s 2022-09-13 20:14:00,978 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b15e3154-4916-4ed9-afef-e5228e9c5c96', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b15e3154-4916-4ed9-afef-e5228e9c5c96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:02,036 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.053s 2022-09-13 20:14:02,037 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29ecfd5d-c9d7-4d9e-a576-f12a207ab6bf', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29ecfd5d-c9d7-4d9e-a576-f12a207ab6bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:03,097 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.055s 2022-09-13 20:14:03,097 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fe97114-a017-472a-bc13-60166186dd51', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fe97114-a017-472a-bc13-60166186dd51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:04,158 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.044s 2022-09-13 20:14:04,159 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a52e78e5-9e81-48e1-9a15-f5f9b995f177', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a52e78e5-9e81-48e1-9a15-f5f9b995f177', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:05,217 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.053s 2022-09-13 20:14:05,217 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68324fa8-8b72-4267-8357-bb2bfbbfd5b9', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68324fa8-8b72-4267-8357-bb2bfbbfd5b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:06,287 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.064s 2022-09-13 20:14:06,287 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccbd8b3c-0ca4-4db4-9c2e-f34c06b3e910', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccbd8b3c-0ca4-4db4-9c2e-f34c06b3e910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:07,335 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.043s 2022-09-13 20:14:07,336 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-111deae0-ee1b-4916-8ee5-61fb09b3605b', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-111deae0-ee1b-4916-8ee5-61fb09b3605b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:08,389 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.048s 2022-09-13 20:14:08,389 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a999ac22-506f-4ded-926f-741d7957cfe7', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a999ac22-506f-4ded-926f-741d7957cfe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:09,444 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.050s 2022-09-13 20:14:09,445 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb8b4945-92a8-4d2c-8dd0-3ef3e9c6cd4b', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb8b4945-92a8-4d2c-8dd0-3ef3e9c6cd4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:10,502 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.052s 2022-09-13 20:14:10,502 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-859efb9d-5365-4bdf-94e4-1123ab537cb0', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-859efb9d-5365-4bdf-94e4-1123ab537cb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:11,566 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.059s 2022-09-13 20:14:11,567 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06d0a01a-e636-4613-b762-34f0aec4e1c9', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06d0a01a-e636-4613-b762-34f0aec4e1c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:12,620 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.047s 2022-09-13 20:14:12,620 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-372a7b4a-3ca0-4e5e-9fe1-8fb2f2014940', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-372a7b4a-3ca0-4e5e-9fe1-8fb2f2014940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:13,676 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.050s 2022-09-13 20:14:13,677 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fc73317-0e8e-49ba-ad67-fb3d28fcb036', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fc73317-0e8e-49ba-ad67-fb3d28fcb036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:14,756 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.074s 2022-09-13 20:14:14,756 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf1c40e1-573d-4db8-ad90-f5aeb44da7f3', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf1c40e1-573d-4db8-ad90-f5aeb44da7f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:15,797 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.035s 2022-09-13 20:14:15,798 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-245ae837-30b4-4a1c-9770-b90d6d9a845f', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-245ae837-30b4-4a1c-9770-b90d6d9a845f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:16,856 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.053s 2022-09-13 20:14:16,857 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-587ac787-f1f5-41b8-8ecc-1a18df9c0894', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-587ac787-f1f5-41b8-8ecc-1a18df9c0894', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:17,912 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.050s 2022-09-13 20:14:17,912 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35bf8e7f-608c-4e72-b8c3-db8eee3607f6', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35bf8e7f-608c-4e72-b8c3-db8eee3607f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:18,970 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.052s 2022-09-13 20:14:18,970 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f3cf53d-46e0-4d68-959b-7fbb063779b7', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f3cf53d-46e0-4d68-959b-7fbb063779b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:20,020 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.044s 2022-09-13 20:14:20,020 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d83ec751-4ca6-4d98-917a-ec576aa1622d', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d83ec751-4ca6-4d98-917a-ec576aa1622d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:21,076 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.050s 2022-09-13 20:14:21,076 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc6e0ebd-7690-4211-a400-842e240d8aa6', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc6e0ebd-7690-4211-a400-842e240d8aa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:22,126 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.044s 2022-09-13 20:14:22,126 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62c8dd3f-a3de-4433-a74a-a073193d7ff0', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62c8dd3f-a3de-4433-a74a-a073193d7ff0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:23,177 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.045s 2022-09-13 20:14:23,177 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec0fc3eb-dd0e-4443-afbc-e6421951cf06', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec0fc3eb-dd0e-4443-afbc-e6421951cf06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:24,251 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.069s 2022-09-13 20:14:24,251 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f6a799a-533b-4c73-b8bd-f3b4f314e346', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f6a799a-533b-4c73-b8bd-f3b4f314e346', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:25,321 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.064s 2022-09-13 20:14:25,321 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5397e756-912f-4616-93cf-803cff868b96', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5397e756-912f-4616-93cf-803cff868b96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:26,378 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.051s 2022-09-13 20:14:26,379 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a4befef-026b-46d7-be22-e6051120e9ef', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a4befef-026b-46d7-be22-e6051120e9ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:27,427 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.043s 2022-09-13 20:14:27,427 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c103512-18e0-44f2-96bd-4ea39999cb6e', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c103512-18e0-44f2-96bd-4ea39999cb6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:28,498 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.063s 2022-09-13 20:14:28,498 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3592180a-ef10-49f2-bc1e-d1b87db50b51', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3592180a-ef10-49f2-bc1e-d1b87db50b51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:29,550 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.045s 2022-09-13 20:14:29,550 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8396b62d-77e1-41ab-8b83-2b6022f6efea', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8396b62d-77e1-41ab-8b83-2b6022f6efea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:14:30,648 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 0.092s 2022-09-13 20:14:30,648 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:14:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3daf635-db48-4beb-aed2-1b4447fb683d', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3daf635-db48-4beb-aed2-1b4447fb683d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:15:31,708 132913 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.15', port=80): Read timed out. (read timeout=60)")': /volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 2022-09-13 20:16:16,277 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 104.622s 2022-09-13 20:16:16,277 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:15:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0720e2cd-5d48-452d-9675-c6503d5114b4', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0720e2cd-5d48-452d-9675-c6503d5114b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:16:31,067 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 13.785s 2022-09-13 20:16:31,067 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:16:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9444068d-74d5-414a-934d-cf2cc307f128', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9444068d-74d5-414a-934d-cf2cc307f128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:17:32,128 132913 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.15', port=80): Read timed out. (read timeout=60)")': /volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 2022-09-13 20:18:16,830 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 104.757s 2022-09-13 20:18:16,831 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:17:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d6ec010-dd75-4295-93e6-c7185dad5d98', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d6ec010-dd75-4295-93e6-c7185dad5d98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:18:31,148 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 13.311s 2022-09-13 20:18:31,148 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:18:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac5267a8-6b8a-4da7-b0d8-da8e9d7f940c', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac5267a8-6b8a-4da7-b0d8-da8e9d7f940c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-09-13 20:19:32,214 132913 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.15', port=80): Read timed out. (read timeout=60)")': /volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 2022-09-13 20:20:31,658 132913 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 119.504s 2022-09-13 20:20:31,658 132913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:19:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d85e1f9-9e87-4ecd-bd13-2e37f2fe6f9c', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d85e1f9-9e87-4ecd-bd13-2e37f2fe6f9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/b9320188c1f743f1bdf221bfa06b6f9a/snapshots/8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc'} Body: b'{"snapshot": {"id": "8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc", "created_at": "2022-09-13T20:12:55.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1578180987", "description": null, "volume_id": "0fd117bd-6853-49b7-aa30-0e23453c9ac7", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "b9320188c1f743f1bdf221bfa06b6f9a", "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 146, in create_snapshot waiters.wait_for_volume_resource_status(cls.snapshots_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: snapshot 8745bbc8-1ebb-45b6-a4a2-a4d5bf9f5bbc 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
ft11.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: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: 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 142, in create_snapshot snapshot = cls.snapshots_client.create_snapshot( File "/opt/stack/tempest/tempest/lib/services/volume/v3/snapshots_client.py", line 70, in create_snapshot resp, body = self.post('snapshots', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 704, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 583, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 623, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.15', port=80): Read timed out. (read timeout=60) |
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
fail
ft11.5: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4]testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 170, in test_volume_from_snapshot self._create_volume_from_snapshot( File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 148, in _create_volume_from_snapshot src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 126, in create_volume volume = cls.volumes_client.create_volume(**kwargs)['volume'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume resp, body = self.post('volumes', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 704, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 583, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 623, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.15', port=80): Read timed out. (read timeout=60) |
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
fail
ft11.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a]testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 176, in test_volume_from_snapshot_no_size self._create_volume_from_snapshot() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 148, in _create_volume_from_snapshot src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 126, in create_volume volume = cls.volumes_client.create_volume(**kwargs)['volume'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume resp, body = self.post('volumes', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 704, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 583, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 623, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.15', port=80): Read timed out. (read timeout=60) |
||||||
tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
fail
ft12.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-09-13 19:54:55,516 132915 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2022-09-13 19:54:55,802 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.222.0.15/compute/v2.1/os-keypairs 0.277s 2022-09-13 19:54:55,802 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1072214544", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMjumDzFio9ZbdWp6JktW3gHb/YuBnJbMwzaudM7CySNJvOQa8IehD1iEdeEeRm8EsAUo9j13lpLo+ZlUb5Zurexxv51qGhpRBQEQY2PO3fZk71xnOPx3gneW7ASdkUwiQ=="}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa189ace-d14d-459f-9b39-5224c4a1ed01', 'x-compute-request-id': 'req-fa189ace-d14d-459f-9b39-5224c4a1ed01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1072214544", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMjumDzFio9ZbdWp6JktW3gHb/YuBnJbMwzaudM7CySNJvOQa8IehD1iEdeEeRm8EsAUo9j13lpLo+ZlUb5Zurexxv51qGhpRBQEQY2PO3fZk71xnOPx3gneW7ASdkUwiQ==", "fingerprint": "0f:69:7e:88:7e:14:cb:0d:a8:c1:6b:43:8c:28:2c:7d", "user_id": "a7cffb2d408743e7a562f12c3c9b3692"}}' 2022-09-13 19:54:55,965 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.15:9696/networking/v2.0/security-groups 0.159s 2022-09-13 19:54:55,965 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-467164583", "description": "tempest-secgroup-smoke-467164583 description", "project_id": "da91a2ee43f6462a8ed96e2a8291d24d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-253a33f2-5c6e-4508-b031-2c4f6da8f494', 'date': 'Tue, 13 Sep 2022 19:54:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "459ac858-8461-460f-9b83-c9e9c8bb547b", "name": "tempest-secgroup-smoke-467164583", "stateful": true, "tenant_id": "da91a2ee43f6462a8ed96e2a8291d24d", "description": "tempest-secgroup-smoke-467164583 description", "shared": false, "security_group_rules": [{"id": "2c93451f-fa9c-4d25-b6e6-c0f06966f700", "tenant_id": "da91a2ee43f6462a8ed96e2a8291d24d", "security_group_id": "459ac858-8461-460f-9b83-c9e9c8bb547b", "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": 412, "description": null, "tags": [], "created_at": "2022-09-13T19:54:55Z", "updated_at": "2022-09-13T19:54:55Z", "revision_number": 0, "project_id": "da91a2ee43f6462a8ed96e2a8291d24d"}, {"id": "4a9c52e1-7527-4caa-9273-f8976c901091", "tenant_id": "da91a2ee43f6462a8ed96e2a8291d24d", "security_group_id": "459ac858-8461-460f-9b83-c9e9c8bb547b", "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": 411, "description": null, "tags": [], "created_at": "2022-09-13T19:54:55Z", "updated_at": "2022-09-13T19:54:55Z", "revision_number": 0, "project_id": "da91a2ee43f6462a8ed96e2a8291d24d"}], "tags": [], "created_at": "2022-09-13T19:54:55Z", "updated_at": "2022-09-13T19:54:55Z", "revision_number": 1, "project_id": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:54:56,107 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.15:9696/networking/v2.0/security-group-rules 0.141s 2022-09-13 19:54:56,108 132915 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": "459ac858-8461-460f-9b83-c9e9c8bb547b", "project_id": "da91a2ee43f6462a8ed96e2a8291d24d", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-3b5cf225-2541-4b3b-bb5f-35bd11a547f8', 'date': 'Tue, 13 Sep 2022 19:54:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "172f8350-d006-4cf9-850f-2bf1aad27a6a", "tenant_id": "da91a2ee43f6462a8ed96e2a8291d24d", "security_group_id": "459ac858-8461-460f-9b83-c9e9c8bb547b", "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": "2022-09-13T19:54:56Z", "updated_at": "2022-09-13T19:54:56Z", "revision_number": 0, "project_id": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:54:56,222 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.15:9696/networking/v2.0/security-group-rules 0.113s 2022-09-13 19:54:56,222 132915 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": "459ac858-8461-460f-9b83-c9e9c8bb547b", "project_id": "da91a2ee43f6462a8ed96e2a8291d24d", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-caa52834-fc00-484f-8d3d-f6de43159401', 'date': 'Tue, 13 Sep 2022 19:54:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9df924ff-4b15-44eb-8914-69ee39194d67", "tenant_id": "da91a2ee43f6462a8ed96e2a8291d24d", "security_group_id": "459ac858-8461-460f-9b83-c9e9c8bb547b", "ethertype": "IPv4", "direction": "egress", "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": "2022-09-13T19:54:56Z", "updated_at": "2022-09-13T19:54:56Z", "revision_number": 0, "project_id": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:54:56,347 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.15:9696/networking/v2.0/security-group-rules 0.124s 2022-09-13 19:54:56,347 132915 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": "459ac858-8461-460f-9b83-c9e9c8bb547b", "project_id": "da91a2ee43f6462a8ed96e2a8291d24d", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-0711bc37-9bd6-4ddd-95c0-0b042ec6245f', 'date': 'Tue, 13 Sep 2022 19:54:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9a5e543f-08b8-4384-9ea4-b31eae411a10", "tenant_id": "da91a2ee43f6462a8ed96e2a8291d24d", "security_group_id": "459ac858-8461-460f-9b83-c9e9c8bb547b", "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": "2022-09-13T19:54:56Z", "updated_at": "2022-09-13T19:54:56Z", "revision_number": 0, "project_id": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:54:56,470 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.15:9696/networking/v2.0/security-group-rules 0.123s 2022-09-13 19:54:56,471 132915 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": "459ac858-8461-460f-9b83-c9e9c8bb547b", "project_id": "da91a2ee43f6462a8ed96e2a8291d24d", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ce5f4f68-c1d5-4b8b-8361-b95e15da9e9b', 'date': 'Tue, 13 Sep 2022 19:54:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "97cb3e9b-1af9-47ce-81ae-e289caf883f7", "tenant_id": "da91a2ee43f6462a8ed96e2a8291d24d", "security_group_id": "459ac858-8461-460f-9b83-c9e9c8bb547b", "ethertype": "IPv4", "direction": "egress", "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": "2022-09-13T19:54:56Z", "updated_at": "2022-09-13T19:54:56Z", "revision_number": 0, "project_id": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:54:56,598 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.15:9696/networking/v2.0/security-group-rules 0.127s 2022-09-13 19:54:56,599 132915 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": "459ac858-8461-460f-9b83-c9e9c8bb547b", "project_id": "da91a2ee43f6462a8ed96e2a8291d24d", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-850cbff9-0fe0-4973-be24-d96b27e38358', 'date': 'Tue, 13 Sep 2022 19:54:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e6c042c4-97a5-4397-b34f-1660cbaa786b", "tenant_id": "da91a2ee43f6462a8ed96e2a8291d24d", "security_group_id": "459ac858-8461-460f-9b83-c9e9c8bb547b", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-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": "2022-09-13T19:54:56Z", "updated_at": "2022-09-13T19:54:56Z", "revision_number": 0, "project_id": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:54:56,769 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.15:9696/networking/v2.0/security-group-rules 0.169s 2022-09-13 19:54:56,769 132915 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": "459ac858-8461-460f-9b83-c9e9c8bb547b", "project_id": "da91a2ee43f6462a8ed96e2a8291d24d", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-ff9b98ba-6868-468b-8238-ce620aaed46a', 'date': 'Tue, 13 Sep 2022 19:54:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a8f34b57-ba70-4b23-8eee-b793f3f3d9f6", "tenant_id": "da91a2ee43f6462a8ed96e2a8291d24d", "security_group_id": "459ac858-8461-460f-9b83-c9e9c8bb547b", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-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": "2022-09-13T19:54:56Z", "updated_at": "2022-09-13T19:54:56Z", "revision_number": 0, "project_id": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:54:56,770 132915 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2022-09-13 19:54:56,799 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/image/v2/images/9fda36ae-cf5f-4d86-80e9-162b3553116f 0.029s 2022-09-13 19:54:56,799 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8b1e0a65-df89-4cbb-bd22-eda8a5f5e676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/image/v2/images/9fda36ae-cf5f-4d86-80e9-162b3553116f'} 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": "35cfa2e060644668a62b0b52ed4b9871", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "created_at": "2022-09-13T19:43:40Z", "updated_at": "2022-09-13T19:43:57Z", "tags": [], "self": "/v2/images/9fda36ae-cf5f-4d86-80e9-162b3553116f", "file": "/v2/images/9fda36ae-cf5f-4d86-80e9-162b3553116f/file", "schema": "/v2/schemas/image"}' 2022-09-13 19:54:57,197 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes 0.396s 2022-09-13 19:54:57,197 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "snapshot_id": null, "imageRef": "9fda36ae-cf5f-4d86-80e9-162b3553116f", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4587d704-b9a2-4702-9a8a-32f7c1322420', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4587d704-b9a2-4702-9a8a-32f7c1322420', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.120235", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-09-13 19:54:57,277 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.066s 2022-09-13 19:54:57,277 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea8f36e7-0415-4ae8-89d4-c0efe950f939', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea8f36e7-0415-4ae8-89d4-c0efe950f939', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:54:58,334 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 19:54:58,334 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52e958f0-605b-4684-97ab-59a861d76fb3', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52e958f0-605b-4684-97ab-59a861d76fb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:54:59,388 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 19:54:59,389 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:54:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba34ecbc-7032-4adc-ad00-afd4492fc3eb', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba34ecbc-7032-4adc-ad00-afd4492fc3eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:00,441 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:00,442 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70b5d587-8f55-425d-ad27-f0067e861c98', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70b5d587-8f55-425d-ad27-f0067e861c98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:01,494 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:01,494 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6a8e311-5c0d-42f4-aca0-30588671bae6', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6a8e311-5c0d-42f4-aca0-30588671bae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:02,547 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:55:02,548 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1080a2a2-bce9-4a05-baad-162fc96ea0b7', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1080a2a2-bce9-4a05-baad-162fc96ea0b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:03,601 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:03,601 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f0348bf-1bae-4274-9b44-9662d9b8051a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f0348bf-1bae-4274-9b44-9662d9b8051a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:04,659 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 19:55:04,660 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43892471-d795-4886-b554-19f0a02842cf', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43892471-d795-4886-b554-19f0a02842cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:05,716 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 19:55:05,717 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75100b44-957e-4a85-a3c1-e18136ab8fa6', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75100b44-957e-4a85-a3c1-e18136ab8fa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:06,769 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:06,769 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c3f96f3-0922-46e4-9b3a-e2d34afbee57', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c3f96f3-0922-46e4-9b3a-e2d34afbee57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:07,821 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:07,822 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04dc5c32-bcc9-4d80-a90f-8a253e6256cf', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04dc5c32-bcc9-4d80-a90f-8a253e6256cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:08,873 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:55:08,873 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca6da37d-5050-4598-b415-a8e1b9299417', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca6da37d-5050-4598-b415-a8e1b9299417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:09,925 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:09,926 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aafd6e07-52bb-4caa-b2e8-012354f3585c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aafd6e07-52bb-4caa-b2e8-012354f3585c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:10,983 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:55:10,984 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c44d8d2-6c08-462e-8e90-16a22633bb96', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c44d8d2-6c08-462e-8e90-16a22633bb96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:12,044 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 19:55:12,045 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ed3fb76-7265-4641-8f1d-01d785f627b9', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ed3fb76-7265-4641-8f1d-01d785f627b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:13,097 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:13,098 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45ae46a1-f142-4518-b335-251df43dc83f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45ae46a1-f142-4518-b335-251df43dc83f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:14,151 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:14,151 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba5c80c8-283e-4f24-b90a-746f65796c3e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba5c80c8-283e-4f24-b90a-746f65796c3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:15,202 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:55:15,202 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f2a19c8-af61-4687-8f5e-7a851ef0d50f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f2a19c8-af61-4687-8f5e-7a851ef0d50f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:16,254 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:55:16,255 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a644b42-ad60-441c-9313-196ed9154a13', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a644b42-ad60-441c-9313-196ed9154a13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:17,307 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:55:17,308 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f017b62e-68ff-4c0d-aabb-02e71e7f67ea', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f017b62e-68ff-4c0d-aabb-02e71e7f67ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:18,360 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:18,361 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bddf9752-e4d1-412e-b134-8b6dc7309525', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bddf9752-e4d1-412e-b134-8b6dc7309525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:19,411 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:55:19,412 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58a7fd49-dd5b-402e-bf93-329724cfdec2', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58a7fd49-dd5b-402e-bf93-329724cfdec2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:20,464 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:20,465 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d6fdd95-8791-4be1-ab16-ab0a67fe1078', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d6fdd95-8791-4be1-ab16-ab0a67fe1078', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:21,517 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:55:21,518 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec2e865b-489c-4dbc-baee-bce4e08d4b93', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec2e865b-489c-4dbc-baee-bce4e08d4b93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:22,570 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:22,571 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c2898bb-0b89-4acd-88f8-d3a0f3795876', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c2898bb-0b89-4acd-88f8-d3a0f3795876', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:23,622 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:55:23,623 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a38a8cc5-1d76-4e01-849c-565e102bed10', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a38a8cc5-1d76-4e01-849c-565e102bed10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:24,674 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:55:24,675 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65b83f44-b1e9-412a-88c5-701d22c63954', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65b83f44-b1e9-412a-88c5-701d22c63954', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:25,727 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:55:25,727 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8170b3b5-530a-4ea0-8f9f-b2b757785cc0', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8170b3b5-530a-4ea0-8f9f-b2b757785cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:26,779 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:26,780 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c655322-eff4-458e-a130-1faf6743dc58', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c655322-eff4-458e-a130-1faf6743dc58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:27,833 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:27,833 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d024acbf-7c2f-4eec-9569-e653dc3136dd', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d024acbf-7c2f-4eec-9569-e653dc3136dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:28,885 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:55:28,886 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79c28c68-99a4-4d8b-9177-73b9f463be01', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79c28c68-99a4-4d8b-9177-73b9f463be01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:29,938 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:55:29,938 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02b8f45e-fc7b-4e54-a656-6ae38cb1ffe7', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02b8f45e-fc7b-4e54-a656-6ae38cb1ffe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:30,990 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:30,991 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57af9c1b-0959-4917-9319-9eaa30389d0d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57af9c1b-0959-4917-9319-9eaa30389d0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:32,044 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:55:32,045 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d903cef1-9180-4d1f-b592-769740fa2480', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d903cef1-9180-4d1f-b592-769740fa2480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:33,097 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:33,097 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b561c27-f06f-4ca5-bc7b-78476bbf04ee', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b561c27-f06f-4ca5-bc7b-78476bbf04ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:34,150 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:34,151 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd8987be-3a59-4f94-a5d3-3758674254b9', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd8987be-3a59-4f94-a5d3-3758674254b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:35,204 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:35,204 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91353920-53c9-4f53-ba51-54fa4efb76f6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91353920-53c9-4f53-ba51-54fa4efb76f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:36,256 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:55:36,256 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc0c13dc-83ff-4fdb-9754-6ed12aa59548', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc0c13dc-83ff-4fdb-9754-6ed12aa59548', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:37,309 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:37,309 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f351841d-2f0e-480d-b379-20310ff7cb1d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f351841d-2f0e-480d-b379-20310ff7cb1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:38,361 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:38,361 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f45417e-c601-4b74-8f1a-44678a920831', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f45417e-c601-4b74-8f1a-44678a920831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:39,415 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:39,415 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac8e3cf6-c63f-474e-ba95-b08499fa6ea9', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac8e3cf6-c63f-474e-ba95-b08499fa6ea9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:40,467 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:55:40,467 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0ad101d-a0f3-468f-a0c4-6059fc950061', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0ad101d-a0f3-468f-a0c4-6059fc950061', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:41,521 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:55:41,521 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-243217b4-d5b8-474d-945a-d52a86a939b9', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-243217b4-d5b8-474d-945a-d52a86a939b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:42,584 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.049s 2022-09-13 19:55:42,584 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efd6fc2c-b431-46a1-b99b-25bea0e649de', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efd6fc2c-b431-46a1-b99b-25bea0e649de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:43,642 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:55:43,642 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4390424-1a42-4ab9-aef9-c5ddceecd208', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4390424-1a42-4ab9-aef9-c5ddceecd208', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:44,702 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 19:55:44,702 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-599b84af-fa02-4743-a0a1-eacc8ae97f8b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-599b84af-fa02-4743-a0a1-eacc8ae97f8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:45,756 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:55:45,756 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d70df113-84f3-4a4c-851b-6f8679444665', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d70df113-84f3-4a4c-851b-6f8679444665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:46,812 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:55:46,812 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-409c54f9-8067-4572-89dd-c58e29fabd69', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-409c54f9-8067-4572-89dd-c58e29fabd69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:47,870 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 19:55:47,870 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c71f5833-d9d7-4267-8723-db7a0a27e8ec', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c71f5833-d9d7-4267-8723-db7a0a27e8ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:48,923 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:48,923 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4f7a199-71c5-4027-aaa5-49c6f2cdf434', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4f7a199-71c5-4027-aaa5-49c6f2cdf434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:49,976 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:49,976 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73ba5eae-b73f-46fb-9a34-3779d51bfee0', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73ba5eae-b73f-46fb-9a34-3779d51bfee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:51,027 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:55:51,027 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aea5316c-0acb-49a8-99b7-d62ab33d436e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aea5316c-0acb-49a8-99b7-d62ab33d436e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:52,081 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:52,081 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d25cd09-a98a-4d43-b5ba-7677c3e6ee31', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d25cd09-a98a-4d43-b5ba-7677c3e6ee31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:53,142 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 19:55:53,142 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c0f53a0-9d49-45c1-945a-faee25c78677', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c0f53a0-9d49-45c1-945a-faee25c78677', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:54,195 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:54,195 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a09ff8d7-d15c-4d90-b7db-667b2a8a66c1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a09ff8d7-d15c-4d90-b7db-667b2a8a66c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:55,249 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:55:55,250 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ac18c87-0481-4fbe-a9cf-1f0909e467db', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ac18c87-0481-4fbe-a9cf-1f0909e467db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:56,302 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:56,302 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11d9a4fb-4c19-4b14-969b-dc97af3094ca', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11d9a4fb-4c19-4b14-969b-dc97af3094ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:57,354 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:57,354 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e153bfde-d62d-4031-b558-0dbcc95e6266', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e153bfde-d62d-4031-b558-0dbcc95e6266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:58,407 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:55:58,407 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-020c5242-3d75-4902-bb3c-08510437e3a1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-020c5242-3d75-4902-bb3c-08510437e3a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:55:59,466 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 19:55:59,466 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:55:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-560aa143-3139-4ff1-b0b4-a187c6e639dc', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-560aa143-3139-4ff1-b0b4-a187c6e639dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:00,518 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:56:00,519 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88541261-22e2-441e-b71c-dd888ff0da91', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88541261-22e2-441e-b71c-dd888ff0da91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:01,573 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:56:01,573 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b64dc14a-e104-4025-b17b-f16fe12adbdf', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b64dc14a-e104-4025-b17b-f16fe12adbdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:02,625 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:02,625 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b2287e7-066c-4c40-8244-6fb68f7c6f87', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b2287e7-066c-4c40-8244-6fb68f7c6f87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:03,677 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:03,678 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e78a527-9080-4dd0-aa80-dfa2abe0aaa1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e78a527-9080-4dd0-aa80-dfa2abe0aaa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:04,730 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:04,730 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39bb37cf-5b14-4c94-b479-a7076e117b5c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39bb37cf-5b14-4c94-b479-a7076e117b5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:05,780 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:56:05,781 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46dc6e84-2df2-4766-b8ae-a3b0e5716c60', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46dc6e84-2df2-4766-b8ae-a3b0e5716c60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:06,834 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:56:06,835 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d66234c-673e-42f6-975f-76e62b1e21de', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d66234c-673e-42f6-975f-76e62b1e21de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:07,887 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:07,887 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0049adcc-ab5b-4e1b-abc2-93ff383912bd', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0049adcc-ab5b-4e1b-abc2-93ff383912bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:08,942 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:56:08,942 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dccb5e6-e461-4b64-a491-6cc99ee395fc', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dccb5e6-e461-4b64-a491-6cc99ee395fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:09,997 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 19:56:09,997 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04ebd34f-5c67-4c0e-9e69-f56f8a6ac172', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04ebd34f-5c67-4c0e-9e69-f56f8a6ac172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:11,050 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:56:11,050 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88567876-445d-4fb2-8d56-9aeb70ecf210', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88567876-445d-4fb2-8d56-9aeb70ecf210', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:12,102 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:56:12,102 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80aeaadd-7ccf-4c40-add9-6d889348ea1f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80aeaadd-7ccf-4c40-add9-6d889348ea1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:13,154 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:13,155 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b83027d1-762a-494e-9b67-86e99e2ed2ab', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b83027d1-762a-494e-9b67-86e99e2ed2ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:14,207 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:14,207 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afeacff6-f9ca-436c-bf67-4271c73246b8', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afeacff6-f9ca-436c-bf67-4271c73246b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:15,260 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:15,261 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30d1e016-638d-4aea-9868-e44d5bf7df85', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30d1e016-638d-4aea-9868-e44d5bf7df85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:16,314 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:56:16,314 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f51975f7-0adf-47f4-b17a-c6a35d7834ab', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f51975f7-0adf-47f4-b17a-c6a35d7834ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:17,366 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:17,366 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9d1dba1-84e8-4092-8ae8-ad45364235ea', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9d1dba1-84e8-4092-8ae8-ad45364235ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:18,419 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:56:18,419 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2203a221-5dde-4d79-9957-298b6323461e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2203a221-5dde-4d79-9957-298b6323461e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:19,469 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:56:19,470 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0f052f3-0fbe-4c4f-9016-1308ec04de01', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0f052f3-0fbe-4c4f-9016-1308ec04de01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:20,522 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:20,522 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1408c76b-d017-41c0-80ae-172c91c13e9c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1408c76b-d017-41c0-80ae-172c91c13e9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:21,573 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:21,573 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a150334-11cf-43a8-8176-6e0e2f9c8272', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a150334-11cf-43a8-8176-6e0e2f9c8272', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:22,626 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:56:22,626 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c30a6b1-630d-46ce-b168-3610e3f9ade1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c30a6b1-630d-46ce-b168-3610e3f9ade1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:23,679 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:56:23,679 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8505763-6907-4b2c-bcf4-108b9669e5fd', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8505763-6907-4b2c-bcf4-108b9669e5fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:24,731 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:56:24,732 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a552a44c-0fcb-4f64-883f-33b090011221', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a552a44c-0fcb-4f64-883f-33b090011221', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:25,783 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:25,783 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74d31036-730d-44e1-8a76-f1b9726c4d9e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74d31036-730d-44e1-8a76-f1b9726c4d9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:26,836 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:26,836 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c0a2d3e-8baa-42da-a970-505280193bf6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c0a2d3e-8baa-42da-a970-505280193bf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:27,888 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:27,888 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-982dc8eb-20c6-4dd0-8f0d-7b51aec3be4d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-982dc8eb-20c6-4dd0-8f0d-7b51aec3be4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:28,940 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:56:28,940 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39bc84dd-f3fa-4833-bd55-e12bd0f48d84', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39bc84dd-f3fa-4833-bd55-e12bd0f48d84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:29,994 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:56:29,994 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f7ff353-3b19-43f5-9a82-8b9609d974c0', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f7ff353-3b19-43f5-9a82-8b9609d974c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:31,046 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:31,046 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2967236-6e1f-4107-9c3a-6931a58e3c79', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2967236-6e1f-4107-9c3a-6931a58e3c79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:32,099 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:56:32,100 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f79ce5a8-6820-49a2-9bbc-a3654b7e1d92', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f79ce5a8-6820-49a2-9bbc-a3654b7e1d92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:33,151 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:33,151 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d7a063c-3e23-46b9-8f2c-947948cc3837', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d7a063c-3e23-46b9-8f2c-947948cc3837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:34,205 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:56:34,205 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ce60298-18c1-479b-99ec-42624fbae1a6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ce60298-18c1-479b-99ec-42624fbae1a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:35,257 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:35,257 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14751a1e-0037-4099-b65a-a96049101553', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14751a1e-0037-4099-b65a-a96049101553', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:36,309 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:36,309 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d12b7ff-2a8c-4b2d-a78e-314b91127e94', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d12b7ff-2a8c-4b2d-a78e-314b91127e94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:37,361 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:37,361 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d2e038e-195d-49e9-9904-2499287b50a4', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d2e038e-195d-49e9-9904-2499287b50a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:38,414 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:56:38,415 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d8c12e4-1e3c-48d5-b31b-a364e923edeb', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d8c12e4-1e3c-48d5-b31b-a364e923edeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:39,466 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:39,466 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a484dbf-1f95-4844-8a86-843689e2f6be', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a484dbf-1f95-4844-8a86-843689e2f6be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:40,518 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:40,519 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-846dc760-1065-4fa8-bf1d-52959de7229d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-846dc760-1065-4fa8-bf1d-52959de7229d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:41,571 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:56:41,572 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79093699-01e1-4d4e-bcf7-86bc7c18f1ec', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79093699-01e1-4d4e-bcf7-86bc7c18f1ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:42,623 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:56:42,623 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4addce98-ea53-499c-8bff-bf57b643c063', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4addce98-ea53-499c-8bff-bf57b643c063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:43,680 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 19:56:43,680 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-709c3758-ca7a-422e-abaa-798159e76c91', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-709c3758-ca7a-422e-abaa-798159e76c91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:44,735 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:44,735 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd89625d-d5e5-44ac-9e43-718e3601e151', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd89625d-d5e5-44ac-9e43-718e3601e151', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:45,787 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:56:45,788 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1251c95-e25b-43d5-9f9e-26b8b3200493', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1251c95-e25b-43d5-9f9e-26b8b3200493', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:46,846 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 19:56:46,846 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93cdbfcc-6275-4ef3-a1fa-fb4b82c768ae', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93cdbfcc-6275-4ef3-a1fa-fb4b82c768ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:47,900 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:47,900 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7667b953-9fd9-4b02-ac22-47d69851474f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7667b953-9fd9-4b02-ac22-47d69851474f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:48,953 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:56:48,954 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8964d4f-0426-4ce7-a660-40f090285bc1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8964d4f-0426-4ce7-a660-40f090285bc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:50,003 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.036s 2022-09-13 19:56:50,003 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e991aa47-335a-482c-b29d-dd14d2a31fbf', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e991aa47-335a-482c-b29d-dd14d2a31fbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:51,056 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:51,056 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5918d93-0068-4951-b5de-72b49a3818a8', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5918d93-0068-4951-b5de-72b49a3818a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:52,106 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.036s 2022-09-13 19:56:52,107 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-977eb404-4b40-4ca8-8c4a-2962a4dece84', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-977eb404-4b40-4ca8-8c4a-2962a4dece84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:53,158 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:53,159 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-795884b9-bb80-4573-a0d3-3366cbea2c7f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-795884b9-bb80-4573-a0d3-3366cbea2c7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:54,212 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:56:54,212 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1887c5b-127f-4883-b4f1-53db5ec2bd65', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1887c5b-127f-4883-b4f1-53db5ec2bd65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:55,263 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:55,264 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61183247-9104-4a9f-807e-bc34302c44d8', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61183247-9104-4a9f-807e-bc34302c44d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:56,315 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:56:56,316 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d9af0b7-d646-4e24-9746-439947fe138a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d9af0b7-d646-4e24-9746-439947fe138a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:57,365 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.036s 2022-09-13 19:56:57,366 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d62c2a67-e980-45b9-b9f1-32bc88c0b781', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d62c2a67-e980-45b9-b9f1-32bc88c0b781', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:58,419 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:56:58,419 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-854940f7-88d7-4086-bcf5-f47497833d5e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-854940f7-88d7-4086-bcf5-f47497833d5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:56:59,470 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:56:59,471 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:56:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93a77b47-e05f-420d-bfdf-9394556c388e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93a77b47-e05f-420d-bfdf-9394556c388e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:00,522 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:57:00,522 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a07e9934-1e43-401d-b617-e3689e1e928d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a07e9934-1e43-401d-b617-e3689e1e928d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:01,575 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:57:01,575 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ed19bdc-485d-41b1-8369-e3773aed450c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ed19bdc-485d-41b1-8369-e3773aed450c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:02,626 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:57:02,627 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d77bcc64-f320-4b08-8327-ed446595be17', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d77bcc64-f320-4b08-8327-ed446595be17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:03,678 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:57:03,678 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f51373ec-4883-4780-9902-86a0d4fd1d94', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f51373ec-4883-4780-9902-86a0d4fd1d94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:04,730 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:57:04,730 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e2b7e86-71f7-4970-9fcd-a8b55ec2ff5b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e2b7e86-71f7-4970-9fcd-a8b55ec2ff5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:05,780 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.036s 2022-09-13 19:57:05,781 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5579f7ce-b273-43b2-8c2c-2b450d23161c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5579f7ce-b273-43b2-8c2c-2b450d23161c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:06,831 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:57:06,832 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c1e979a-563f-4284-881c-bce6b2fe3bbd', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c1e979a-563f-4284-881c-bce6b2fe3bbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:07,886 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 19:57:07,886 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8365481f-e550-4e58-8a25-5d158096a34e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8365481f-e550-4e58-8a25-5d158096a34e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:08,947 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 19:57:08,947 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6aef81fe-6db0-4c7f-b72d-22ad9bb9089d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6aef81fe-6db0-4c7f-b72d-22ad9bb9089d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:10,002 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:57:10,002 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbb94fb0-afbd-4e99-8b93-c0f18ea185d5', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbb94fb0-afbd-4e99-8b93-c0f18ea185d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:11,062 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 19:57:11,063 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c9a923b-f7dd-4605-9df1-22a3628a745c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c9a923b-f7dd-4605-9df1-22a3628a745c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:12,115 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:57:12,115 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a86d1114-1dc6-462e-93eb-a419a77a896d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a86d1114-1dc6-462e-93eb-a419a77a896d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:13,171 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 19:57:13,172 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c2e9ed2-5dd5-49dd-82d5-1301018e978c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c2e9ed2-5dd5-49dd-82d5-1301018e978c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:14,231 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 19:57:14,232 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c5d53c3-c87e-4f14-8fd2-75aade0214b9', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c5d53c3-c87e-4f14-8fd2-75aade0214b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:15,287 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:57:15,287 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0353d95c-bd3e-4c01-8554-5211ca107150', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0353d95c-bd3e-4c01-8554-5211ca107150', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:16,344 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 19:57:16,344 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4590cf13-9e52-416d-bd54-3ee888443383', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4590cf13-9e52-416d-bd54-3ee888443383', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:17,422 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.060s 2022-09-13 19:57:17,422 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98e61ddd-a72c-47a1-b368-2c6c85811453', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98e61ddd-a72c-47a1-b368-2c6c85811453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:18,478 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:57:18,479 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0434220c-6979-4ec0-ab97-088edb57ed78', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0434220c-6979-4ec0-ab97-088edb57ed78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:19,533 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:57:19,533 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-449066bd-467b-4af3-8892-df47633c2c74', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-449066bd-467b-4af3-8892-df47633c2c74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:20,593 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 19:57:20,594 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4233e2ea-e045-4680-8871-ed0fccfb1488', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4233e2ea-e045-4680-8871-ed0fccfb1488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:21,644 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.036s 2022-09-13 19:57:21,644 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c7e5b47-ef39-46b9-9ac8-b8ef3f42e376', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c7e5b47-ef39-46b9-9ac8-b8ef3f42e376', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:22,705 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 19:57:22,706 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5635cc77-5b76-47fe-8bb3-8d946a237612', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5635cc77-5b76-47fe-8bb3-8d946a237612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:23,760 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 19:57:23,760 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07de5fe7-1866-4bf8-8355-e0a137a9f5d6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07de5fe7-1866-4bf8-8355-e0a137a9f5d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:24,820 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 19:57:24,820 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e60ffb1-7600-431a-9b72-447a22ec1765', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e60ffb1-7600-431a-9b72-447a22ec1765', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:25,881 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.048s 2022-09-13 19:57:25,882 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9cb3b43-bbbf-486c-ad39-85b0c4012893', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9cb3b43-bbbf-486c-ad39-85b0c4012893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:26,937 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 19:57:26,937 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3148096-07bd-4f95-bcfa-4aada2b33367', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3148096-07bd-4f95-bcfa-4aada2b33367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:27,992 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 19:57:27,993 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a705571-5892-4095-bb73-6265f538aa92', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a705571-5892-4095-bb73-6265f538aa92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:29,069 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.063s 2022-09-13 19:57:29,070 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d49c43a0-b2b9-45f4-8f1a-f2f75ca8a4a1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d49c43a0-b2b9-45f4-8f1a-f2f75ca8a4a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:30,124 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:57:30,125 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e44e838b-d04f-4419-a5b7-70c66aadd809', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e44e838b-d04f-4419-a5b7-70c66aadd809', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:31,183 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 19:57:31,183 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-058cc4b3-025e-407c-b7c8-fbd4923b359a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-058cc4b3-025e-407c-b7c8-fbd4923b359a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:32,264 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.066s 2022-09-13 19:57:32,264 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e91ef099-9fde-4401-9849-4f8333e63794', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e91ef099-9fde-4401-9849-4f8333e63794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:33,320 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:57:33,320 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3856f2b3-cbab-4f17-b0c7-e3da4fca2496', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3856f2b3-cbab-4f17-b0c7-e3da4fca2496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:34,380 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 19:57:34,381 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39715dcb-56cf-420f-ba46-2b7093aecf8b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39715dcb-56cf-420f-ba46-2b7093aecf8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:35,434 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:57:35,434 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e80d1009-c20c-44c6-9ea0-17815649da03', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e80d1009-c20c-44c6-9ea0-17815649da03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:36,493 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 19:57:36,493 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4844d5b0-0fb5-4273-a16c-637f869b4ee4', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4844d5b0-0fb5-4273-a16c-637f869b4ee4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:37,548 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 19:57:37,548 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81b0dc17-7acc-41d3-85d8-f50ced149cf2', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81b0dc17-7acc-41d3-85d8-f50ced149cf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:38,601 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:57:38,602 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e713e6f8-8bb9-43b1-bf5c-5e9e4c26def7', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e713e6f8-8bb9-43b1-bf5c-5e9e4c26def7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:39,657 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:57:39,658 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fd9fd77-17c1-441e-a63a-6ea380767516', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fd9fd77-17c1-441e-a63a-6ea380767516', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:40,713 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 19:57:40,713 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0d93893-493e-4751-969d-ac3a76f9f577', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0d93893-493e-4751-969d-ac3a76f9f577', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:41,768 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:57:41,769 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fc3001d-a7fe-4f43-8d96-abe9411d8493', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fc3001d-a7fe-4f43-8d96-abe9411d8493', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:42,824 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:57:42,825 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df77bcbc-c109-41ec-8aaa-48091a8beb93', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df77bcbc-c109-41ec-8aaa-48091a8beb93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:43,882 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 19:57:43,882 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65835cc2-daee-4557-887f-1fd050ffa33f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65835cc2-daee-4557-887f-1fd050ffa33f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:44,936 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:57:44,936 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c633a393-53e0-4888-9d5a-5057bd470f77', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c633a393-53e0-4888-9d5a-5057bd470f77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:45,989 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:57:45,990 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b855385-ece2-46b6-a2a3-5f7b69408691', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b855385-ece2-46b6-a2a3-5f7b69408691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:47,055 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.051s 2022-09-13 19:57:47,055 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53de1c07-9adb-42e3-9872-04e674e25401', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53de1c07-9adb-42e3-9872-04e674e25401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:48,109 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:57:48,110 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e467f9fc-e070-4c9b-8517-3414f251feb8', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e467f9fc-e070-4c9b-8517-3414f251feb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:49,165 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:57:49,165 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e135176-1e50-4a9e-ba18-7e3964c99345', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e135176-1e50-4a9e-ba18-7e3964c99345', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:50,222 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 19:57:50,223 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8685f393-402c-4e16-b089-0eaa623dbbf8', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8685f393-402c-4e16-b089-0eaa623dbbf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:51,277 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:57:51,277 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41bffae5-ae93-4c44-bca0-a71b55bfbfac', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41bffae5-ae93-4c44-bca0-a71b55bfbfac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:52,335 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 19:57:52,335 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f471b64-a8ce-4d81-8645-1123e39b5dbc', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f471b64-a8ce-4d81-8645-1123e39b5dbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:53,387 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:57:53,387 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25c2ffcf-e02f-4bda-908e-cb1d5b9099de', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25c2ffcf-e02f-4bda-908e-cb1d5b9099de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:54,443 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:57:54,444 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eca177bd-05d0-4cca-8471-0b78be2b883f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eca177bd-05d0-4cca-8471-0b78be2b883f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:55,497 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:57:55,498 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2412fbb-db9f-4d43-9a9d-e82bac8afbeb', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2412fbb-db9f-4d43-9a9d-e82bac8afbeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:56,558 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 19:57:56,558 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d4e2a2f-abb8-4c92-a578-bbd98c12aabc', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d4e2a2f-abb8-4c92-a578-bbd98c12aabc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:57,613 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:57:57,614 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-813201c1-2d4f-468a-86e2-948d394b99fa', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-813201c1-2d4f-468a-86e2-948d394b99fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:58,672 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 19:57:58,672 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-357fa63f-d6e6-429c-81c4-34d9cb22a8dd', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-357fa63f-d6e6-429c-81c4-34d9cb22a8dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:57:59,734 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.049s 2022-09-13 19:57:59,735 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:57:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b0dc40a-8703-4eb7-a506-101c16d8684b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b0dc40a-8703-4eb7-a506-101c16d8684b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:00,787 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:58:00,788 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a190122f-1f23-45fe-91f4-beda69353651', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a190122f-1f23-45fe-91f4-beda69353651', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:01,847 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 19:58:01,847 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca9d8682-22b7-42df-bbf1-0b423abf704e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca9d8682-22b7-42df-bbf1-0b423abf704e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:02,905 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 19:58:02,905 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9442659-2575-4474-a4e8-35f8d12c299c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9442659-2575-4474-a4e8-35f8d12c299c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:03,976 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.057s 2022-09-13 19:58:03,976 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-007cc7f5-f5d7-4aae-9fc2-be5d422ae932', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-007cc7f5-f5d7-4aae-9fc2-be5d422ae932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:05,026 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.036s 2022-09-13 19:58:05,027 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abf76a43-274b-4264-b483-1e5b517048af', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abf76a43-274b-4264-b483-1e5b517048af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:06,078 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:58:06,078 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7444efef-b600-4ca5-9814-fae9c2595127', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7444efef-b600-4ca5-9814-fae9c2595127', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:07,133 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 19:58:07,133 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01f7a7d5-2fa4-4c98-8243-fe96e0e1042f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01f7a7d5-2fa4-4c98-8243-fe96e0e1042f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:08,189 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 19:58:08,190 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f3327a6-5b0c-4812-8577-cafe056ff245', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f3327a6-5b0c-4812-8577-cafe056ff245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:09,249 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 19:58:09,249 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d35b6e18-3151-497f-a0f9-6e50c033b6e1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d35b6e18-3151-497f-a0f9-6e50c033b6e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:10,313 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.049s 2022-09-13 19:58:10,313 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0cd3227-27ce-4c80-8235-3ad194294a44', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0cd3227-27ce-4c80-8235-3ad194294a44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:11,364 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:58:11,365 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27a4f83c-a9f4-4bdc-8df0-9a080f214b79', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27a4f83c-a9f4-4bdc-8df0-9a080f214b79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:12,420 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:58:12,420 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-007425f8-6fce-4790-b8dc-a1c3b6b86721', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-007425f8-6fce-4790-b8dc-a1c3b6b86721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:13,485 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.051s 2022-09-13 19:58:13,486 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6215fe13-6a96-405e-a737-8afc0d97c342', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6215fe13-6a96-405e-a737-8afc0d97c342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:14,539 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:58:14,540 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a17d8b2-63ec-4e5c-896d-83f38c18f30a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a17d8b2-63ec-4e5c-896d-83f38c18f30a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:15,594 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 19:58:15,595 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3ed4a16-e4e3-4337-8a1f-6b8da680a71f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3ed4a16-e4e3-4337-8a1f-6b8da680a71f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:16,653 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 19:58:16,653 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8eeca824-6d0a-4037-a572-6284231d47f6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8eeca824-6d0a-4037-a572-6284231d47f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:17,709 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 19:58:17,709 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e866344-9138-4f39-b2a8-eba210b2040f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e866344-9138-4f39-b2a8-eba210b2040f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:18,763 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:58:18,763 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1541c975-b40d-43fd-a724-ed1b18ad4d1c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1541c975-b40d-43fd-a724-ed1b18ad4d1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:19,822 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 19:58:19,822 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-013e8ec3-b8f3-4029-b9a1-a17f1a6c70a5', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-013e8ec3-b8f3-4029-b9a1-a17f1a6c70a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:20,880 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 19:58:20,880 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c8416d3-fd3f-4f88-aebc-ec1ab57efad1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c8416d3-fd3f-4f88-aebc-ec1ab57efad1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:21,936 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 19:58:21,937 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42f65fee-8bec-4055-954c-d3504cf1f78d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42f65fee-8bec-4055-954c-d3504cf1f78d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:22,993 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:58:22,994 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-252bb4bb-adba-4d7d-9795-04c0cc309c9f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-252bb4bb-adba-4d7d-9795-04c0cc309c9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:24,055 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 19:58:24,056 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69b90fe2-5e91-4fa6-83e7-3cbcb44dd8d1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69b90fe2-5e91-4fa6-83e7-3cbcb44dd8d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:25,125 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.056s 2022-09-13 19:58:25,125 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5ff896f-a202-4010-8d6f-c4687071c88a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5ff896f-a202-4010-8d6f-c4687071c88a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:26,176 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:58:26,176 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93a23c5f-c89a-4c37-b54d-fa8c85555a19', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93a23c5f-c89a-4c37-b54d-fa8c85555a19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:27,229 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:58:27,229 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d01493d-5fee-461a-b6fe-59a6222ad478', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d01493d-5fee-461a-b6fe-59a6222ad478', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:28,285 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:58:28,286 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab2b2e50-4e5e-4d10-b14e-b880e4f3ea9a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab2b2e50-4e5e-4d10-b14e-b880e4f3ea9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:29,344 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 19:58:29,344 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-239e5ade-33fe-463c-9825-a90cde381bf2', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-239e5ade-33fe-463c-9825-a90cde381bf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:30,409 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.051s 2022-09-13 19:58:30,409 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b844a5c-414d-4ea4-b40f-b2c9138b6432', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b844a5c-414d-4ea4-b40f-b2c9138b6432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:31,461 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:58:31,461 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3004ce8-e4f5-4ad3-876a-2d0634431942', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3004ce8-e4f5-4ad3-876a-2d0634431942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:32,522 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.048s 2022-09-13 19:58:32,522 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90efb353-4b21-4a43-a340-dd8d3320d1df', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90efb353-4b21-4a43-a340-dd8d3320d1df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:33,576 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:58:33,576 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43967c35-ff13-4e08-b397-805cd272e7d0', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43967c35-ff13-4e08-b397-805cd272e7d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:34,633 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 19:58:34,633 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cf45582-359c-4c74-8486-652cc436e20c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cf45582-359c-4c74-8486-652cc436e20c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:35,694 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 19:58:35,694 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b16b563-9d80-427b-97f9-6f8f345562f9', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b16b563-9d80-427b-97f9-6f8f345562f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:36,750 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:58:36,750 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1579837f-40be-4361-9e8f-4431e5b0191e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1579837f-40be-4361-9e8f-4431e5b0191e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:37,806 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:58:37,807 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d13113a-661e-4103-bc87-83b0fd75f04a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d13113a-661e-4103-bc87-83b0fd75f04a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:38,867 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 19:58:38,868 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-517454ae-5c83-4517-9e5b-52a01ef5681f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-517454ae-5c83-4517-9e5b-52a01ef5681f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:39,923 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:58:39,923 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db7922a1-fea4-469b-b35e-c9267b105150', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db7922a1-fea4-469b-b35e-c9267b105150', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:40,980 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 19:58:40,981 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66b12312-8f5e-4a5e-9d02-5f95c72c79b8', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66b12312-8f5e-4a5e-9d02-5f95c72c79b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:42,040 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 19:58:42,040 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab4ee8ce-2d5a-421a-a4e1-ae1863cdaeff', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab4ee8ce-2d5a-421a-a4e1-ae1863cdaeff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:43,099 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 19:58:43,100 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73ae6d2c-acb4-47bc-b9dc-77568c53feed', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73ae6d2c-acb4-47bc-b9dc-77568c53feed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:44,160 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 19:58:44,161 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba243b13-5dad-4e6e-9280-aaa00a9632c3', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba243b13-5dad-4e6e-9280-aaa00a9632c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:45,215 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 19:58:45,215 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee7fc16f-1281-49d9-a11a-1fa172bba8f3', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee7fc16f-1281-49d9-a11a-1fa172bba8f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:46,275 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 19:58:46,275 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffc84455-c3e8-47e9-b887-c8502908f908', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffc84455-c3e8-47e9-b887-c8502908f908', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:47,343 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.054s 2022-09-13 19:58:47,343 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e412b50d-b14c-41f2-ba13-cd793670a18e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e412b50d-b14c-41f2-ba13-cd793670a18e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:48,401 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 19:58:48,401 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-120b0604-ade3-4c2f-aae8-54bc0f1d8c52', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-120b0604-ade3-4c2f-aae8-54bc0f1d8c52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:49,452 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:58:49,452 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0567a4af-2d19-4856-8963-84b60658fcf2', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0567a4af-2d19-4856-8963-84b60658fcf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:50,505 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:58:50,505 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6f72a65-ec5c-46bb-827e-6072477ef73b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6f72a65-ec5c-46bb-827e-6072477ef73b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:51,560 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 19:58:51,560 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a64f25b-ea11-4e84-af6f-34456eadd9d5', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a64f25b-ea11-4e84-af6f-34456eadd9d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:52,618 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 19:58:52,618 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8125dc2-1e24-49a8-a4ac-5c88cad85ce3', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8125dc2-1e24-49a8-a4ac-5c88cad85ce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:53,676 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 19:58:53,677 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a785922f-4788-47b2-9e5b-6084d67946a0', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a785922f-4788-47b2-9e5b-6084d67946a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:54,732 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:58:54,732 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80914bc1-ec85-42f5-8721-236157b34025', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80914bc1-ec85-42f5-8721-236157b34025', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:55,787 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 19:58:55,787 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6694fb5-65ab-4909-81e7-9eb44971b236', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6694fb5-65ab-4909-81e7-9eb44971b236', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:56,847 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 19:58:56,848 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb256b3c-bb42-4ce2-98c1-dea4f5798178', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb256b3c-bb42-4ce2-98c1-dea4f5798178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:57,902 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:58:57,902 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb6f7269-2a27-4ce6-8aba-834dc68ea90e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb6f7269-2a27-4ce6-8aba-834dc68ea90e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:58:58,956 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:58:58,957 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f9e7129-6070-43e6-8dfc-9c29135be3ab', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f9e7129-6070-43e6-8dfc-9c29135be3ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:00,019 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.049s 2022-09-13 19:59:00,019 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:58:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d708319-4224-4b6e-abe5-b9c44a9fe353', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d708319-4224-4b6e-abe5-b9c44a9fe353', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:01,073 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 19:59:01,074 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccb9d849-51ad-44fb-9731-51356535e15c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccb9d849-51ad-44fb-9731-51356535e15c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:02,130 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:59:02,130 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ae24baf-400c-45b5-a5f6-4e5c613958cd', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ae24baf-400c-45b5-a5f6-4e5c613958cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:03,187 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 19:59:03,187 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b560e03a-4228-4013-aecf-5da7882ebd1b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b560e03a-4228-4013-aecf-5da7882ebd1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:04,243 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:59:04,244 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39450a1e-f76c-45b1-9b3e-e813e90eaa81', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39450a1e-f76c-45b1-9b3e-e813e90eaa81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:05,301 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 19:59:05,302 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4022edb8-9847-4a0f-8633-103deef516cc', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4022edb8-9847-4a0f-8633-103deef516cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:06,360 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 19:59:06,361 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a75fbd50-4f39-4d8e-90b6-c4858ff808e4', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a75fbd50-4f39-4d8e-90b6-c4858ff808e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:07,416 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 19:59:07,417 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a30481b2-f8e4-4da3-bbe8-94f96a0663ad', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a30481b2-f8e4-4da3-bbe8-94f96a0663ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:08,475 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 19:59:08,476 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29a483e1-55c9-4ac5-83d6-71663a463284', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29a483e1-55c9-4ac5-83d6-71663a463284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:09,535 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 19:59:09,535 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21c54c13-1eac-487e-a70b-1a4433bc3be7', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21c54c13-1eac-487e-a70b-1a4433bc3be7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:10,594 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 19:59:10,594 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5e049d9-cc29-43c5-9636-b03ab556a43c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5e049d9-cc29-43c5-9636-b03ab556a43c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:11,647 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:59:11,648 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1afe141f-1107-41ce-b5ee-3e22b451c1ee', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1afe141f-1107-41ce-b5ee-3e22b451c1ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:12,705 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 19:59:12,705 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bac34be4-7fa5-44bf-82b1-2b68f1fc120a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bac34be4-7fa5-44bf-82b1-2b68f1fc120a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:13,764 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 19:59:13,764 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb2e2f81-887d-4ad1-9044-fb280bc145e1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb2e2f81-887d-4ad1-9044-fb280bc145e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:14,832 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.054s 2022-09-13 19:59:14,832 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55bb1746-b098-4d25-94b3-938a5e6f0cf1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55bb1746-b098-4d25-94b3-938a5e6f0cf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:15,886 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 19:59:15,887 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-811368b1-1dc1-46d5-a9c2-b086de6efcdd', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-811368b1-1dc1-46d5-a9c2-b086de6efcdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:16,943 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 19:59:16,943 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4e29e95-4f34-4342-9734-b0bd540bf1d1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4e29e95-4f34-4342-9734-b0bd540bf1d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:17,995 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:59:17,995 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06b75ff8-1788-4b0e-bb2e-5da9a91765e3', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06b75ff8-1788-4b0e-bb2e-5da9a91765e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:19,057 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.048s 2022-09-13 19:59:19,058 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe986f2c-d5fc-4608-aa72-1a8cf37e97fe', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe986f2c-d5fc-4608-aa72-1a8cf37e97fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:20,119 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.048s 2022-09-13 19:59:20,119 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3458d2c6-d0ee-4933-83ad-5ad896ed9d97', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3458d2c6-d0ee-4933-83ad-5ad896ed9d97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:21,180 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 19:59:21,180 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ea02a35-8d62-4278-b265-5de3b8dabe5c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ea02a35-8d62-4278-b265-5de3b8dabe5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:22,232 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:59:22,232 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bb95e51-d103-43f2-a016-eae200cf0158', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bb95e51-d103-43f2-a016-eae200cf0158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:23,291 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 19:59:23,292 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dff5215c-83d6-4f2a-ae85-62f93cc39bc7', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dff5215c-83d6-4f2a-ae85-62f93cc39bc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:24,352 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 19:59:24,352 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d9007b6-af0e-4495-871c-42406b201ec5', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d9007b6-af0e-4495-871c-42406b201ec5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:25,405 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:59:25,405 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d8fbb83-f588-4597-af2e-6233c030987f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d8fbb83-f588-4597-af2e-6233c030987f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:26,460 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 19:59:26,460 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7cc9950-0c8a-4081-b917-700d888b7c36', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7cc9950-0c8a-4081-b917-700d888b7c36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:27,537 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.063s 2022-09-13 19:59:27,537 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41a2da2c-0505-47dc-9ec1-077d889fe42c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41a2da2c-0505-47dc-9ec1-077d889fe42c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:28,720 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.168s 2022-09-13 19:59:28,720 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7198c0c3-5d7a-4232-8f93-228155d8b2af', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7198c0c3-5d7a-4232-8f93-228155d8b2af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:29,772 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:59:29,773 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fe5a26b-20f4-4b93-97dc-e08039a0d363', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fe5a26b-20f4-4b93-97dc-e08039a0d363', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:30,825 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:59:30,825 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85ca2918-bb1e-4a65-ae05-d2a18740076c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85ca2918-bb1e-4a65-ae05-d2a18740076c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:31,876 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:59:31,876 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3eab5b1d-847d-4d8c-b629-cfbebfdd7f8c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3eab5b1d-847d-4d8c-b629-cfbebfdd7f8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:32,930 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 19:59:32,931 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2feca342-799a-46f8-9597-b2af9b222ff9', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2feca342-799a-46f8-9597-b2af9b222ff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:33,987 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 19:59:33,987 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-494f220d-3cad-401c-b3ea-fe4430764de5', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-494f220d-3cad-401c-b3ea-fe4430764de5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:35,039 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:59:35,040 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9703017-1fee-423c-8984-fcb58e917110', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9703017-1fee-423c-8984-fcb58e917110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:36,090 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:59:36,091 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-361445f1-c2c7-4a61-8702-7b7f504187b1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-361445f1-c2c7-4a61-8702-7b7f504187b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:37,141 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:59:37,141 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af0941a9-e019-47dc-8718-c3f41f59c2ad', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af0941a9-e019-47dc-8718-c3f41f59c2ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:38,192 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:59:38,193 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-462e4607-06aa-40d2-a6c3-bfbee2d3f416', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-462e4607-06aa-40d2-a6c3-bfbee2d3f416', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:39,247 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 19:59:39,247 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54b9c6dc-605b-44c8-9b20-b961345f2b30', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54b9c6dc-605b-44c8-9b20-b961345f2b30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:40,305 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 19:59:40,306 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68f256ef-d40e-45e4-b52c-564ebb5d7c62', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68f256ef-d40e-45e4-b52c-564ebb5d7c62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:41,358 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:59:41,359 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-927e41fe-691b-4077-b42b-6215f6d07d77', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-927e41fe-691b-4077-b42b-6215f6d07d77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:42,410 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:59:42,411 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a113eaf-c297-4eb4-9981-ee873592e7ff', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a113eaf-c297-4eb4-9981-ee873592e7ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:43,461 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:59:43,462 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3bdb8c5-59c0-488f-8dfe-b32e7f5ae979', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3bdb8c5-59c0-488f-8dfe-b32e7f5ae979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:44,513 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:59:44,514 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97b8b2bc-e7bb-4906-b126-bd6257569f79', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97b8b2bc-e7bb-4906-b126-bd6257569f79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:45,565 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:59:45,566 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3259128-7251-4c9b-8c76-1fcd14024123', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3259128-7251-4c9b-8c76-1fcd14024123', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:46,626 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 19:59:46,626 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f375acb4-1f93-41f1-ad21-d9baa8ffd224', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f375acb4-1f93-41f1-ad21-d9baa8ffd224', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:47,685 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:59:47,686 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebfa361f-237c-4385-a368-07896db887fc', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebfa361f-237c-4385-a368-07896db887fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:48,735 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.036s 2022-09-13 19:59:48,736 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94e923fc-f3ac-4fff-95db-b899992a449a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94e923fc-f3ac-4fff-95db-b899992a449a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:49,788 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:59:49,788 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e82fcb32-116b-4831-b318-c7cb0cda3c4b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e82fcb32-116b-4831-b318-c7cb0cda3c4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:50,839 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:59:50,839 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42fe6690-d827-45e4-bdf0-c9402b7f2648', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42fe6690-d827-45e4-bdf0-c9402b7f2648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:51,890 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:59:51,891 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb126b4b-a3f4-4fad-9a61-fe70125a5a40', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb126b4b-a3f4-4fad-9a61-fe70125a5a40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:52,942 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 19:59:52,942 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-664c594e-5d09-4a54-b9f1-236d828cc502', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-664c594e-5d09-4a54-b9f1-236d828cc502', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:53,993 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:59:53,993 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4a40998-02fc-45c3-bffd-e0441d0fdd70', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4a40998-02fc-45c3-bffd-e0441d0fdd70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:55,043 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:59:55,043 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52b7c95a-a27e-4bc7-b769-31d9be18c1a1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52b7c95a-a27e-4bc7-b769-31d9be18c1a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:56,135 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.077s 2022-09-13 19:59:56,135 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c459672-0ae0-4caa-a0e8-9607db0f178c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c459672-0ae0-4caa-a0e8-9607db0f178c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:57,186 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:59:57,187 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3266f34f-49de-462e-8dfe-552562d91a57', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3266f34f-49de-462e-8dfe-552562d91a57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:58,238 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 19:59:58,239 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-350e9316-76ee-4461-b0a7-81631acd382f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-350e9316-76ee-4461-b0a7-81631acd382f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 19:59:59,293 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 19:59:59,293 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 19:59:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74258e8d-ed4f-4703-b6ec-4ce55475afe7', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74258e8d-ed4f-4703-b6ec-4ce55475afe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:00,342 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.036s 2022-09-13 20:00:00,342 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aafa69fc-785a-4a9c-9697-07ed6b2c2d6a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aafa69fc-785a-4a9c-9697-07ed6b2c2d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:01,393 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:00:01,393 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcc7b3f0-a71d-4784-9050-637db5601242', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcc7b3f0-a71d-4784-9050-637db5601242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:02,444 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:00:02,444 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be956b58-32a7-4fea-9513-d917bf188b67', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be956b58-32a7-4fea-9513-d917bf188b67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:03,496 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:00:03,496 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1904c7d4-e0ca-4bc1-a76b-670d4485e19a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1904c7d4-e0ca-4bc1-a76b-670d4485e19a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:04,547 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:00:04,547 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74c613ea-0611-48a1-8c3f-776a9a156a80', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74c613ea-0611-48a1-8c3f-776a9a156a80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:05,605 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:00:05,605 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e363b18-7fdb-4aaa-9214-c8a1b6f22a05', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e363b18-7fdb-4aaa-9214-c8a1b6f22a05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:06,676 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.058s 2022-09-13 20:00:06,676 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c82f44b-2b91-46f3-8c58-a12d48338d4d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c82f44b-2b91-46f3-8c58-a12d48338d4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:07,726 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.036s 2022-09-13 20:00:07,726 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d68fff01-3deb-484b-8db9-48c1bf2a66eb', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d68fff01-3deb-484b-8db9-48c1bf2a66eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:08,778 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:00:08,779 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eab056fe-e252-4435-8bb0-599c9190ef68', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eab056fe-e252-4435-8bb0-599c9190ef68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:09,837 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:00:09,838 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f11e3c89-721c-42d1-b81e-af7c28562d33', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f11e3c89-721c-42d1-b81e-af7c28562d33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:10,893 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 20:00:10,893 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ac0d7f7-8453-43bf-930a-e02e421e33eb', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ac0d7f7-8453-43bf-930a-e02e421e33eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:11,949 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 20:00:11,949 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-911f82ec-fde8-4225-8bfb-490f50d9c91a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-911f82ec-fde8-4225-8bfb-490f50d9c91a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:13,009 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:00:13,009 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29a0c4f3-6be7-4ba2-b423-1da00e5a4ed0', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29a0c4f3-6be7-4ba2-b423-1da00e5a4ed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:14,074 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.050s 2022-09-13 20:00:14,074 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08fe5d1d-d2ae-4e4a-8db4-3974b9a71b2a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08fe5d1d-d2ae-4e4a-8db4-3974b9a71b2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:15,127 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:00:15,128 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8f68736-e134-4fb3-ab93-211e0fee8a09', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8f68736-e134-4fb3-ab93-211e0fee8a09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:16,185 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:00:16,185 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cab48517-6e36-4901-a8f4-2726e14a420b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cab48517-6e36-4901-a8f4-2726e14a420b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:17,244 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:00:17,244 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff8c180a-1e5a-4707-8491-0ac0ffc7037e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff8c180a-1e5a-4707-8491-0ac0ffc7037e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:18,314 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.056s 2022-09-13 20:00:18,315 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ec63474-6d07-4f79-a809-afb5359b5872', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ec63474-6d07-4f79-a809-afb5359b5872', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:19,367 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:00:19,367 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-282de363-71c0-4270-b03f-229a59969692', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-282de363-71c0-4270-b03f-229a59969692', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:20,418 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:00:20,420 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2e782a3-ed03-419e-9f04-3c7db49ba32d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2e782a3-ed03-419e-9f04-3c7db49ba32d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:21,476 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:00:21,476 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac4b32cc-3340-479b-8f48-3e05e7d7e157', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac4b32cc-3340-479b-8f48-3e05e7d7e157', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:22,530 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 20:00:22,531 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07a9c87c-77b6-4581-ad7a-a7050ce6b2d9', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07a9c87c-77b6-4581-ad7a-a7050ce6b2d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:23,590 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:00:23,590 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-577c4c27-9bf3-483e-ba34-ad200ec5601a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-577c4c27-9bf3-483e-ba34-ad200ec5601a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:24,649 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:00:24,649 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4beaf72-67a7-40b4-981b-341ad52678c4', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4beaf72-67a7-40b4-981b-341ad52678c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:25,703 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:00:25,704 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d36b171-b020-4786-bf98-6e46c17cfe7f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d36b171-b020-4786-bf98-6e46c17cfe7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:26,763 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:00:26,764 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f23c154-03f3-4638-a072-f21598d39c48', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f23c154-03f3-4638-a072-f21598d39c48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:27,821 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:00:27,822 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f513fc2d-641d-414d-b081-9bc68322733b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f513fc2d-641d-414d-b081-9bc68322733b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:28,879 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:00:28,879 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdf0fccd-c1ef-48fc-87cd-5d1a7ee8a35e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdf0fccd-c1ef-48fc-87cd-5d1a7ee8a35e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:29,936 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:00:29,936 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af5f364d-a331-4ee8-b679-3484daa0fe82', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af5f364d-a331-4ee8-b679-3484daa0fe82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:30,995 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:00:30,995 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02875d53-28d3-435e-ab96-e2884488d8e6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02875d53-28d3-435e-ab96-e2884488d8e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:32,050 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:00:32,051 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-224c3f80-4f88-49aa-b147-3d79b805f0f7', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-224c3f80-4f88-49aa-b147-3d79b805f0f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:33,108 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:00:33,108 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72e241c3-33ae-4946-96bc-37e885b74ded', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72e241c3-33ae-4946-96bc-37e885b74ded', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:34,171 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.048s 2022-09-13 20:00:34,171 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba23f069-6559-48bc-80c6-3b7d52262a5c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba23f069-6559-48bc-80c6-3b7d52262a5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:35,229 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:00:35,230 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dca59273-0b74-43cb-b9de-91d4517d1b88', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dca59273-0b74-43cb-b9de-91d4517d1b88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:36,287 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:00:36,287 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-604a2f3a-361b-4af8-8301-26f87827e01e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-604a2f3a-361b-4af8-8301-26f87827e01e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:37,348 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 20:00:37,348 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f30d464-76b4-4d97-a177-9bd217c8b412', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f30d464-76b4-4d97-a177-9bd217c8b412', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:38,412 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.048s 2022-09-13 20:00:38,412 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a6d7d2a-fad4-446f-a8e6-636de54f72dc', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a6d7d2a-fad4-446f-a8e6-636de54f72dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:39,463 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:00:39,463 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28ada33a-22a4-400b-aed9-80025c9e40c3', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28ada33a-22a4-400b-aed9-80025c9e40c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:40,520 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:00:40,521 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cdb8021-e7fd-47a4-ae83-52e34b8e1d8b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cdb8021-e7fd-47a4-ae83-52e34b8e1d8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:41,577 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:00:41,577 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7af8b454-fc03-4866-8931-2eda34a68eb9', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7af8b454-fc03-4866-8931-2eda34a68eb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:42,634 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:00:42,635 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d471fc41-7310-4fdb-847e-a1261f4a9bbe', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d471fc41-7310-4fdb-847e-a1261f4a9bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:43,690 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 20:00:43,691 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a758fabd-c280-4a09-af2f-8f6a4d3589b3', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a758fabd-c280-4a09-af2f-8f6a4d3589b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:44,753 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.048s 2022-09-13 20:00:44,753 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c198113e-cd35-408b-aac5-c7121ebba884', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c198113e-cd35-408b-aac5-c7121ebba884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:45,806 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:00:45,807 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c629f926-72e4-4fb5-a9d1-43b92e004e65', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c629f926-72e4-4fb5-a9d1-43b92e004e65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:46,877 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.056s 2022-09-13 20:00:46,877 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc487c83-5d24-4989-9f1f-2e5fe61d0318', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc487c83-5d24-4989-9f1f-2e5fe61d0318', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:47,943 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.053s 2022-09-13 20:00:47,943 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfedf412-e8d4-4f44-b780-1fe3d8f40250', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfedf412-e8d4-4f44-b780-1fe3d8f40250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:48,999 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 20:00:49,000 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa8f0d8f-c4b7-4892-91be-eccd0574279f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa8f0d8f-c4b7-4892-91be-eccd0574279f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:50,059 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:00:50,060 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9c63669-c4c0-4d9c-8676-88b15f1a5dfc', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9c63669-c4c0-4d9c-8676-88b15f1a5dfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:51,126 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.052s 2022-09-13 20:00:51,126 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9825b6a4-3679-47ba-87a6-e0ca3fe5a3a4', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9825b6a4-3679-47ba-87a6-e0ca3fe5a3a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:52,179 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:00:52,179 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-666189a3-b594-4d48-b09f-3c1f25999020', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-666189a3-b594-4d48-b09f-3c1f25999020', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:53,231 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:00:53,232 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d0ccd7e-2196-4863-bdd4-8be94ba52e76', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d0ccd7e-2196-4863-bdd4-8be94ba52e76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:54,297 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.051s 2022-09-13 20:00:54,297 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb33dc5a-acb4-4b9b-aee4-209562988a85', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb33dc5a-acb4-4b9b-aee4-209562988a85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:55,351 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 20:00:55,351 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a80f5764-14bf-4e93-b766-e7ff4bb240df', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a80f5764-14bf-4e93-b766-e7ff4bb240df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:56,407 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 20:00:56,408 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ebb9f9c-2a98-4b64-8afc-6b2571e60324', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ebb9f9c-2a98-4b64-8afc-6b2571e60324', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:57,463 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 20:00:57,463 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0516acbb-bb71-4a60-80e4-3347461c95db', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0516acbb-bb71-4a60-80e4-3347461c95db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:57,530 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.053s 2022-09-13 20:00:57,531 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee53e0ee-fbc3-46d1-b3f5-a274e6ee7c28', 'x-openstack-request-id': 'req-ee53e0ee-fbc3-46d1-b3f5-a274e6ee7c28', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}' 2022-09-13 20:00:57,569 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:00:57,570 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdba8943-47a8-453f-8e09-cc6cd59692eb', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdba8943-47a8-453f-8e09-cc6cd59692eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:58,621 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:00:58,621 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31d7cd60-7ff2-401e-b909-df897f042627', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31d7cd60-7ff2-401e-b909-df897f042627', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:00:59,671 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:00:59,672 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:00:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82bfd41e-e2fd-493b-9f04-7050006217e7', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82bfd41e-e2fd-493b-9f04-7050006217e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:00,727 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:01:00,727 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6215bb76-dd8d-46d0-9b9b-9ca57788a5d6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6215bb76-dd8d-46d0-9b9b-9ca57788a5d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:01,778 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:01:01,779 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c83cc9b-aeb2-41aa-8bcc-af4c47016c26', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c83cc9b-aeb2-41aa-8bcc-af4c47016c26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:02,832 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:01:02,832 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-245a0270-10f0-44aa-918c-177285335e3b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-245a0270-10f0-44aa-918c-177285335e3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:03,886 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:01:03,886 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa6d9b62-d9aa-48bf-9d7b-0c3a6947631d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa6d9b62-d9aa-48bf-9d7b-0c3a6947631d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:04,936 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:01:04,936 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8da2ebea-9009-4a58-880a-1981b8eb09c3', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8da2ebea-9009-4a58-880a-1981b8eb09c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:05,987 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:01:05,987 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdcf7a1b-1eb7-4f63-9f2b-29dbee5d97c8', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdcf7a1b-1eb7-4f63-9f2b-29dbee5d97c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:07,040 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:01:07,040 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b93670d-ee9a-4e56-9de0-a01dbfacfadd', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b93670d-ee9a-4e56-9de0-a01dbfacfadd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:08,090 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:01:08,091 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4f55014-b834-43fc-b70b-5ef8c16bca19', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4f55014-b834-43fc-b70b-5ef8c16bca19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:09,151 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 20:01:09,152 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae27df28-8311-4819-b5b3-04ebcdaffec9', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae27df28-8311-4819-b5b3-04ebcdaffec9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:10,208 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 20:01:10,208 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1abc61f8-4b5a-432a-8155-0ab9c9f2302b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1abc61f8-4b5a-432a-8155-0ab9c9f2302b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:11,268 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:01:11,268 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4df311ed-aa94-4b2f-a087-152b0f4b5aae', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4df311ed-aa94-4b2f-a087-152b0f4b5aae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:12,324 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 20:01:12,324 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eed1359-4d82-4604-a1e8-7834a67fed9b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eed1359-4d82-4604-a1e8-7834a67fed9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:13,443 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.105s 2022-09-13 20:01:13,443 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42ea80a4-1239-4c28-a680-e39de8e7d25f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42ea80a4-1239-4c28-a680-e39de8e7d25f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:14,495 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:01:14,495 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-669549e5-ad02-45ef-bc81-d57b7c36509c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-669549e5-ad02-45ef-bc81-d57b7c36509c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:15,547 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:01:15,547 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1759bacc-dff1-4859-9784-b61283010049', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1759bacc-dff1-4859-9784-b61283010049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:16,599 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:01:16,599 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7253e905-f2b4-488d-a3bf-6e60904ff525', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7253e905-f2b4-488d-a3bf-6e60904ff525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:17,654 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 20:01:17,654 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce953492-4fc9-4ccf-b02a-14a03501a4c4', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce953492-4fc9-4ccf-b02a-14a03501a4c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:18,706 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:01:18,707 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88afacef-53ed-463d-bff1-bdc22d66326a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88afacef-53ed-463d-bff1-bdc22d66326a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:19,759 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:01:19,760 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-626004ed-3c3e-4d52-8ff7-1ff06f64f581', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-626004ed-3c3e-4d52-8ff7-1ff06f64f581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:20,811 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:01:20,811 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1505ce0-f730-4df3-9817-a859986d5e9c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1505ce0-f730-4df3-9817-a859986d5e9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:21,868 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:01:21,868 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3e67823-069b-40bb-94ff-b3fc9a76135a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3e67823-069b-40bb-94ff-b3fc9a76135a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:22,920 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:01:22,920 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ef29ecb-28af-4d64-8e7b-f4cf3d0c5af0', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ef29ecb-28af-4d64-8e7b-f4cf3d0c5af0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:23,972 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:01:23,973 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e7bc921-94ca-4318-a295-dfcc2f6dd7da', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e7bc921-94ca-4318-a295-dfcc2f6dd7da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:25,033 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 20:01:25,033 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9ae48a6-9d5c-4858-a64d-7ac84f86d367', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9ae48a6-9d5c-4858-a64d-7ac84f86d367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:26,087 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:01:26,088 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f9fb273-dad9-4d66-a511-4de0446a8ca7', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f9fb273-dad9-4d66-a511-4de0446a8ca7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:27,144 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:01:27,145 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6449dae9-8033-4634-83f2-3e0ed8390f81', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6449dae9-8033-4634-83f2-3e0ed8390f81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:28,203 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:01:28,203 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1c2e761-8aae-4211-bc51-b224c210fc22', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1c2e761-8aae-4211-bc51-b224c210fc22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:29,334 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.117s 2022-09-13 20:01:29,334 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bc5a520-c368-4b2c-9df7-178ed8d01968', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bc5a520-c368-4b2c-9df7-178ed8d01968', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:30,386 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:01:30,386 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cfb18d4-ee45-4a95-aaf1-0cab06760ee8', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cfb18d4-ee45-4a95-aaf1-0cab06760ee8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:31,450 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.050s 2022-09-13 20:01:31,450 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60fa73fd-c276-4560-8d68-8a9ddcb98817', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60fa73fd-c276-4560-8d68-8a9ddcb98817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:32,506 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:01:32,506 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2308ace8-57ba-4018-808e-495286f90a18', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2308ace8-57ba-4018-808e-495286f90a18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:33,556 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.036s 2022-09-13 20:01:33,556 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5e853b1-4642-46e1-96c7-c46d2130329b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5e853b1-4642-46e1-96c7-c46d2130329b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:34,608 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:01:34,608 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c736833-1005-4d6c-b5c1-d6ceaae1ff32', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c736833-1005-4d6c-b5c1-d6ceaae1ff32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:35,659 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:01:35,659 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30be4410-1fd3-4a1d-a7e2-a9a273f1278c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30be4410-1fd3-4a1d-a7e2-a9a273f1278c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:36,731 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.057s 2022-09-13 20:01:36,731 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a525da75-80a9-494e-b897-fe00b3ca7e54', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a525da75-80a9-494e-b897-fe00b3ca7e54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:37,789 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:01:37,790 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df431848-f7cd-4c94-bf26-e3ffc6b45051', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df431848-f7cd-4c94-bf26-e3ffc6b45051', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:38,841 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:01:38,842 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ac98004-d32f-4eac-8a20-a8e93e5627f0', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ac98004-d32f-4eac-8a20-a8e93e5627f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:39,895 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:01:39,895 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-070c844c-cbf1-4cf1-930c-a88d2da3224b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-070c844c-cbf1-4cf1-930c-a88d2da3224b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:40,949 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:01:40,949 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-790737d2-b88c-4740-9b1b-dedecd77c9cc', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-790737d2-b88c-4740-9b1b-dedecd77c9cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:42,003 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:01:42,004 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-955968e5-1704-4b72-8ef6-a9acdaea31b9', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-955968e5-1704-4b72-8ef6-a9acdaea31b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:43,058 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:01:43,058 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a74afeb1-78ea-48b8-98af-2a394b34eabe', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a74afeb1-78ea-48b8-98af-2a394b34eabe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:44,135 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.063s 2022-09-13 20:01:44,136 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c327eca0-b61a-4855-a33e-5572f8713e80', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c327eca0-b61a-4855-a33e-5572f8713e80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:45,193 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:01:45,194 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-998dae66-cb55-4f01-a6f6-ea1788ee94fe', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-998dae66-cb55-4f01-a6f6-ea1788ee94fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:46,262 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.055s 2022-09-13 20:01:46,263 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3a46e96-3726-465f-903f-94d2cf4a8f13', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3a46e96-3726-465f-903f-94d2cf4a8f13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:47,314 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:01:47,314 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4a9149c-25fe-421b-904d-d5a0da1e7c16', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4a9149c-25fe-421b-904d-d5a0da1e7c16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:48,366 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:01:48,367 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2d54f8b-c3e8-4eec-9cb5-47db89b58261', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2d54f8b-c3e8-4eec-9cb5-47db89b58261', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:49,419 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:01:49,419 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70bcf799-8106-494a-9df5-662390debb28', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70bcf799-8106-494a-9df5-662390debb28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:50,476 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:01:50,477 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-698192a3-10e2-44b6-8bb7-668f46edd623', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-698192a3-10e2-44b6-8bb7-668f46edd623', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:51,528 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:01:51,528 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65c0e198-2896-4540-b3fd-f85c3861c950', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65c0e198-2896-4540-b3fd-f85c3861c950', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:52,593 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.051s 2022-09-13 20:01:52,593 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-402e0bcc-be1d-443e-8156-ea0dbd3e1986', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-402e0bcc-be1d-443e-8156-ea0dbd3e1986', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:53,643 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.036s 2022-09-13 20:01:53,644 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-940edd09-199d-4932-8420-8c01429a78e7', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-940edd09-199d-4932-8420-8c01429a78e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:54,723 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.065s 2022-09-13 20:01:54,723 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18d90042-9158-4136-b8cc-8a127d12d191', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18d90042-9158-4136-b8cc-8a127d12d191', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:55,793 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.056s 2022-09-13 20:01:55,794 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbbcbc8f-cb75-49d9-a2cd-8ff622bc050b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbbcbc8f-cb75-49d9-a2cd-8ff622bc050b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:56,851 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:01:56,851 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43defeaf-1d10-46a0-a73f-793d699672bb', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43defeaf-1d10-46a0-a73f-793d699672bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:57,901 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:01:57,902 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-794e428f-b23e-49c5-be1b-94fa01274180', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-794e428f-b23e-49c5-be1b-94fa01274180', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:01:58,952 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:01:58,952 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99cae866-b5ca-416c-8ce4-79614a52dda2', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99cae866-b5ca-416c-8ce4-79614a52dda2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:00,003 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:02:00,003 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a6c67e6-f72c-4da0-b20c-8e1da8b8800d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a6c67e6-f72c-4da0-b20c-8e1da8b8800d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:01,067 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.050s 2022-09-13 20:02:01,067 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a41d96e-2648-4f00-9d2b-c6259538d4dc', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a41d96e-2648-4f00-9d2b-c6259538d4dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:02,118 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:02:02,118 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1095b0d8-90f3-4e23-88c5-62daf3a7521b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1095b0d8-90f3-4e23-88c5-62daf3a7521b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:03,169 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:02:03,169 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1066a823-e0a8-470a-aa2a-0af8822c66af', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1066a823-e0a8-470a-aa2a-0af8822c66af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:04,227 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:02:04,227 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1df64f01-5b2f-4566-9716-d6cfa17afdfd', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1df64f01-5b2f-4566-9716-d6cfa17afdfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:05,284 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:02:05,284 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2b2a411-1ddb-4949-9790-fa1ddb2ce8a0', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2b2a411-1ddb-4949-9790-fa1ddb2ce8a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:06,342 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:02:06,343 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fba74d1c-ba7a-48ed-a9ed-f992eb37233f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fba74d1c-ba7a-48ed-a9ed-f992eb37233f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:07,401 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:02:07,401 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4758492-cdde-41d8-8bda-9b68fd373aa1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4758492-cdde-41d8-8bda-9b68fd373aa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:08,457 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:02:08,457 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ee00ee8-37fa-42d8-9a98-0f33b594d31d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ee00ee8-37fa-42d8-9a98-0f33b594d31d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:09,515 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:02:09,515 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12fabe14-8f28-49f8-a6e1-0fb7382e1c9a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12fabe14-8f28-49f8-a6e1-0fb7382e1c9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:10,574 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:02:10,575 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f0b70bf-f3c5-4f09-a566-0985b78e789d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f0b70bf-f3c5-4f09-a566-0985b78e789d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:11,632 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:02:11,632 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-825316f9-c04a-4d8a-8386-38b74195d83a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-825316f9-c04a-4d8a-8386-38b74195d83a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:12,689 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 20:02:12,690 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-477aa333-9285-4fa4-88a2-4fb7f5369243', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-477aa333-9285-4fa4-88a2-4fb7f5369243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:13,745 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 20:02:13,745 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a9e2b8b-721f-424a-b0fc-17e5a33a2292', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a9e2b8b-721f-424a-b0fc-17e5a33a2292', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:14,796 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:02:14,797 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08130f23-603b-4e7f-b99b-42ca47f95466', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08130f23-603b-4e7f-b99b-42ca47f95466', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:15,856 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:02:15,856 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f182e8e8-58ae-4a34-97b2-e14252d95c2f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f182e8e8-58ae-4a34-97b2-e14252d95c2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:16,913 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:02:16,913 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a9ef3fc-5ed4-4a8d-a158-18d72193732a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a9ef3fc-5ed4-4a8d-a158-18d72193732a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:17,967 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:02:17,967 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe9ad529-2e27-4072-ba0b-ee9e82b441e4', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe9ad529-2e27-4072-ba0b-ee9e82b441e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:19,018 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:02:19,018 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60c5a536-13e1-4a0c-ba3e-69ef83a38f48', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60c5a536-13e1-4a0c-ba3e-69ef83a38f48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:20,068 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.036s 2022-09-13 20:02:20,068 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55136246-30c5-406e-9270-2735fda3ebd2', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55136246-30c5-406e-9270-2735fda3ebd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:21,121 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:02:21,121 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0692ceb9-944a-4a2e-b354-be8dba3314ee', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0692ceb9-944a-4a2e-b354-be8dba3314ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:22,180 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:02:22,180 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26cedbc2-9e80-4cdc-a1cb-d4e1cde57531', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26cedbc2-9e80-4cdc-a1cb-d4e1cde57531', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:23,243 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.049s 2022-09-13 20:02:23,243 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de53d0c1-2981-4a4a-8cc9-2cc96c30a8fd', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de53d0c1-2981-4a4a-8cc9-2cc96c30a8fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:24,301 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:02:24,301 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1623037-a587-409f-a921-b2b17ca24806', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1623037-a587-409f-a921-b2b17ca24806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:25,360 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:02:25,360 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e03be46-428e-4966-b5e8-764dbf8c5744', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e03be46-428e-4966-b5e8-764dbf8c5744', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:26,419 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:02:26,419 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4ce15ad-484f-4849-9d18-8537ddd149e0', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4ce15ad-484f-4849-9d18-8537ddd149e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:27,477 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:02:27,477 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eb36bd2-0353-457e-b81a-18a8347360b6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eb36bd2-0353-457e-b81a-18a8347360b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:28,538 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:02:28,538 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d42abb6-d320-4b66-a490-4c2c0aed2bba', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d42abb6-d320-4b66-a490-4c2c0aed2bba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:29,589 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:02:29,590 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51d18688-956c-4450-99f2-61a292811447', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51d18688-956c-4450-99f2-61a292811447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:30,642 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:02:30,643 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4488019d-a2d1-4b25-ad66-f4b6b36e7c39', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4488019d-a2d1-4b25-ad66-f4b6b36e7c39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:31,697 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:02:31,697 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c09a21b-5c02-487e-9050-93d3ef92dcae', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c09a21b-5c02-487e-9050-93d3ef92dcae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:32,750 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:02:32,750 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81a668d6-a8db-408d-82af-6897cf9c86b4', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81a668d6-a8db-408d-82af-6897cf9c86b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:33,802 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:02:33,803 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0375d5a-1484-4e02-898c-9e0d6fc219fd', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0375d5a-1484-4e02-898c-9e0d6fc219fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:34,855 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:02:34,855 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dcebb95-cb38-4419-baed-e125b4c2d82f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dcebb95-cb38-4419-baed-e125b4c2d82f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:35,907 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:02:35,908 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bf265fd-def2-4f91-b8ec-3e389c1138af', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bf265fd-def2-4f91-b8ec-3e389c1138af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:36,962 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:02:36,962 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1964fd0-52d7-4a25-85d8-d22b1d857c30', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1964fd0-52d7-4a25-85d8-d22b1d857c30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:38,015 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:02:38,015 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c6d14e2-7081-4337-98eb-e2480eb7f19f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c6d14e2-7081-4337-98eb-e2480eb7f19f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:39,070 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 20:02:39,071 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dd23b55-f1f0-4929-b2af-b37d5b23c0cb', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dd23b55-f1f0-4929-b2af-b37d5b23c0cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:40,122 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:02:40,123 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f7acb29-2cfb-4ccc-811e-8a58d053c6d1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f7acb29-2cfb-4ccc-811e-8a58d053c6d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:41,176 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:02:41,177 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a79ddec2-a96c-46ab-ae01-3a6dbf5e2540', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a79ddec2-a96c-46ab-ae01-3a6dbf5e2540', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:42,228 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:02:42,229 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-659ddbbf-83aa-4ec3-947b-ebd93bea2db1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-659ddbbf-83aa-4ec3-947b-ebd93bea2db1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:43,283 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 20:02:43,283 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa00ce62-c5eb-4f45-9268-f7ef784e26a6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa00ce62-c5eb-4f45-9268-f7ef784e26a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:44,335 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:02:44,336 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6f0a1b7-d4c8-4506-981f-62d9624a5271', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6f0a1b7-d4c8-4506-981f-62d9624a5271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:45,388 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:02:45,388 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9df2edba-46f8-4a04-a0d3-2a56f5dbe273', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9df2edba-46f8-4a04-a0d3-2a56f5dbe273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:46,442 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:02:46,443 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ede4c4d7-ff08-4bd3-b832-20974e9b767c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ede4c4d7-ff08-4bd3-b832-20974e9b767c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:47,495 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:02:47,496 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6f1dccc-db2b-4cf9-bccf-f7925e2b34b9', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6f1dccc-db2b-4cf9-bccf-f7925e2b34b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:48,549 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:02:48,550 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95bcbd5f-6858-4893-8a2a-9344c9bcd631', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95bcbd5f-6858-4893-8a2a-9344c9bcd631', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:49,601 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:02:49,601 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07d0dae4-8484-4216-8d6b-88064cee8128', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07d0dae4-8484-4216-8d6b-88064cee8128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:50,655 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:02:50,655 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f5fb61d-c034-49ed-9e49-fd5312b3bf5b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f5fb61d-c034-49ed-9e49-fd5312b3bf5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:51,707 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:02:51,708 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b00fd57-2573-42ef-b92b-039e7242e5a8', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b00fd57-2573-42ef-b92b-039e7242e5a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:52,762 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:02:52,763 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bfacb84-11af-40ee-a5bf-fa5105d93c2e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bfacb84-11af-40ee-a5bf-fa5105d93c2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:53,818 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 20:02:53,819 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2ded78f-6fa1-414e-ac92-e462b5cd3947', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2ded78f-6fa1-414e-ac92-e462b5cd3947', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:54,871 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:02:54,871 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2128195-148e-4c52-80b4-8ebd4742f103', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2128195-148e-4c52-80b4-8ebd4742f103', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:55,924 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:02:55,924 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c993d980-21af-457e-abbf-8fdc5df6f816', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c993d980-21af-457e-abbf-8fdc5df6f816', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:56,975 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:02:56,976 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35c2f49a-a94a-4c14-8972-a0a6f44fae8e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35c2f49a-a94a-4c14-8972-a0a6f44fae8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:58,029 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:02:58,029 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fb2272c-2677-42c3-9410-83f96285972b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fb2272c-2677-42c3-9410-83f96285972b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:02:59,083 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 20:02:59,084 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:02:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c689f0f-ca00-4aa9-8d80-9a8cefcc1e2c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c689f0f-ca00-4aa9-8d80-9a8cefcc1e2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:00,138 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 20:03:00,138 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07f19ed7-a11e-47b0-997e-2d190ca5d2f6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07f19ed7-a11e-47b0-997e-2d190ca5d2f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:01,190 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:01,190 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b59a544-2ee5-47f0-bed8-5bc9f134abec', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b59a544-2ee5-47f0-bed8-5bc9f134abec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:02,243 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:02,243 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ca5d25b-5ac7-4d4e-a35f-8f74666a7563', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ca5d25b-5ac7-4d4e-a35f-8f74666a7563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:03,298 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:03,298 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b9cc9f4-b381-44f4-881c-6ec7fc90273e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b9cc9f4-b381-44f4-881c-6ec7fc90273e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:04,349 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:04,349 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9036bab-0a85-4711-9d6b-2b77714f7bcd', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9036bab-0a85-4711-9d6b-2b77714f7bcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:05,402 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:05,402 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f696ab30-629c-4b4b-a137-487545f3d64b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f696ab30-629c-4b4b-a137-487545f3d64b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:06,454 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:06,454 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62dc8319-9224-475f-bbc1-d63e3704fa2d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62dc8319-9224-475f-bbc1-d63e3704fa2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:07,511 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:03:07,511 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d582af53-6b79-4e53-9276-c1e451058fa2', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d582af53-6b79-4e53-9276-c1e451058fa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:08,563 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:08,563 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-460df1d7-6758-4cf0-9233-e63f284cc613', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-460df1d7-6758-4cf0-9233-e63f284cc613', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:09,616 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:09,616 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92315fdb-fdd8-46eb-ab4d-21e81252a282', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92315fdb-fdd8-46eb-ab4d-21e81252a282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:10,669 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:10,669 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f705bd3-be61-48c5-b5a8-f1cb9d8147c1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f705bd3-be61-48c5-b5a8-f1cb9d8147c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:11,721 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:11,721 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b14c3360-d689-4382-9d48-3daa36450184', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b14c3360-d689-4382-9d48-3daa36450184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:12,781 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:12,781 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9fcf9de-ba47-4e60-a538-566438e29b63', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9fcf9de-ba47-4e60-a538-566438e29b63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:13,834 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:13,834 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9056010-882b-43fb-8ca5-33313b9f3493', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9056010-882b-43fb-8ca5-33313b9f3493', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:14,886 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:14,886 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7fc48e0-7347-4821-8a19-29085999a9e6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7fc48e0-7347-4821-8a19-29085999a9e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:15,940 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 20:03:15,941 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c3dbbc6-23f7-439b-aee6-25a03f3479d9', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c3dbbc6-23f7-439b-aee6-25a03f3479d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:16,991 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:16,991 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20b336de-b0e1-4210-a909-0022cfd6e1a1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20b336de-b0e1-4210-a909-0022cfd6e1a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:18,045 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:18,046 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c519803-c858-46f7-9a27-15aefbc00b50', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c519803-c858-46f7-9a27-15aefbc00b50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:19,099 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:19,099 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d1da6a8-7e4e-4f88-a81c-df1a270254d1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d1da6a8-7e4e-4f88-a81c-df1a270254d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:20,152 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:20,152 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2d31957-06c4-4e58-b903-15a1d7824113', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2d31957-06c4-4e58-b903-15a1d7824113', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:21,204 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:21,204 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92db0fd6-89ec-44d9-88df-51638b4ebfa7', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92db0fd6-89ec-44d9-88df-51638b4ebfa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:22,256 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:22,257 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a8290ce-3d17-420e-8b15-8968fb0f8a72', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a8290ce-3d17-420e-8b15-8968fb0f8a72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:23,310 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:23,310 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d80fe15b-adf9-4881-be27-f67979f19e34', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d80fe15b-adf9-4881-be27-f67979f19e34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:24,363 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:24,363 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99b07120-534c-465e-9393-fc323a28b7f7', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99b07120-534c-465e-9393-fc323a28b7f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:25,415 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:25,415 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cd5e5c2-e48f-4a1c-bec3-dba4b1793f86', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cd5e5c2-e48f-4a1c-bec3-dba4b1793f86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:26,470 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 20:03:26,470 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fe6bebb-b48d-4119-aa2b-6fb66b22bc19', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fe6bebb-b48d-4119-aa2b-6fb66b22bc19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:27,523 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:27,523 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1140117-4017-4a5a-bcdf-906be8ec7ebb', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1140117-4017-4a5a-bcdf-906be8ec7ebb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:28,576 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:03:28,577 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c435705-c686-43ae-91a6-633bf3634553', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c435705-c686-43ae-91a6-633bf3634553', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:29,628 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:29,629 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39b688fc-48d1-4510-9bdc-4752191aa34f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39b688fc-48d1-4510-9bdc-4752191aa34f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:30,681 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:30,683 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6802483-36f0-495a-a15c-55fbe149330d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6802483-36f0-495a-a15c-55fbe149330d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:31,735 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:31,736 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e94111a-7e1e-4cf4-8d42-873733bddcec', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e94111a-7e1e-4cf4-8d42-873733bddcec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:32,788 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:32,788 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efc4db54-8d04-4b5f-9c87-00039093347b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efc4db54-8d04-4b5f-9c87-00039093347b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:33,843 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:33,843 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04ef9e6c-e29e-4f75-8c76-499a8890d065', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04ef9e6c-e29e-4f75-8c76-499a8890d065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:34,894 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:34,895 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cc9b4b8-6877-4cf0-9e35-bbbe3f4f8ba4', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cc9b4b8-6877-4cf0-9e35-bbbe3f4f8ba4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:35,947 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:35,948 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a09a8530-931d-4a0c-9360-bed672ba2532', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a09a8530-931d-4a0c-9360-bed672ba2532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:37,000 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:37,000 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3863ef0d-6e4f-4ba8-9ef8-25a244c60144', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3863ef0d-6e4f-4ba8-9ef8-25a244c60144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:38,053 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:38,054 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a652063-7b12-4bd5-a386-669e305bf193', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a652063-7b12-4bd5-a386-669e305bf193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:39,105 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:39,105 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-001d24a2-4270-4c02-8d0e-be4a92a68d14', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-001d24a2-4270-4c02-8d0e-be4a92a68d14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:40,159 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:03:40,160 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a0a0a46-79a7-4094-9a6b-c510339e7469', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a0a0a46-79a7-4094-9a6b-c510339e7469', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:41,210 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:41,210 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44ee36e1-cc0b-47e0-a76b-a5421a2717dc', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44ee36e1-cc0b-47e0-a76b-a5421a2717dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:42,263 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:42,263 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cda1b68e-fa01-4f25-a989-66176d68d6ba', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cda1b68e-fa01-4f25-a989-66176d68d6ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:43,323 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:03:43,323 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d73bb5d4-b2d6-4e6f-bce7-def74bf40482', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d73bb5d4-b2d6-4e6f-bce7-def74bf40482', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:44,375 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:44,375 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d24514d5-a282-4e95-b77a-1fc66e49c9da', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d24514d5-a282-4e95-b77a-1fc66e49c9da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:45,426 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:03:45,426 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f54a139b-8b98-4f21-8cd1-0e9c2c598018', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f54a139b-8b98-4f21-8cd1-0e9c2c598018', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:46,478 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:46,478 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eb1a0c7-c749-4da3-b30d-16fce74ffec2', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eb1a0c7-c749-4da3-b30d-16fce74ffec2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:47,531 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:47,532 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec1cf849-11b1-44d3-be5a-c1cc9a2a5c32', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec1cf849-11b1-44d3-be5a-c1cc9a2a5c32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:48,588 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 20:03:48,589 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b1fc9ea-d901-4cf3-a703-30e0df4d3d5e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b1fc9ea-d901-4cf3-a703-30e0df4d3d5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:49,640 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:03:49,640 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-898767e0-7189-43ac-b554-040468d55641', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-898767e0-7189-43ac-b554-040468d55641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:50,694 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:50,694 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc88be07-92b9-4167-8f21-480382d68a8f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc88be07-92b9-4167-8f21-480382d68a8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:51,746 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:51,746 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee9c9a47-e038-4995-9fdf-26597381d2b2', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee9c9a47-e038-4995-9fdf-26597381d2b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:52,799 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:03:52,800 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-007913ad-c206-485f-be52-f47c7b07dce1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-007913ad-c206-485f-be52-f47c7b07dce1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:53,853 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:03:53,854 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69d94f04-b336-41b9-a5a2-c878b96dc79d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69d94f04-b336-41b9-a5a2-c878b96dc79d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:54,907 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:03:54,907 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee35dbd4-ab7c-4c0d-8fd3-739c6ccd8c69', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee35dbd4-ab7c-4c0d-8fd3-739c6ccd8c69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:55,959 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:55,959 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6783f572-e4cc-4c3b-a017-f73e1c979f8e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6783f572-e4cc-4c3b-a017-f73e1c979f8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:57,010 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:03:57,010 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2e55cb9-2468-4460-8870-127374262dce', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2e55cb9-2468-4460-8870-127374262dce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:58,069 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:03:58,070 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c3d6110-f197-4a1c-9289-4675daa682a5', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c3d6110-f197-4a1c-9289-4675daa682a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:03:59,121 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:03:59,122 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:03:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35f8a761-2445-47a2-9cc0-26002ce01718', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35f8a761-2445-47a2-9cc0-26002ce01718', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:00,172 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:04:00,173 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3b6d656-d762-4148-8f5a-6a29e8246bb0', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3b6d656-d762-4148-8f5a-6a29e8246bb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:01,223 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:04:01,224 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85172bb1-e52d-49c6-b0d9-2945441d3ed3', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85172bb1-e52d-49c6-b0d9-2945441d3ed3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:02,276 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:04:02,277 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b6b3e50-31e6-4709-89c4-574c1b15fa34', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b6b3e50-31e6-4709-89c4-574c1b15fa34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:03,328 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:04:03,328 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86eba97f-1dfd-4ba9-a5d0-05acdeaeb868', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86eba97f-1dfd-4ba9-a5d0-05acdeaeb868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:04,378 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.036s 2022-09-13 20:04:04,378 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ddca7da-4ddf-4975-9979-55414a8b5fa5', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ddca7da-4ddf-4975-9979-55414a8b5fa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:05,432 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:04:05,432 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ec5c101-3668-420e-a89b-3b3e88a6fae0', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ec5c101-3668-420e-a89b-3b3e88a6fae0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:06,484 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:04:06,484 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-544587af-40b4-4e31-8d3d-84de6632673d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-544587af-40b4-4e31-8d3d-84de6632673d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:07,537 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:04:07,537 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6d13ad5-34a1-4f83-b9b5-9892d1c978ea', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6d13ad5-34a1-4f83-b9b5-9892d1c978ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:08,601 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.051s 2022-09-13 20:04:08,602 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f5e15ee-5173-4f49-b4ec-7c62b5ec897d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f5e15ee-5173-4f49-b4ec-7c62b5ec897d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:09,662 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:04:09,662 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bd89a67-7f72-4912-83a3-b68bf5db5e40', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bd89a67-7f72-4912-83a3-b68bf5db5e40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:10,723 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 20:04:10,723 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d11dfc5-ecc6-4bf2-bbcb-b9c6f735edbd', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d11dfc5-ecc6-4bf2-bbcb-b9c6f735edbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:11,783 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:04:11,783 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c167d001-4ddb-4295-a10e-f9f22144ab05', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c167d001-4ddb-4295-a10e-f9f22144ab05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:12,844 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 20:04:12,845 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7b2cd84-38dd-4843-a874-809a851e890a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7b2cd84-38dd-4843-a874-809a851e890a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:13,900 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 20:04:13,900 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7263ae9-c81b-4b0a-9969-391da4c7d644', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7263ae9-c81b-4b0a-9969-391da4c7d644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:14,959 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:04:14,960 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f72ccc6-9782-45b7-add7-401f4faa6ae6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f72ccc6-9782-45b7-add7-401f4faa6ae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:16,017 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:04:16,017 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9c052ca-1750-489d-809f-6be556feb1b7', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9c052ca-1750-489d-809f-6be556feb1b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:17,075 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:04:17,076 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eead6a9f-0e40-407d-8592-37100e513593', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eead6a9f-0e40-407d-8592-37100e513593', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:18,134 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:04:18,134 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1236ac0-7022-43ad-9c2c-027d4954bd7a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1236ac0-7022-43ad-9c2c-027d4954bd7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:19,208 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.060s 2022-09-13 20:04:19,209 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3791f414-5bcd-4562-b4e1-ec1307531e16', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3791f414-5bcd-4562-b4e1-ec1307531e16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:20,261 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:04:20,261 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-047aa771-2009-4aa3-984f-8687160bb489', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-047aa771-2009-4aa3-984f-8687160bb489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:21,319 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:04:21,319 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd8ea0a4-d531-49ae-8e06-d85c8d09ac74', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd8ea0a4-d531-49ae-8e06-d85c8d09ac74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:22,375 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 20:04:22,376 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bad244d-9214-4fa0-8c73-e5a4a7047f7f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bad244d-9214-4fa0-8c73-e5a4a7047f7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:23,435 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:04:23,435 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad3b3f35-b87b-4ba7-8d69-6a1f2d45b883', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad3b3f35-b87b-4ba7-8d69-6a1f2d45b883', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:24,495 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:04:24,495 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b013c581-2ede-4887-a2ac-7d14c707df5e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b013c581-2ede-4887-a2ac-7d14c707df5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:25,558 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.049s 2022-09-13 20:04:25,558 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08ebbc68-e4b4-4d73-9b80-3612440d836a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08ebbc68-e4b4-4d73-9b80-3612440d836a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:26,613 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 20:04:26,613 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74133e01-8b52-463c-800e-5aef731683d9', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74133e01-8b52-463c-800e-5aef731683d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:27,671 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:04:27,671 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c372f93d-2a4e-44ab-a3a0-d0d9d2ea38c7', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c372f93d-2a4e-44ab-a3a0-d0d9d2ea38c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:28,733 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.049s 2022-09-13 20:04:28,733 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0e04116-cf52-4663-ba56-88b8ac0232ef', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0e04116-cf52-4663-ba56-88b8ac0232ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:29,789 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 20:04:29,789 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de329b2e-9f22-4ef9-ad9f-a49d5afa7e7c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de329b2e-9f22-4ef9-ad9f-a49d5afa7e7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:30,850 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 20:04:30,851 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c161695-0cb2-46fa-a448-60246bfadca6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c161695-0cb2-46fa-a448-60246bfadca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:31,909 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:04:31,910 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ecb19fa-e91f-4fc9-a67a-f2d3a639cfd4', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ecb19fa-e91f-4fc9-a67a-f2d3a639cfd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:32,969 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:04:32,969 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e8e5d81-d461-4a28-a44a-2f1cccab1d79', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e8e5d81-d461-4a28-a44a-2f1cccab1d79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:34,031 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.048s 2022-09-13 20:04:34,031 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d709a23-77b9-4525-94da-13f76e069b3b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d709a23-77b9-4525-94da-13f76e069b3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:35,095 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.050s 2022-09-13 20:04:35,096 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-393df474-562f-4011-8dfe-cbc91a39e9ea', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-393df474-562f-4011-8dfe-cbc91a39e9ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:36,161 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.051s 2022-09-13 20:04:36,162 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60f18ba2-d5d0-4118-937a-790ea4e6da0f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60f18ba2-d5d0-4118-937a-790ea4e6da0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:37,226 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.051s 2022-09-13 20:04:37,227 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b788043-08cd-4558-ad41-9f12dc547f86', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b788043-08cd-4558-ad41-9f12dc547f86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:38,287 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 20:04:38,287 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-863e08d3-8986-4c38-ae68-2ae7486c0bc6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-863e08d3-8986-4c38-ae68-2ae7486c0bc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:39,347 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:04:39,348 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-748ffdd7-eefa-4a3a-b219-ff9bd786f96d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-748ffdd7-eefa-4a3a-b219-ff9bd786f96d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:40,407 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:04:40,407 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2f61d06-9daf-4b34-a7ee-55e336a962c3', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2f61d06-9daf-4b34-a7ee-55e336a962c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:41,473 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.052s 2022-09-13 20:04:41,473 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d9823b0-3968-47ca-9f97-62cb380ef83c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d9823b0-3968-47ca-9f97-62cb380ef83c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:42,533 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 20:04:42,534 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8a7ddf3-a5a4-44ce-8c20-1c91d9676e74', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8a7ddf3-a5a4-44ce-8c20-1c91d9676e74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:43,598 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.051s 2022-09-13 20:04:43,599 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc1338be-9dce-4ef5-b4c3-bdaa80e3b68f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc1338be-9dce-4ef5-b4c3-bdaa80e3b68f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:44,662 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.050s 2022-09-13 20:04:44,663 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dafe91b2-09cd-4769-b27e-fbdb964695e6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dafe91b2-09cd-4769-b27e-fbdb964695e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:45,715 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:04:45,715 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e68e3257-fd31-4155-aaab-1c49a1e6a4e1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e68e3257-fd31-4155-aaab-1c49a1e6a4e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:46,774 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:04:46,774 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-071909b4-6588-42e4-9fc4-f69a9f680e83', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-071909b4-6588-42e4-9fc4-f69a9f680e83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:47,836 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 20:04:47,836 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13a86939-faf8-43e2-b0ec-2a02f7a54e30', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13a86939-faf8-43e2-b0ec-2a02f7a54e30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:48,901 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.050s 2022-09-13 20:04:48,901 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-919c7dcc-517a-4e09-838f-fd498ddf4114', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-919c7dcc-517a-4e09-838f-fd498ddf4114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:49,960 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:04:49,960 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-775f7877-db83-4373-a0b1-cbf47599cdbb', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-775f7877-db83-4373-a0b1-cbf47599cdbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:51,016 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:04:51,017 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c339b31-82c4-40e3-9893-36803be920ce', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c339b31-82c4-40e3-9893-36803be920ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:52,076 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:04:52,077 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-094f7c2d-8bf4-43f3-afcf-774c47c6cd03', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-094f7c2d-8bf4-43f3-afcf-774c47c6cd03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:53,136 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:04:53,136 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0856b1ad-773b-4600-871a-87283f429259', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0856b1ad-773b-4600-871a-87283f429259', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:54,195 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:04:54,196 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1d6bb0f-94d5-46bf-ae9c-8cdffef650d5', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1d6bb0f-94d5-46bf-ae9c-8cdffef650d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:55,252 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:04:55,253 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42c1f297-7f32-457d-84cc-de511cc00ce0', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42c1f297-7f32-457d-84cc-de511cc00ce0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:56,433 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.167s 2022-09-13 20:04:56,433 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-010689d9-35b5-4a96-819c-be161eddc612', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-010689d9-35b5-4a96-819c-be161eddc612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:57,485 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:04:57,485 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99dba210-86a1-495f-894e-bdd491098472', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99dba210-86a1-495f-894e-bdd491098472', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:58,539 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:04:58,540 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15bbc23e-8979-415c-904a-8b9b3548432c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15bbc23e-8979-415c-904a-8b9b3548432c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:04:59,591 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:04:59,592 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:04:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cfad075-2c20-459a-81a4-e621c7474fcd', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cfad075-2c20-459a-81a4-e621c7474fcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:00,646 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:05:00,646 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8c9a79f-9595-494d-9ba3-b45e3d0235b1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8c9a79f-9595-494d-9ba3-b45e3d0235b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:01,699 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:05:01,700 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2db7bd2f-a604-47ba-a957-03609147dad7', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2db7bd2f-a604-47ba-a957-03609147dad7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:02,751 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:05:02,752 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8216f05-f7b1-485a-b899-e1f2adfc9340', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8216f05-f7b1-485a-b899-e1f2adfc9340', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:03,805 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:05:03,805 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-167ca6d4-1020-48a7-8805-4fc6380d7752', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-167ca6d4-1020-48a7-8805-4fc6380d7752', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:04,863 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:05:04,863 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e163adba-1d2e-4679-8a2c-d6b77cc68b6d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e163adba-1d2e-4679-8a2c-d6b77cc68b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:05,919 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:05:05,919 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9c092b0-5eed-4b30-8b5e-b6e322540c5f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9c092b0-5eed-4b30-8b5e-b6e322540c5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:06,970 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:05:06,971 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96cfcb9e-e8fb-44e8-8d17-a6c5bbefd40f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96cfcb9e-e8fb-44e8-8d17-a6c5bbefd40f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:08,023 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:05:08,023 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45cfc1c5-0c20-40c8-8d0a-afc3aa894a45', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45cfc1c5-0c20-40c8-8d0a-afc3aa894a45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:09,076 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:05:09,076 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29132888-3bda-429d-8d80-1c13d2398a31', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29132888-3bda-429d-8d80-1c13d2398a31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:10,127 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:05:10,127 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5822c9e7-7061-4797-8b11-2d7c27dc89b1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5822c9e7-7061-4797-8b11-2d7c27dc89b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:11,179 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:05:11,180 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a18c2184-398c-4e0f-ba6a-6dfcf7bc286d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a18c2184-398c-4e0f-ba6a-6dfcf7bc286d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:12,231 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:05:12,231 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35a6b0f5-a4c9-42e4-85d8-a5d95f9de9c9', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35a6b0f5-a4c9-42e4-85d8-a5d95f9de9c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:13,285 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:05:13,285 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a8506aa-0e90-48dd-8d6d-79dcb2e2a6bf', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a8506aa-0e90-48dd-8d6d-79dcb2e2a6bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:14,336 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:05:14,336 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f970a4d5-e6a8-4212-b65f-329a813f91d6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f970a4d5-e6a8-4212-b65f-329a813f91d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:15,387 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:05:15,388 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb252477-a701-42fd-bb8f-c59b7ef4c98a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb252477-a701-42fd-bb8f-c59b7ef4c98a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:16,437 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.036s 2022-09-13 20:05:16,438 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2662965c-43f7-4f64-9d18-c9594a79dce2', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2662965c-43f7-4f64-9d18-c9594a79dce2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:17,491 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:05:17,491 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa20fe66-351d-4bc6-ac2f-33e6e3cc9004', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa20fe66-351d-4bc6-ac2f-33e6e3cc9004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:18,557 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.052s 2022-09-13 20:05:18,558 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7232a49e-f850-4c24-9524-63b241678480', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7232a49e-f850-4c24-9524-63b241678480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:19,609 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:05:19,609 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd605cc9-cc7e-40c7-aa2c-5cf85decb179', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd605cc9-cc7e-40c7-aa2c-5cf85decb179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:20,668 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:05:20,668 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b477fa10-edb4-475c-8a21-1374b3d59328', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b477fa10-edb4-475c-8a21-1374b3d59328', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:21,726 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:05:21,727 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2f5c7e0-6c50-49dd-9425-f1c2b9afeb5a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2f5c7e0-6c50-49dd-9425-f1c2b9afeb5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:22,783 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:05:22,783 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0290f856-0559-4e45-b791-f402dbe74ea5', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0290f856-0559-4e45-b791-f402dbe74ea5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:23,846 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.048s 2022-09-13 20:05:23,846 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec1308fb-3ad9-45e8-a55a-5d320f3e9937', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec1308fb-3ad9-45e8-a55a-5d320f3e9937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:24,902 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 20:05:24,902 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aa7f4f8-6c41-4407-bd1d-7ae555f7e407', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aa7f4f8-6c41-4407-bd1d-7ae555f7e407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:25,961 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:05:25,962 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf600318-4297-4e37-8d51-7ac7564ecc8d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf600318-4297-4e37-8d51-7ac7564ecc8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:27,018 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:05:27,019 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-290e23cd-5f4e-4622-ba30-da46528660d0', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-290e23cd-5f4e-4622-ba30-da46528660d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:28,079 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 20:05:28,079 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8ce2e52-f623-4329-b561-02ec3cc7c41a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8ce2e52-f623-4329-b561-02ec3cc7c41a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:29,137 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:05:29,137 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbf6fc1d-5966-4888-8943-6449cadac3c8', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbf6fc1d-5966-4888-8943-6449cadac3c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:30,215 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.063s 2022-09-13 20:05:30,216 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed055d4c-5091-4fed-9bce-99f07c5417b8', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed055d4c-5091-4fed-9bce-99f07c5417b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:31,268 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:05:31,268 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c1dbe36-ad2d-45a8-bea5-875255a8c929', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c1dbe36-ad2d-45a8-bea5-875255a8c929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:32,331 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.049s 2022-09-13 20:05:32,331 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a4fc178-1273-449d-b4da-94e0a38cfde6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a4fc178-1273-449d-b4da-94e0a38cfde6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:33,387 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 20:05:33,387 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b397fea6-2586-4740-8039-80c85e542af3', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b397fea6-2586-4740-8039-80c85e542af3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:34,444 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:05:34,445 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc17d39d-c8c7-478e-aa97-8dc4ff5d3c62', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc17d39d-c8c7-478e-aa97-8dc4ff5d3c62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:35,508 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.050s 2022-09-13 20:05:35,508 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db74664d-9501-46e5-864f-8e5bad9da9ca', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db74664d-9501-46e5-864f-8e5bad9da9ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:36,563 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 20:05:36,563 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d6800d6-176c-4e85-927f-bebca8c1e940', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d6800d6-176c-4e85-927f-bebca8c1e940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:37,620 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:05:37,620 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a43b0e2c-4ad3-4644-8ce9-c3487bc19286', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a43b0e2c-4ad3-4644-8ce9-c3487bc19286', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:38,679 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:05:38,679 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edfb5818-885d-4a41-b5b0-a2674fc48fb9', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edfb5818-885d-4a41-b5b0-a2674fc48fb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:39,737 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:05:39,737 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23b4d505-867b-4d71-b19a-ad2ff645743c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23b4d505-867b-4d71-b19a-ad2ff645743c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:40,798 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 20:05:40,798 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29d04c24-30c4-4e47-a46a-555e4f5b94a7', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29d04c24-30c4-4e47-a46a-555e4f5b94a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:41,856 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:05:41,857 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c866f30-c036-44dc-85ea-49eda5ab5fc1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c866f30-c036-44dc-85ea-49eda5ab5fc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:42,916 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:05:42,917 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fbb3f74-1df9-4317-94ed-ca72ce94137a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fbb3f74-1df9-4317-94ed-ca72ce94137a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:43,975 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:05:43,975 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55dbd953-56c5-4fd1-86dd-8ceac211a453', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55dbd953-56c5-4fd1-86dd-8ceac211a453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:45,033 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:05:45,033 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74ce54d0-999f-4089-b7a2-40cdb9c8e9f3', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74ce54d0-999f-4089-b7a2-40cdb9c8e9f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:46,092 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:05:46,092 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-192df2fe-6dc2-4f6c-b38b-1af000968757', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-192df2fe-6dc2-4f6c-b38b-1af000968757', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:47,151 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:05:47,152 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23788576-a1cf-40c0-91c7-430301f91f9a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23788576-a1cf-40c0-91c7-430301f91f9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:48,209 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:05:48,209 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8934c0c5-e1f3-48c3-a8d6-00ca28689226', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8934c0c5-e1f3-48c3-a8d6-00ca28689226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:49,268 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:05:49,268 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b0d2a0d-8e95-4171-8586-7cd683c30d6e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b0d2a0d-8e95-4171-8586-7cd683c30d6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:50,327 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:05:50,327 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4756a93-bd2f-49dd-a63b-6c03a4b9d5c6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4756a93-bd2f-49dd-a63b-6c03a4b9d5c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:51,384 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:05:51,385 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fb5be73-d8be-4311-aa22-51fa1b9f9e34', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fb5be73-d8be-4311-aa22-51fa1b9f9e34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:52,443 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:05:52,444 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4a39ec5-8504-4a68-bcbe-ae4d07855c28', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4a39ec5-8504-4a68-bcbe-ae4d07855c28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:53,500 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:05:53,500 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40a7121b-add5-49d1-92ed-087c6daf4de8', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40a7121b-add5-49d1-92ed-087c6daf4de8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:54,568 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.054s 2022-09-13 20:05:54,568 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2843519-4b95-4228-bd54-501f67c95418', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2843519-4b95-4228-bd54-501f67c95418', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:55,622 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:05:55,622 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99c8b211-70c9-4264-bae8-8cfad4ea13a5', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99c8b211-70c9-4264-bae8-8cfad4ea13a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:56,680 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:05:56,681 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f16e966-4c3c-4552-9beb-1410aa2e7fc6', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f16e966-4c3c-4552-9beb-1410aa2e7fc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:57,740 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:05:57,740 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4565312d-f30d-4493-80b4-3ae955635b00', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4565312d-f30d-4493-80b4-3ae955635b00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:58,800 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:05:58,801 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36f1ef14-1e65-459c-9ade-cf9905c95e56', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36f1ef14-1e65-459c-9ade-cf9905c95e56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:05:59,877 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.063s 2022-09-13 20:05:59,878 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:05:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d418292-a667-47d0-a354-18e07cef68e5', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d418292-a667-47d0-a354-18e07cef68e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:00,930 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:06:00,930 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15c2d356-6790-472f-b6c4-97636756ff8b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15c2d356-6790-472f-b6c4-97636756ff8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:01,982 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.037s 2022-09-13 20:06:01,982 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28a09716-76c3-4c01-afbe-30091a840c1f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28a09716-76c3-4c01-afbe-30091a840c1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:03,038 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 20:06:03,038 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5b78452-af3a-40f9-aeff-410ea6e4317d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5b78452-af3a-40f9-aeff-410ea6e4317d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:04,094 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 20:06:04,094 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-947f841b-6639-434a-91b3-0a102dccd849', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-947f841b-6639-434a-91b3-0a102dccd849', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:05,154 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:06:05,154 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a3595a1-80cd-45f8-b7d3-f46c4c192591', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a3595a1-80cd-45f8-b7d3-f46c4c192591', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:06,217 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.049s 2022-09-13 20:06:06,217 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dad336d1-eb6d-4ac5-ac12-d49ae12d582a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dad336d1-eb6d-4ac5-ac12-d49ae12d582a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:07,275 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:06:07,275 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00b19f81-0399-43a7-bae5-be4d92d8caca', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00b19f81-0399-43a7-bae5-be4d92d8caca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:08,334 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:06:08,335 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f731f08c-f194-46ff-8f33-55e17d41005a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f731f08c-f194-46ff-8f33-55e17d41005a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:09,394 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:06:09,394 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bfcb1ae-b651-4927-84ba-cd22722f62b5', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bfcb1ae-b651-4927-84ba-cd22722f62b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:10,456 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.048s 2022-09-13 20:06:10,456 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1dc150e-30c5-4b0e-9777-88ce9809381d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1dc150e-30c5-4b0e-9777-88ce9809381d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:11,514 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:06:11,515 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ca5295c-ae09-4f44-b74a-86254e8b2944', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ca5295c-ae09-4f44-b74a-86254e8b2944', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:12,570 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.040s 2022-09-13 20:06:12,570 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dba3ffd-a366-4173-a5e4-226f3243e875', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dba3ffd-a366-4173-a5e4-226f3243e875', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:13,633 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.049s 2022-09-13 20:06:13,633 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36449376-1e2a-48dc-a615-74a26b39b0a5', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36449376-1e2a-48dc-a615-74a26b39b0a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:14,693 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:06:14,694 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3647b896-752f-47b3-89cf-ea898bafbc85', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3647b896-752f-47b3-89cf-ea898bafbc85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:15,751 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:06:15,751 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df7d675e-14c5-4ae9-8287-3dd36031c9fd', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df7d675e-14c5-4ae9-8287-3dd36031c9fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:16,809 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:06:16,810 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2087ab98-4403-44de-82e6-4dfa9e59c9f8', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2087ab98-4403-44de-82e6-4dfa9e59c9f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:17,870 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 20:06:17,871 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae8c153d-0ba7-44e9-9507-7c20fdb31ea8', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae8c153d-0ba7-44e9-9507-7c20fdb31ea8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:18,927 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:06:18,927 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d046a55-aaad-4c76-885b-74994bea556e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d046a55-aaad-4c76-885b-74994bea556e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:19,984 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:06:19,984 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5a97535-8606-4cc3-93c6-483ce1b6911d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5a97535-8606-4cc3-93c6-483ce1b6911d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:21,042 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:06:21,043 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-014773df-1a1e-4330-ae4a-ec8953b42bdb', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-014773df-1a1e-4330-ae4a-ec8953b42bdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:22,100 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:06:22,101 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10d29782-c3d3-4d2e-8683-b17940c49ac7', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10d29782-c3d3-4d2e-8683-b17940c49ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:23,159 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:06:23,159 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70a29341-951d-4f6c-a4ae-e7e096b51585', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70a29341-951d-4f6c-a4ae-e7e096b51585', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:24,216 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:06:24,216 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a1f73fe-9142-4861-b1c1-0abbaad3962c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a1f73fe-9142-4861-b1c1-0abbaad3962c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:25,275 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:06:25,275 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fd49d2c-5772-465b-8b3f-ae41b6fb278b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fd49d2c-5772-465b-8b3f-ae41b6fb278b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:26,333 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:06:26,334 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-202e7a42-3610-4fc7-841b-d2721c0ffb4a', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-202e7a42-3610-4fc7-841b-d2721c0ffb4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:27,392 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:06:27,392 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61ab3ad7-894e-49e6-bb9d-0cac64af0d9f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61ab3ad7-894e-49e6-bb9d-0cac64af0d9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:28,454 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.048s 2022-09-13 20:06:28,454 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8278dc01-d99a-4582-975f-f41ce14aeb03', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8278dc01-d99a-4582-975f-f41ce14aeb03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:29,513 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:06:29,514 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-842324e6-2760-40fa-9b71-4c3e693760d1', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-842324e6-2760-40fa-9b71-4c3e693760d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:30,573 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:06:30,573 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-160b6d21-c54d-4669-b4fa-b737b422275b', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-160b6d21-c54d-4669-b4fa-b737b422275b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:31,636 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.049s 2022-09-13 20:06:31,636 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdecb748-6e65-4731-b197-95080b66f9fa', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdecb748-6e65-4731-b197-95080b66f9fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:32,695 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:06:32,695 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28073375-46cb-4f3b-a270-e1c5780bf827', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28073375-46cb-4f3b-a270-e1c5780bf827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:33,752 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:06:33,753 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a1d8c84-6e75-400b-b058-56fb6e4f484f', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a1d8c84-6e75-400b-b058-56fb6e4f484f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:34,811 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:06:34,812 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4e300e2-1c77-4289-9f92-6876de4d3003', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4e300e2-1c77-4289-9f92-6876de4d3003', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:35,873 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 20:06:35,873 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7c49837-6604-4b1b-9d66-191c6ebd586d', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7c49837-6604-4b1b-9d66-191c6ebd586d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:36,934 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:06:36,934 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41fd9a6d-bb2f-4a62-9a64-f2ee71d6d6ef', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41fd9a6d-bb2f-4a62-9a64-f2ee71d6d6ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:37,995 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 20:06:37,995 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccf62983-099d-4a93-9028-521514b2c9b2', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccf62983-099d-4a93-9028-521514b2c9b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:39,056 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.048s 2022-09-13 20:06:39,056 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-993adc3b-dc2c-4f6e-9391-54bd34f44ea9', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-993adc3b-dc2c-4f6e-9391-54bd34f44ea9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:40,115 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:06:40,115 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66034c68-de81-48b9-b3a2-4e64bb5ccabf', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66034c68-de81-48b9-b3a2-4e64bb5ccabf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:41,174 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:06:41,174 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-926b864a-ba07-4ec9-a312-e24f9b004b33', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-926b864a-ba07-4ec9-a312-e24f9b004b33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:42,232 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:06:42,233 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4977dc44-d15f-4664-820f-f15e5fedea13', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4977dc44-d15f-4664-820f-f15e5fedea13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:43,290 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.043s 2022-09-13 20:06:43,290 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61e724b0-382b-4913-aab6-9a1a48ea3b01', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61e724b0-382b-4913-aab6-9a1a48ea3b01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:44,348 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:06:44,349 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-484ad974-3678-470b-8966-2ab0fd614c82', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-484ad974-3678-470b-8966-2ab0fd614c82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:45,407 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:06:45,408 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e88e8a28-c915-4d8d-b161-76b6a2f057bc', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e88e8a28-c915-4d8d-b161-76b6a2f057bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:46,465 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:06:46,466 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-837efd09-99f7-4063-b9ea-2ceb43f84f73', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-837efd09-99f7-4063-b9ea-2ceb43f84f73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:47,525 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.045s 2022-09-13 20:06:47,525 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef4f38f9-79c5-4a6b-9719-5390f5893e49', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef4f38f9-79c5-4a6b-9719-5390f5893e49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:48,591 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.051s 2022-09-13 20:06:48,592 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bba05a75-d713-4077-a479-a4c1111583f9', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bba05a75-d713-4077-a479-a4c1111583f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:49,646 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.041s 2022-09-13 20:06:49,646 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1023bec2-1b3a-4665-a930-bbe6ddc0c1c5', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1023bec2-1b3a-4665-a930-bbe6ddc0c1c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:50,707 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.047s 2022-09-13 20:06:50,708 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7b1786b-c419-4bb4-9ff6-9f872a6a7e5c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7b1786b-c419-4bb4-9ff6-9f872a6a7e5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:51,764 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.042s 2022-09-13 20:06:51,764 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f80e036-e284-4a39-a9f9-943a867e83ca', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f80e036-e284-4a39-a9f9-943a867e83ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:52,823 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.046s 2022-09-13 20:06:52,824 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b381442b-fe28-4ca3-9e47-f914a64713a5', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b381442b-fe28-4ca3-9e47-f914a64713a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:53,882 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.044s 2022-09-13 20:06:53,882 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64a5c6ee-1f93-4ab7-ab88-582e1c5c41ce', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64a5c6ee-1f93-4ab7-ab88-582e1c5c41ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:54,947 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.051s 2022-09-13 20:06:54,947 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e867ede8-f65b-4cd6-92b0-9df38ffc38bc', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e867ede8-f65b-4cd6-92b0-9df38ffc38bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:56,000 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.038s 2022-09-13 20:06:56,000 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7df9354d-42f9-4f2d-86e1-b7ead518fa28', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7df9354d-42f9-4f2d-86e1-b7ead518fa28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:57,052 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b 0.039s 2022-09-13 20:06:57,053 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0dce0d2-fc4b-4cd7-99b0-1005f01230fa', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0dce0d2-fc4b-4cd7-99b0-1005f01230fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b'} Body: b'{"volume": {"id": "5db51681-c7f6-40bf-b704-2a883ef14c2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-09-13T19:54:57.000000", "updated_at": "2022-09-13T19:54:57.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1358375174", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/da91a2ee43f6462a8ed96e2a8291d24d/volumes/5db51681-c7f6-40bf-b704-2a883ef14c2b"}], "user_id": "a7cffb2d408743e7a562f12c3c9b3692", "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": "da91a2ee43f6462a8ed96e2a8291d24d"}}' 2022-09-13 20:06:57,214 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.15:9696/networking/v2.0/security-groups/459ac858-8461-460f-9b83-c9e9c8bb547b 0.149s 2022-09-13 20:06:57,215 132915 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-5d29c12e-cf90-49c8-ab6a-6e0c7b8e5e87', 'content-length': '0', 'date': 'Tue, 13 Sep 2022 20:06:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.15:9696/networking/v2.0/security-groups/459ac858-8461-460f-9b83-c9e9c8bb547b'} Body: b'' 2022-09-13 20:06:57,257 132915 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.15/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1072214544 0.041s 2022-09-13 20:06:57,257 132915 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 13 Sep 2022 20:06:57 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-f9684bf1-f8d1-46a5-8971-9ff9eb1a045c', 'x-compute-request-id': 'req-f9684bf1-f8d1-46a5-8971-9ff9eb1a045c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1072214544'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 831, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'} }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 937, in wait_for_resource_deletion raise exceptions.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (TestVolumeBootPattern:_run_cleanups) Failed to delete volume 5db51681-c7f6-40bf-b704-2a883ef14c2b within the required time (360 s). Timer started at 1663099257. Timer ended at 1663099617. Waited for 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/scenario/test_volume_boot_pattern.py", line 71, in test_volume_boot_pattern volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1212, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 363, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 5db51681-c7f6-40bf-b704-2a883ef14c2b failed to reach available status (current creating) within the required time (360 s). |
||||||
setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt13.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
pt14.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
pt15.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
pt16.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
pt17.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) |
||||||
VolumesBackupsV39Test) |
skip
pt17.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) |
||||||
setUpClass (tempest.scenario.test_encrypted_cinder_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
TestEncryptedCinderVolumes) |
skip
pt18.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
pt19.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
pt20.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
pt21.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
pt22.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
pt22.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
pt22.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
pt22.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
pt22.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
pt22.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
pt23.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
pt23.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
pt23.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
pt23.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
pt23.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
pt23.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
pt23.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
pt23.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
pt24.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
pt24.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 | 2 | 0 | 0 | 0 | 2 | Detail | |
test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
skip
pt25.1: tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
||||||
test_extend_attached_encrypted_volume_luksv2[compute,id-381a2a3a-b2f4-4631-a910-720881f2cc2f] |
skip
pt25.2: tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2[compute,id-381a2a3a-b2f4-4631-a910-720881f2cc2f] |
||||||
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
pt26.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
pt26.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
pt26.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
||||||
tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
pass
pt27.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
pt28.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_groups.GroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
pass
pt29.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
pt29.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
||||||
tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt30.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
pt31.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
pt31.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
pt31.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
pt31.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
pt31.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
pt31.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
pt31.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
pt32.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
pt32.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
pt32.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
pt32.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
pt32.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
pt32.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
pt33.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
pt33.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
pt34.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
pt35.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
pt35.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
pt36.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
pt36.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
pt37.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
pt37.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
pt37.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
pt37.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
pt37.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
pt37.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
pt37.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
pt38.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
pt38.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
pt38.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
pt39.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
pt40.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
pt40.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
pt40.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
pt40.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
pt40.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
pt41.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
pt41.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
pt41.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
pt41.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
pt41.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
pt42.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
pt42.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
pt43.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
pt43.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
pt44.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
pt44.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
pt44.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
pt44.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
pt44.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
pt45.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
pt45.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
pt45.3: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
||||||
tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
pass
pt46.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
pt46.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
pt46.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
pt46.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
pt46.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
pt46.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
pt46.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
pt46.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
pt46.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
pt46.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
pt46.11: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
||||||
test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
pass
pt46.12: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
||||||
tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
pass
pt47.1: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
||||||
test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
pass
pt47.2: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
||||||
test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
pass
pt47.3: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
||||||
test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
pass
pt47.4: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt47.5: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
||||||
test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
pass
pt47.6: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
||||||
tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt48.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
pt48.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
pt48.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
pt48.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
pt48.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
pt49.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
pt50.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
pt51.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
pt52.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_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_volume_transfers.VolumesTransfersV357Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] |
pass
pt59.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] |
||||||
test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] |
pass
pt59.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] |
||||||
tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
pass
pt60.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
pt60.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
pt60.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
pt60.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
pt60.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
pt60.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
pt61.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
pt61.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
pt62.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
pt63.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
pt63.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
pt64.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
pt64.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
pt64.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
pt65.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
||||||
tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt68.1: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
||||||
test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
pass
pt68.2: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
||||||
test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
pass
pt68.3: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
||||||
test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
pass
pt68.4: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
||||||
test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
pass
pt68.5: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
||||||
test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
pass
pt68.6: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
||||||
test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
pass
pt68.7: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
||||||
test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
pass
pt68.8: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
||||||
test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
pass
pt68.9: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
||||||
test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
pass
pt68.10: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
||||||
test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
pass
pt68.11: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
||||||
test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
pass
pt68.12: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
||||||
test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
pass
pt68.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
||||||
tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt70.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
pt71.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
||||||
Total | 238 | 210 | 18 | 0 | 10 |